Update to 2.24.11
- Really clear the preedit when it is empty, don’t just hide it (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/476) Just hiding a non-empty preedit is not enough because of IBus.PreeditFocusMode.COMMIT a non-empty preedit is still committed on focus out, even when it is hidden.
This commit is contained in:
parent
00d69e8388
commit
5143d2c3d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -325,3 +325,4 @@
|
||||
/ibus-typing-booster-2.24.8.tar.gz
|
||||
/ibus-typing-booster-2.24.9.tar.gz
|
||||
/ibus-typing-booster-2.24.10.tar.gz
|
||||
/ibus-typing-booster-2.24.11.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.24.10
|
||||
Version: 2.24.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -251,6 +251,14 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2024 Mike FABIAN <mfabian@redhat.com> - 2.24.11-1
|
||||
- Update to 2.24.11
|
||||
- Really clear the preedit when it is empty, don’t just hide it
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/476)
|
||||
Just hiding a non-empty preedit is not enough because of
|
||||
IBus.PreeditFocusMode.COMMIT a non-empty preedit is still
|
||||
committed on focus out, even when it is hidden.
|
||||
|
||||
* Fri Dec 29 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.10-1
|
||||
- Update to 2.24.10
|
||||
- Update the preedit to empty right after deleting surrounding text when reopening a preedit
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.24.10.tar.gz) = 8d72640d3edc95a8bdc8b02ce2ab6ba7008da9c5ad4e7df4bdc763b23adcb19df909077b9e5b9e9c191ec88f6ccc3774d8fc34deab0724333c638012594209ae
|
||||
SHA512 (ibus-typing-booster-2.24.11.tar.gz) = 9cc906061aaa8e4720e48296158c990b2411aad26f0ebf71e58bc202b2470d100541174e4e007c55e89c9b7540e21ef9107045dcff0e86ffba30cfd9acded989
|
||||
|
Loading…
Reference in New Issue
Block a user