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%), tr (100%), uk (100%) updated)
This commit is contained in:
parent
8868f7554c
commit
71f69467ad
4
.gitignore
vendored
4
.gitignore
vendored
@ -227,3 +227,7 @@
|
||||
/ibus-typing-booster-2.15.25.tar.gz
|
||||
/ibus-typing-booster-2.15.26.tar.gz
|
||||
/ibus-typing-booster-2.15.27.tar.gz
|
||||
/ibus-typing-booster-2.15.28.tar.gz
|
||||
/ibus-typing-booster-2.15.29.tar.gz
|
||||
/ibus-typing-booster-2.15.30.tar.gz
|
||||
/ibus-typing-booster-2.16.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.15.27
|
||||
Version: 2.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -248,6 +248,41 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.0-1
|
||||
- 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 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.27-1
|
||||
- Update to 2.15.27
|
||||
- If an emoji is duplicated as a text candidate, use only the
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.15.27.tar.gz) = a807e3667947c81abb816dc160ca22e8b4f48e44b6f2cf62d7d2cedfb0ad004a75cbd8606e57ead379489f3bb18375203750a1d1a3b77764c734fb2a70cfe52d
|
||||
SHA512 (ibus-typing-booster-2.16.0.tar.gz) = a90ea11a72d770765ef55ff6fc288bf6ddfa5e5ae1c7393f195ed3466a207022872f5e27f9629101b8b31e26c84dc8512e4cd261b2c503fd98daa8438e47dfb9
|
||||
|
Loading…
Reference in New Issue
Block a user