From eb822ac29e4a938dfbec276f4642004b8a1b291e Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 23 Jan 2025 21:06:07 +0100 Subject: [PATCH] Release 2.27.13 --- ChangeLog | 5 ++++ configure.ac | 2 +- ...yping_booster.emoji_picker.metainfo.xml.in | 26 +++++++++++++++++++ ...ibus.engine.typing_booster.metainfo.xml.in | 26 +++++++++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf34b336..20c3b652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* Author: Mike FABIAN +* 24 Jan 2025 Release 2.27.13 +* If an early commit is possible in a restriced engine, use `return False` if self._prefer_commit is False, only a single key is in the input and that key was not transliterated (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/616) +* Improve committing strings with multiple lines (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/615) + * Author: Mike FABIAN * 20 Jan 2025 Release 2.27.10 * Generate translations into metainfo.xml files with autotools (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/597) diff --git a/configure.ac b/configure.ac index a1236700..8afd75b9 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], [27]) -m4_define([ibus_micro_version], [10]) +m4_define([ibus_micro_version], [13]) 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/org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml.in b/org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml.in index 768a85b1..a5839c11 100644 --- a/org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml.in +++ b/org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml.in @@ -41,6 +41,32 @@ https://translate.fedoraproject.org/projects/ibus-typing-booster/ + + https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.13 + +

Bug fixes and enhancements

+
    +
  • + If an early commit is possible in a restriced engine, use + `return False` if self._prefer_commit is False, only a + single key is in the input and that key was not + transliterated (Resolves: github-issues#616) +
  • +
  • + Improve committing strings with multiple lines (Resolves: + github-issues#615) +
  • +
+
+ + + github-issues#616 + + + github-issues#615 + + +
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.10 diff --git a/org.freedesktop.ibus.engine.typing_booster.metainfo.xml.in b/org.freedesktop.ibus.engine.typing_booster.metainfo.xml.in index a0514b2a..f594d282 100644 --- a/org.freedesktop.ibus.engine.typing_booster.metainfo.xml.in +++ b/org.freedesktop.ibus.engine.typing_booster.metainfo.xml.in @@ -47,6 +47,32 @@ https://translate.fedoraproject.org/projects/ibus-typing-booster/ + + https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.13 + +

Bug fixes and enhancements

+
    +
  • + If an early commit is possible in a restriced engine, use + `return False` if self._prefer_commit is False, only a + single key is in the input and that key was not + transliterated (Resolves: github-issues#616) +
  • +
  • + Improve committing strings with multiple lines (Resolves: + github-issues#615) +
  • +
+
+ + + github-issues#616 + + + github-issues#615 + + +
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.10