Skip to content

Commit

Permalink
Release 2.25.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Oct 8, 2024
1 parent 9477b75 commit 48d499d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Author: Mike FABIAN <[email protected]>
* 08 Oct 2024 Release 2.25.17
* Get correct Unicode version from DerivedAge.txt and also display both Unicode version and Emoji version in emoji-picker (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/538)
* Translation update from Weblate (de 100%, fr 100%, ja 100%)

* Author: Mike FABIAN <[email protected]>
* 11 Sep 2024 Release 2.25.16
* When committing, normalize to NFC **and** recompose the composition exclusions (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/531)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ m4_define([package_name], [ibus-typing-booster])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [2])
m4_define([ibus_minor_version], [25])
m4_define([ibus_micro_version], [16])
m4_define([ibus_micro_version], [17])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
21 changes: 21 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,27 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.25.17" date="2024-10-08" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.17</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Get correct Unicode version from DerivedAge.txt and also
display both Unicode version and Emoji version in
emoji-picker (Resolves: github-issues#538)
</li>
<li>
Translation update from Weblate (de 100%, fr 100%, ja 100%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/538">
github-issues#538
</issue>
</issues>
</release>
<release version="2.25.16" date="2024-09-11" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.16</url>
<description>
Expand Down
21 changes: 21 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.25.17" date="2024-10-08" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.17</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Get correct Unicode version from DerivedAge.txt and also
display both Unicode version and Emoji version in
emoji-picker (Resolves: github-issues#538)
</li>
<li>
Translation update from Weblate (de 100%, fr 100%, ja 100%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/538">
github-issues#538
</issue>
</issues>
</release>
<release version="2.25.16" date="2024-09-11" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.16</url>
<description>
Expand Down

0 comments on commit 48d499d

Please sign in to comment.