Skip to content

Commit 7c11a0e

Browse files
committed
Release 1.17.11
1 parent 7b336c5 commit 7c11a0e

File tree

3 files changed

+96
-2
lines changed

3 files changed

+96
-2
lines changed

ChangeLog

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
1-
commit 47ab64dfe0e3034c4100f5ebadf0e502924b2330
1+
commit 521770ec32e5d0eb0449c27230dbca5d1e894c00
2+
Author: Mike FABIAN <[email protected]>
3+
Date: Tue Feb 18 17:35:29 2025 +0100
4+
5+
Release 1.17.11
6+
7+
commit 7b336c5a9d8a77f13ada1e53a6698358bae15486
8+
Author: Mike FABIAN <[email protected]>
9+
Date: Tue Feb 18 17:26:20 2025 +0100
10+
11+
Calling static methods as `self._my_method()` works, but is not recommended, use `self.__class__._my_method()`
12+
13+
commit 9e35493874cf1e6cb651f419928df2c09fe1e3e5
14+
Author: Mike FABIAN <[email protected]>
15+
Date: Tue Feb 18 16:19:27 2025 +0100
16+
17+
Fix to load EN compose file
18+
19+
Now EN compose file is loaded in the class init of IBus.EngineSimple
20+
and IBus.init() needs to be called before the init.
21+
22+
This fix is needed for ibus >= 1.5.32~beta2.
23+
24+
See also: https://github.com/ibus/ibus-anthy/commit/14b2759772fb1adc67453108e958bf0bf181ce1d
25+
26+
commit 40764b0a634375f53bd637ff22066d0354770226
27+
Author: Sergey A <[email protected]>
28+
Date: Sat Feb 15 16:51:20 2025 +0100
29+
30+
Translated using Weblate (Russian)
31+
32+
Currently translated at 98.6% (150 of 152 strings)
33+
34+
Co-authored-by: Sergey A <[email protected]>
35+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/ru/
36+
Translation: ibus-table/app
37+
38+
commit 878f802810b9689318d988810ac754e817833a23
39+
Author: N M <[email protected]>
40+
Date: Tue Feb 4 18:38:36 2025 +0100
41+
42+
Translated using Weblate (Spanish)
43+
44+
Currently translated at 96.7% (147 of 152 strings)
45+
46+
Co-authored-by: N M <[email protected]>
47+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/es/
48+
Translation: ibus-table/app
49+
50+
commit 3a16e44367d39279e6fb98d7c31c5bc43567f9c7
51+
Author: Weblate <[email protected]>
52+
Date: Tue Jan 21 10:15:42 2025 +0100
53+
54+
Update translation files
55+
56+
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
57+
58+
Co-authored-by: Weblate <[email protected]>
59+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/
60+
Translation: ibus-table/app
61+
62+
commit 8b0f3567dae83e2e876a6dc0ffbfa5f1faa10fdf
63+
Author: Mike FABIAN <[email protected]>
64+
Date: Tue Jan 21 10:15:42 2025 +0100
65+
66+
Translated using Weblate (French)
67+
68+
Currently translated at 100.0% (152 of 152 strings)
69+
70+
Co-authored-by: Mike FABIAN <[email protected]>
71+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/fr/
72+
Translation: ibus-table/app
73+
74+
commit 287dd34734018daa89de456d25d62d6b59a9e12c
275
Author: Mike FABIAN <[email protected]>
376
Date: Tue Jan 21 01:18:54 2025 +0100
477

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ m4_define([package_name], [ibus-table])
2525
m4_define([ibus_released], [1])
2626
m4_define([ibus_major_version], [1])
2727
m4_define([ibus_minor_version], [17])
28-
m4_define([ibus_micro_version], [10])
28+
m4_define([ibus_micro_version], [11])
2929
m4_define(ibus_maybe_datestamp,
3030
m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi]))
3131

org.freedesktop.ibus.engine.table.metainfo.xml.in

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,27 @@
4040
<url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url>
4141
<content_rating type="oars-1.1" />
4242
<releases>
43+
<release version="1.17.11" date="2025-02-18" urgency="medium">
44+
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.11</url>
45+
<description>
46+
<p>This new stable release includes these changes:</p>
47+
<ul>
48+
<li>
49+
Fix to load EN compose file
50+
51+
Now EN compose file is loaded in the class init of
52+
IBus.EngineSimple and IBus.init() needs to be called
53+
before the init.
54+
55+
This fix is needed for ibus version newer or equal than
56+
1.5.32~beta2.
57+
</li>
58+
<li>
59+
Translation update from Weblate (es 96.7%, fr 100%, ru 98.6%)
60+
</li>
61+
</ul>
62+
</description>
63+
</release>
4364
<release version="1.17.10" date="2025-01-21" urgency="medium">
4465
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.10</url>
4566
<description>

0 commit comments

Comments
 (0)