Skip to content

Commit

Permalink
Release 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Sep 1, 2023
1 parent a8104dc commit 49fd247
Show file tree
Hide file tree
Showing 4 changed files with 62 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]>
* 01 Sep 2023 Release 2.24.0
* Implement “commit_and_forward_key” command (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/461)
* m17n-lib interface: transliterate “produced” part and “preedit” separately (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/460)
* Update emoji annotations from CLDR

* Author: Mike FABIAN <[email protected]>
* 10 Aug 2023 Release 2.23.4
* Support msymbol 'S-C-Return' as a commit to preedit key (Resolves https://github.com/mike-fabian/ibus-typing-booster/issues/457). Needed by hi-itrans.mim, hi-optitransv2.mim, kn-optitransv2.mim, mr-gamabhana.mim, sa-itrans.mim, sa-vedic-itrans.mim
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], [23])
m4_define([ibus_micro_version], [4])
m4_define([ibus_minor_version], [24])
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
27 changes: 27 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,33 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.24.0" date="2023-09-01" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.24.0</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Implement “commit_and_forward_key” command (Resolves:
github-issues#461)
</li>
<li>
m17n-lib interface: transliterate “produced” part and
“preedit” separately (Resolves: github-issues#460)
</li>
<li>
Update emoji annotations from CLDR
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/461">
github-issues#461
</issue>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/460">
github-issues#460
</issue>
</issues>
</release>
<release version="2.23.4" date="2023-08-10" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.23.4</url>
<description>
Expand Down
27 changes: 27 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,33 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.24.0" date="2023-09-01" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.24.0</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Implement “commit_and_forward_key” command (Resolves:
github-issues#461)
</li>
<li>
m17n-lib interface: transliterate “produced” part and
“preedit” separately (Resolves: github-issues#460)
</li>
<li>
Update emoji annotations from CLDR
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/461">
github-issues#461
</issue>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/460">
github-issues#460
</issue>
</issues>
</release>
<release version="2.23.4" date="2023-08-10" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.23.4</url>
<description>
Expand Down

0 comments on commit 49fd247

Please sign in to comment.