Update to 2.16.5
- Use new pykakasi API instead of the deprecated v1.2 API. - Fix typo in LOCALE_DEFAULTS for Korean. The default values for Korean were not applied because of this typo. (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/321) - Improve and simplify setting input methods and dictionaries using new helper functions (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/318) - self._is_candidate_auto_selected should only be true if no manual keys to select were pressed (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/319) - Translation update from Weblate (it updated 93.6% (205 of 219 strings))
This commit is contained in:
parent
7e51bf0118
commit
2945e3f947
2
.gitignore
vendored
2
.gitignore
vendored
@ -234,3 +234,5 @@
|
||||
/ibus-typing-booster-2.16.1.tar.gz
|
||||
/ibus-typing-booster-2.16.2.tar.gz
|
||||
/ibus-typing-booster-2.16.3.tar.gz
|
||||
/ibus-typing-booster-2.16.4.tar.gz
|
||||
/ibus-typing-booster-2.16.5.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.16.3
|
||||
Version: 2.16.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -248,6 +248,20 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Jun 23 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.5-1
|
||||
- Update to 2.16.5
|
||||
- Use new pykakasi API instead of the deprecated v1.2 API.
|
||||
- Fix typo in LOCALE_DEFAULTS for Korean. The default values
|
||||
for Korean were not applied because of this typo.
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/321)
|
||||
- Improve and simplify setting input methods and dictionaries using new
|
||||
helper functions
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/318)
|
||||
- self._is_candidate_auto_selected should only be true if no manual keys
|
||||
to select were pressed
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/319)
|
||||
- Translation update from Weblate (it updated 93.6% (205 of 219 strings))
|
||||
|
||||
* Mon Jun 20 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.3-1
|
||||
- Update to 2.16.3
|
||||
- Add search entry for already defined custom shortcuts
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.16.3.tar.gz) = 658eb972136c16dd703fa8b0e378d4ca511ba7a80ace39617eed7939607e37b7f94eaf6560514a474aec47e40d415fe3733728617237751c132ef17e46be963c
|
||||
SHA512 (ibus-typing-booster-2.16.5.tar.gz) = 036fcbe699f251b23e143a0a6fe7bcfc1bf9a244b9662d80d24b8f4ab7e1ed044a355f0a7c205b35bf864f38aec59283bc0967e18657360fbb553b33b286e13f
|
||||
|
Loading…
Reference in New Issue
Block a user