Skip to content

Commit 825ddfb

Browse files
committed
Release 1.17.9
1 parent 0a1e272 commit 825ddfb

File tree

3 files changed

+99
-2
lines changed

3 files changed

+99
-2
lines changed

ChangeLog

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,80 @@
1-
commit 26f594a2b8cd7e85ca0471d9a98c12543b8d35ad
1+
commit 73cb60a4e7ce89b134d3ebd5bedb029085616c90
2+
Author: Mike FABIAN <[email protected]>
3+
Date: Wed Dec 11 14:30:45 2024 +0100
4+
5+
Release 1.17.9
6+
7+
commit 0a1e272f577640740b4d1842a2cbc6267cf28cce
8+
Author: Mike FABIAN <[email protected]>
9+
Date: Wed Dec 11 14:32:40 2024 +0100
10+
11+
Update ibus-table.pot (Only line number changes)
12+
13+
commit b805f48d8563975cb4313c714cb94ce009b23c7e
14+
Author: Mike FABIAN <[email protected]>
15+
Date: Wed Dec 11 14:22:02 2024 +0100
16+
17+
Make the setup tool use the wrapper itb_sound.py instead of using simpleaudio unconditionally
18+
19+
Resolves: https://github.com/mike-fabian/ibus-table/issues/162
20+
21+
commit fa864522898b4dc3b3fdcead91175ac05c6cad13
22+
Author: Mike FABIAN <[email protected]>
23+
Date: Wed Dec 11 14:20:51 2024 +0100
24+
25+
Add more debug output
26+
27+
commit 0b752dfdf49d8cda859a8cdfc82ff7825dce75f6
28+
Author: Mike FABIAN <[email protected]>
29+
Date: Wed Dec 11 14:17:40 2024 +0100
30+
31+
Fix some mypy warnings which appeared after the upgrade to Fedora 41 (python3-mypy-1.13.0-1.fc41.noarch)
32+
33+
commit 01e2632164c98b610bc157faa68f2d761c4e416a
34+
Author: Mike FABIAN <[email protected]>
35+
Date: Wed Dec 11 14:14:18 2024 +0100
36+
37+
Improve it_util.variant_to_value()
38+
39+
commit 8c6896387959f9cd855434d96aef710abcf6915a
40+
Author: ButterflyOfFire <[email protected]>
41+
Date: Thu Nov 21 17:38:41 2024 +0100
42+
43+
Translated using Weblate (Kabyle)
44+
45+
Currently translated at 29.3% (44 of 150 strings)
46+
47+
Co-authored-by: ButterflyOfFire <[email protected]>
48+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/kab/
49+
Translation: ibus-table/app
50+
51+
commit 16176b40840ff0a381ed035235581f6a2a19dc40
52+
Author: Weblate Translation Memory <[email protected]>
53+
Date: Thu Oct 24 11:38:33 2024 +0200
54+
55+
Translated using Weblate (Kabyle)
56+
57+
Currently translated at 29.3% (44 of 150 strings)
58+
59+
Co-authored-by: Weblate Translation Memory <[email protected]>
60+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/kab/
61+
Translation: ibus-table/app
62+
63+
commit 67d1e8e63a7e7b420dafe805522c118404a5ef10
64+
Author: ButterflyOfFire <[email protected]>
65+
Date: Thu Oct 24 11:38:33 2024 +0200
66+
67+
Translated using Weblate (Kabyle)
68+
69+
Currently translated at 29.3% (44 of 150 strings)
70+
71+
Added translation using Weblate (Kabyle)
72+
73+
Co-authored-by: ButterflyOfFire <[email protected]>
74+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/kab/
75+
Translation: ibus-table/app
76+
77+
commit 31707f63f73edd08ea0107fb581934207e5aea0c
278
Author: Mike FABIAN <[email protected]>
379
Date: Wed Sep 11 16:43:28 2024 +0200
480

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], [8])
28+
m4_define([ibus_micro_version], [9])
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

ibus-table.appdata.xml

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.9" date="2024-12-11" urgency="medium">
44+
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.9</url>
45+
<description>
46+
<p>This new stable release includes these changes:</p>
47+
<ul>
48+
<li>
49+
Make the setup tool use the wrapper itb_sound.py instead
50+
of using simpleaudio unconditionally (Resolves:
51+
github-mike-fabian-issue#162)
52+
</li>
53+
<li>
54+
Translation update from Weblate (new language Kabyle: kab 29.3%)
55+
</li>
56+
</ul>
57+
</description>
58+
<issues>
59+
<issue url="https://github.com/mike-fabian/ibus-table/issues/162">
60+
github-mike-fabian-issue#162
61+
</issue>
62+
</issues>
63+
</release>
4364
<release version="1.17.8" date="2024-09-11" urgency="medium">
4465
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.8</url>
4566
<description>

0 commit comments

Comments
 (0)