diff --git a/ChangeLog b/ChangeLog index 4ecc355a..4453f513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +* Author: Mike FABIAN +* 28 Oct 2024 Release 2.26.6 +* Simplify itb_pango.py: don’t use ctypes, use `from gi.repository import Pango` instead +* Get more information about the Pango rendering support for an emoji and use fallback in emoji-picker only when necessary (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/508) +* Also make it possible to show font file names, font versions, and emoji related OpenType tables of the fonts used (shown only in debug mode, i.e. when "emoji-picker --debug" is used, when not in debug mode show only the font family name) +* In do_reset() skip clearing input only when the surrounding text **up to the cursor** ends with the current preedit (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/529) +* Translation update from Weblate (kab 75.9%) + * Author: Mike FABIAN * 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) diff --git a/configure.ac b/configure.ac index e28870d8..04edb436 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [0]) +m4_define([ibus_micro_version], [6]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) diff --git a/emoji-picker.appdata.xml b/emoji-picker.appdata.xml index cba8a936..86819fab 100644 --- a/emoji-picker.appdata.xml +++ b/emoji-picker.appdata.xml @@ -41,6 +41,45 @@ https://translate.fedoraproject.org/projects/ibus-typing-booster/ + + https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.6 + +

Bug fixes and enhancements

+
    +
  • + In do_reset() skip clearing input only when the + surrounding text **up to the cursor** ends with the + current preedit (Resolves:github-issues#529) +
  • +
  • + Also make it possible to show font file names, font + versions, and emoji related OpenType tables of the fonts + used (shown only in debug mode, i.e. when "emoji-picker + --debug" is used, when not in debug mode show only the + font family name) +
  • +
  • + Get more information about the Pango rendering support for + an emoji and use fallback in emoji-picker only when + necessary (Resolves: github-issues#508) +
  • +
  • + Simplify itb_pango.py: don’t use ctypes, use `from gi.repository import Pango` instead +
  • +
  • + Translation update from Weblate (kab 75.9%) +
  • +
+
+ + + github-issues#529 + + + github-issues#508 + + +
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.0 diff --git a/typing-booster.appdata.xml b/typing-booster.appdata.xml index ad0cc52e..294ece03 100644 --- a/typing-booster.appdata.xml +++ b/typing-booster.appdata.xml @@ -47,6 +47,45 @@ https://translate.fedoraproject.org/projects/ibus-typing-booster/ + + https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.6 + +

Bug fixes and enhancements

+
    +
  • + In do_reset() skip clearing input only when the + surrounding text **up to the cursor** ends with the + current preedit (Resolves:github-issues#529) +
  • +
  • + Also make it possible to show font file names, font + versions, and emoji related OpenType tables of the fonts + used (shown only in debug mode, i.e. when "emoji-picker + --debug" is used, when not in debug mode show only the + font family name) +
  • +
  • + Get more information about the Pango rendering support for + an emoji and use fallback in emoji-picker only when + necessary (Resolves: github-issues#508) +
  • +
  • + Simplify itb_pango.py: don’t use ctypes, use `from gi.repository import Pango` instead +
  • +
  • + Translation update from Weblate (kab 75.9%) +
  • +
+
+ + + github-issues#529 + + + github-issues#508 + + +
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.0