Update to 2.10.0
- Add option to automatically capitalize after punctuation - Don't record in user database when stripped_input_phrase or stripped_commit_phrase are emty - When interactively deleting a candidate from the user database, remove all case modes - Add 4 more characters ÞĦŊŦ to get special treatment in remove_accents() - Translation updates from Weblate for ca, es, fr, it, ja, nl, sv
This commit is contained in:
parent
b8ab2e443f
commit
cf01ce8bf5
1
.gitignore
vendored
1
.gitignore
vendored
@ -147,3 +147,4 @@
|
||||
/ibus-typing-booster-2.9.7.tar.gz
|
||||
/ibus-typing-booster-2.9.8.tar.gz
|
||||
/ibus-typing-booster-2.9.9.tar.gz
|
||||
/ibus-typing-booster-2.10.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.9.9
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
@ -230,6 +230,17 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Oct 19 2020 Mike FABIAN <mfabian@redhat.com> - 2.10.0-1
|
||||
- Update to 2.10.0
|
||||
- Add option to automatically capitalize after punctuation
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/96)
|
||||
- Don't record in user database when stripped_input_phrase or
|
||||
stripped_commit_phrase are emty
|
||||
- When interactively deleting a candidate from the user database,
|
||||
remove all case modes
|
||||
- Add 4 more characters ÞĦŊŦ to get special treatment in remove_accents()
|
||||
- Translation updates from Weblate for ca, es, fr, it, ja, nl, sv
|
||||
|
||||
* Thu Oct 08 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.9-1
|
||||
- Update to 2.9.9
|
||||
- Fix typo in variable name in do_reset()
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.9.9.tar.gz) = 2f96e1ee9ef9db433cac24d9db47786967405dd3d346357793b01b082599c4d22fb39c15189badbcbead5498e6214af0d208d333f46573c51ca7dcba51bd57ca
|
||||
SHA512 (ibus-typing-booster-2.10.0.tar.gz) = 301f3cc73a63597def1e9687ae5190933bd26f3c9beedb6bb7c1cf8772f6a20994efd2b1acc106435b92aa174066e2e5c1447f605c672200eab233bd9c4f6399
|
||||
|
Loading…
Reference in New Issue
Block a user