Skip to content

Commit

Permalink
Release 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Oct 23, 2024
1 parent 8e46c63 commit 7d1badd
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Author: Mike FABIAN <[email protected]>
* 23 Oct 2024 Release 2.26.0
* Introduce a delay time before candidates are updated and displayed (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/530)
* emoji-picker: Show Emoji properties, Unicode category, and Unicode block always, not only when --debug is used. As they are now shown always, make their labels translatable.
* Translation update from Weblate (de 100%, fr 100%, ja 99.5%, ka 100%, sv 100%, tr 100%, uk 100%)

* Author: Mike FABIAN <[email protected]>
* 19 Oct 2024 Release 2.25.19
* Translation update from Weblate (el 5.3%, kab 34.8%, sv 100%)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
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], [19])
m4_define([ibus_minor_version], [26])
m4_define([ibus_micro_version], [0])
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
25 changes: 25 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,31 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.0" date="2024-10-23" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.0</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Introduce a delay time before candidates are updated and
displayed (Resolves: github-issues#530)
</li>
<li>
emoji-picker: Show Emoji properties, Unicode category, and
Unicode block always, not only when --debug is used. As
they are now shown always, make their labels translatable.
</li>
<li>
Translation update from Weblate (de 100%, fr 100%, ja 99.5%, ka 100%, sv 100%, tr 100%, uk 100%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/530">
github-issues#530
</issue>
</issues>
</release>
<release version="2.25.19" date="2024-10-19" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.19</url>
<description>
Expand Down
25 changes: 25 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,31 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.0" date="2024-10-23" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.0</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Introduce a delay time before candidates are updated and
displayed (Resolves: github-issues#530)
</li>
<li>
emoji-picker: Show Emoji properties, Unicode category, and
Unicode block always, not only when --debug is used. As
they are now shown always, make their labels translatable.
</li>
<li>
Translation update from Weblate (de 100%, fr 100%, ja 99.5%, ka 100%, sv 100%, tr 100%, uk 100%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/530">
github-issues#530
</issue>
</issues>
</release>
<release version="2.25.19" date="2024-10-19" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.25.19</url>
<description>
Expand Down

0 comments on commit 7d1badd

Please sign in to comment.