Skip to content

Commit ddd30b8

Browse files
committed
Release 1.17.7
1 parent 19d632a commit ddd30b8

File tree

3 files changed

+102
-2
lines changed

3 files changed

+102
-2
lines changed

ChangeLog

+85-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,88 @@
1-
commit fd5d630f982f9ffa11bb6743352be88962a9b62f
1+
commit fa7c81148ceea819a61dcded2c8a10a6701fd66a
2+
Author: Mike FABIAN <[email protected]>
3+
Date: Sun Aug 25 19:52:28 2024 +0200
4+
5+
Release 1.17.7
6+
7+
commit 19d632adad8326510296e39c776f7074688f1684
8+
Author: Mike FABIAN <[email protected]>
9+
Date: Sun Aug 25 18:48:08 2024 +0200
10+
11+
Translated using Weblate (French)
12+
13+
Currently translated at 100.0% (150 of 150 strings)
14+
15+
Co-authored-by: Mike FABIAN <[email protected]>
16+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/fr/
17+
Translation: ibus-table/app
18+
19+
commit c5050577926ca625ecc57441f295f8a47ab851cc
20+
Author: Léane GRASSER <[email protected]>
21+
Date: Fri Aug 23 15:36:06 2024 +0200
22+
23+
Translated using Weblate (French)
24+
25+
Currently translated at 100.0% (150 of 150 strings)
26+
27+
Co-authored-by: Léane GRASSER <[email protected]>
28+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/fr/
29+
Translation: ibus-table/app
30+
31+
commit bcaa9d820fb0be3281063ca181f8c72f47605687
32+
Author: Sergey A <[email protected]>
33+
Date: Fri Aug 23 15:36:06 2024 +0200
34+
35+
Translated using Weblate (Russian)
36+
37+
Currently translated at 93.3% (140 of 150 strings)
38+
39+
Co-authored-by: Sergey A <[email protected]>
40+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/ru/
41+
Translation: ibus-table/app
42+
43+
commit 374b32d49126feaa1b3d5c36d2927f4cab08d5f2
44+
Author: Sergey A <[email protected]>
45+
Date: Tue Jul 30 09:02:36 2024 +0200
46+
47+
Translated using Weblate (Russian)
48+
49+
Currently translated at 92.6% (139 of 150 strings)
50+
51+
Co-authored-by: Sergey A <[email protected]>
52+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/ru/
53+
Translation: ibus-table/app
54+
55+
commit 8386ac2ce1ab543515605d4e7f96b69fc995d589
56+
Author: Sergey A <[email protected]>
57+
Date: Sun Jul 28 12:38:40 2024 +0200
58+
59+
Translated using Weblate (Russian)
60+
61+
Currently translated at 87.3% (131 of 150 strings)
62+
63+
Co-authored-by: Sergey A <[email protected]>
64+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/ru/
65+
Translation: ibus-table/app
66+
67+
commit f1aaf7998d72d127bd91ebbe1a8d656f8cb36460
68+
Author: Weblate <[email protected]>
69+
Date: Thu Jun 27 14:38:22 2024 +0200
70+
71+
Update translation files
72+
73+
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
74+
75+
Co-authored-by: Weblate <[email protected]>
76+
Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/
77+
Translation: ibus-table/app
78+
79+
commit f4a9e2746ba420fc798e2d9258075d8a309964fe
80+
Author: Mike FABIAN <[email protected]>
81+
Date: Thu Jun 27 14:40:56 2024 +0200
82+
83+
Fix typo in comment
84+
85+
commit 46ccd315f4f0cfaa3c6cc675f228c2df247a0a06
286
Author: Mike FABIAN <[email protected]>
387
Date: Thu Jun 27 09:47:45 2024 +0200
488

configure.ac

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

+16
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@
3939
<url type="help">https://kaio.github.io/ibus-table/documentation.html</url>
4040
<url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url>
4141
<content_rating type="oars-1.1" />
42+
<release version="1.17.7" date="2024-08-25" urgency="medium">
43+
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.7</url>
44+
<description>
45+
<p>This new stable release includes these changes:</p>
46+
<ul>
47+
<li>
48+
Translation update from Weblate (fr 100%, ru 93.3%)
49+
</li>
50+
</ul>
51+
</description>
52+
<issues>
53+
<issue url="https://github.com/kaio/ibus-table/issues/85">
54+
github-kaio-issue#85
55+
</issue>
56+
</issues>
57+
</release>
4258
<release version="1.17.6" date="2024-06-27" urgency="medium">
4359
<url>https://github.com/mike-fabian/ibus-table/releases/tag/1.17.6</url>
4460
<description>

0 commit comments

Comments
 (0)