Accepting request 1135755 from home:mike-fabian
Update to 2.24.10 OBS-URL: https://build.opensuse.org/request/show/1135755 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=252
This commit is contained in:
parent
00d95b595e
commit
94ad9b4ea6
3
ibus-typing-booster-2.24.10.tar.gz
Normal file
3
ibus-typing-booster-2.24.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:848ad54c62587bd4ecf1a416e804bb3831a506a4ad39c30310db82486fc73f24
|
||||
size 12320786
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9cf1a33e4e1c74380464ad9394b71cef1942979166193acb1792d25d54bc1b2
|
||||
size 12217369
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 22:55:34 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.24.9
|
||||
- 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 18 18:27:49 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.24.7
|
||||
- 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/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 09:27:18 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.24.5
|
||||
Version: 2.24.10
|
||||
Release: 0
|
||||
Summary: An input completion utility
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user