From c0be4d84e666efc86d791d8d3a1c0938d2e16e84d91d9331fcf1b4e58742bd62 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 7 Jun 2022 07:49:48 +0000 Subject: [PATCH] Accepting request 981098 from home:mike-fabian Update to 2.16.0 OBS-URL: https://build.opensuse.org/request/show/981098 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=165 --- ibus-typing-booster-2.15.27.tar.gz | 3 --- ibus-typing-booster-2.16.0.tar.gz | 3 +++ ibus-typing-booster.changes | 39 ++++++++++++++++++++++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.15.27.tar.gz create mode 100644 ibus-typing-booster-2.16.0.tar.gz diff --git a/ibus-typing-booster-2.15.27.tar.gz b/ibus-typing-booster-2.15.27.tar.gz deleted file mode 100644 index 6146767..0000000 --- a/ibus-typing-booster-2.15.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee1ce1aeef0d12deb6545454e8086ff0f09daf7331ebc0f8f80449a5dd5d6c29 -size 10803443 diff --git a/ibus-typing-booster-2.16.0.tar.gz b/ibus-typing-booster-2.16.0.tar.gz new file mode 100644 index 0000000..6b7a14e --- /dev/null +++ b/ibus-typing-booster-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3679b38d6774b6916face47bfe7aa2c7c83ff5d0fe52f24d3fb8d91cf071f0cb +size 10811558 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 3696342..b15811f 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jun 07 07:56:23 UTC 2022 - maiku.fabian@gmail.com + +- Update to 2.16.0 +- Make it possible to use inline completion without automatic fallback to a candidate list + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/266) + + Now the inline completion option has 3 values: + + • No + • Yes, with fallback to popup + • Yes, without fallback to popup + + When choosing “Yes, with fallback”, the behaviour is as it used to be + when the old checkbox was on: the completion is shown inline if this + is possible without changing the already typed string in the preedit, + if this is not possible, a popup candidate list is automatically shown + instead as a fallback. + + When choosing “Yes without fallback to popup”, a popup candidate list + is never shown automatically as a fallback but only when explicitely + requested by typing the key bound to the command + “select_next_candidate” (By default this is the Tab key). + + When updating to the new release with this new option, the value of + the old checkbox gets lost. I.e. no matter whether the user had the + inline completion option checked or not checked before the update, + after the update the value for “inline completion” reverts to the + default “No”. So if one was using “inline completion” before the + update, one has to switch it on again after the update. + +- Fix itb_emoji.find_cldr_annotation_path() (It always found a + match even when the fallback went through all the way to + 'en', therefore all dictionaries were shown as supporting + emoji in the setup tool) +- Update emoji annotations from CLDR (oc.xml is new) +- Translation update from Weblate (de (100%), jp (36.9%), nl (100%), + pl (100%), tr (100%), uk (100%) updated) + ------------------------------------------------------------------- Thu May 12 09:28:04 UTC 2022 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 6f9f8d3..54d59e8 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.15.27 +Version: 2.16.0 Release: 0 Summary: An input completion utility License: GPL-3.0+