Accepting request 981099 from M17N
OBS-URL: https://build.opensuse.org/request/show/981099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=77
This commit is contained in:
commit
46411e2fbf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1ce1aeef0d12deb6545454e8086ff0f09daf7331ebc0f8f80449a5dd5d6c29
|
||||
size 10803443
|
3
ibus-typing-booster-2.16.0.tar.gz
Normal file
3
ibus-typing-booster-2.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3679b38d6774b6916face47bfe7aa2c7c83ff5d0fe52f24d3fb8d91cf071f0cb
|
||||
size 10811558
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user