Update to 2.24.10
- Update the preedit to empty right after deleting surrounding text when reopening a preedit (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) - Improve do_reset() (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) - Fix _record_in_database_and_push_context() - Avoid updating the preedit to empty or hiding it if the preedit is already hidden or empty - Do not pass through a key release event if the corresponding key press event was handled - Remove two probably redundant calls to get_surrounding_text() - Hide and clear lookup table and aux in _update_ui_empty_input_try_completion() if no candidates are found - Make self._ibus_event_sleep_seconds settable via gsettings - Avoid more duplicate calls of _update_preedit() (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) - Fix disappearing first characters or words in the web clients of WhatsApp and Telegram used in Firefox (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) - Update emoji annotations from CLDR
This commit is contained in:
parent
0c67c83596
commit
00d69e8388
5
.gitignore
vendored
5
.gitignore
vendored
@ -320,3 +320,8 @@
|
|||||||
/ibus-typing-booster-2.24.3.tar.gz
|
/ibus-typing-booster-2.24.3.tar.gz
|
||||||
/ibus-typing-booster-2.24.4.tar.gz
|
/ibus-typing-booster-2.24.4.tar.gz
|
||||||
/ibus-typing-booster-2.24.5.tar.gz
|
/ibus-typing-booster-2.24.5.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.6.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.7.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.8.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.9.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.24.5
|
Version: 2.24.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0-or-later AND Apache-2.0
|
License: GPL-3.0-or-later AND Apache-2.0
|
||||||
@ -251,6 +251,26 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474)
|
||||||
|
- Improve do_reset()
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473)
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474)
|
||||||
|
- Fix _record_in_database_and_push_context()
|
||||||
|
- Avoid updating the preedit to empty or hiding it if the preedit is already hidden or empty
|
||||||
|
- Do not pass through a key release event if the corresponding key press event was handled
|
||||||
|
- Remove two probably redundant calls to get_surrounding_text()
|
||||||
|
- Hide and clear lookup table and aux in _update_ui_empty_input_try_completion() if no candidates are found
|
||||||
|
- Make self._ibus_event_sleep_seconds settable via gsettings
|
||||||
|
- Avoid more duplicate calls of _update_preedit()
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473)
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474)
|
||||||
|
- Fix disappearing first characters or words in the web clients of WhatsApp and Telegram used in Firefox
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473)
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
|
||||||
* Tue Dec 05 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.5-1
|
* Tue Dec 05 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.5-1
|
||||||
- Update to 2.24.5
|
- Update to 2.24.5
|
||||||
- Fix first character disappearing when compose was involved in WhatsApp and Telegram
|
- Fix first character disappearing when compose was involved in WhatsApp and Telegram
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.24.5.tar.gz) = 8ed58334ce044a19b802c11e3a99ab7bdf31c1e86f1aa4cefd6cd66c3001f9c25b333ad19d1c36cd09982513b124cbb2f39ed2832ee262001abd6f0997abfc84
|
SHA512 (ibus-typing-booster-2.24.10.tar.gz) = 8d72640d3edc95a8bdc8b02ce2ab6ba7008da9c5ad4e7df4bdc763b23adcb19df909077b9e5b9e9c191ec88f6ccc3774d8fc34deab0724333c638012594209ae
|
||||||
|
Loading…
Reference in New Issue
Block a user