Update to 2.11.4
- In main.py “import factory” only when the --xml option is not used Resolves: rhbz#1711646 - Limit the “capitalize” case mode used in auto-capitalization to the first index in a string Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/167
This commit is contained in:
parent
ef40d8efe4
commit
91ea89b9f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -159,3 +159,5 @@
|
||||
/ibus-typing-booster-2.11.0.tar.gz
|
||||
/ibus-typing-booster-2.11.1.tar.gz
|
||||
/ibus-typing-booster-2.11.2.tar.gz
|
||||
/ibus-typing-booster-2.11.3.tar.gz
|
||||
/ibus-typing-booster-2.11.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.11.2
|
||||
Release: 4%{?dist}
|
||||
Version: 2.11.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -233,6 +233,14 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Apr 29 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.4-1
|
||||
- Update to 2.11.4
|
||||
- In main.py “import factory” only when the --xml option is not used
|
||||
Resolves: rhbz#1711646
|
||||
- Limit the “capitalize” case mode used in auto-capitalization to the
|
||||
first index in a string
|
||||
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/167
|
||||
|
||||
* Wed Apr 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 2.11.2-4
|
||||
- Resolves: #1948197 Change post to posttrans
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.11.2.tar.gz) = 927c1158683f8b9ac5d4d320dfee365a6a3df235f1e4ca12eed63d6251c6fc46872fb3ab6d3a524ce7e9b0fee49a2a14a2c7ea499ab802f480386c26acff007f
|
||||
SHA512 (ibus-typing-booster-2.11.4.tar.gz) = b7201ec30fddc49015274b5590091da3a47bf0d1f4b8ef60c01b12be59a83cc70d254e6ba5aa92b7ac76d869fdec0a190535f279558f57de5d984e051dcb3bf5
|
||||
|
Loading…
Reference in New Issue
Block a user