Skip to content

Commit

Permalink
Release 2.26.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Nov 9, 2024
1 parent 03e2e26 commit eba2ce1
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Author: Mike FABIAN <mfabian@redhat.com>
* 09 Nov 2024 Release 2.26.11
* Improve detection of Wayland session (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/561)
* Support non-ASCII input for m17n-db input methods (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/537)
* Improve “class KeyEvent”: Prepend 'S-' to msymbol when Shift is pressed and is is a space or not printable
* Show also the languages supported by a font in emoji-picker (only when -d or --debug is used)

* Author: Mike FABIAN <mfabian@redhat.com>
* 04 Nov 2024 Release 2.26.8
* When adding an msymbol to input_phrase and checking whether it changes the transliteration, don’t apply a case mode change to that msymbol (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/558)
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], [26])
m4_define([ibus_micro_version], [8])
m4_define([ibus_micro_version], [11])
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
32 changes: 32 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,38 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.11" date="2024-11-09" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.11</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Improve detection of Wayland session (Resolves:
github-issues#561)
</li>
<li>
Support non-ASCII input for m17n-db input methods
(Resolves: github-issues#537)
</li>
<li>
Improve “class KeyEvent”: Prepend 'S-' to msymbol when
Shift is pressed and is is a space or not printabl
</li>
<li>
Show also the languages supported by a font in
emoji-picker (only when -d or --debug is used)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/561">
github-issues#561
</issue>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/537">
github-issues#537
</issue>
</issues>
</release>
<release version="2.26.8" date="2024-11-04" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.8</url>
<description>
Expand Down
32 changes: 32 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,38 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.11" date="2024-11-09" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.11</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Improve detection of Wayland session (Resolves:
github-issues#561)
</li>
<li>
Support non-ASCII input for m17n-db input methods
(Resolves: github-issues#537)
</li>
<li>
Improve “class KeyEvent”: Prepend 'S-' to msymbol when
Shift is pressed and is is a space or not printabl
</li>
<li>
Show also the languages supported by a font in
emoji-picker (only when -d or --debug is used)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/561">
github-issues#561
</issue>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/537">
github-issues#537
</issue>
</issues>
</release>
<release version="2.26.8" date="2024-11-04" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.8</url>
<description>
Expand Down

0 comments on commit eba2ce1

Please sign in to comment.