update to 1.5.20
- Calculate the maximum word length for each dictionary individually - Use .startswith instead of regexp matching when matching in hunspell dictionaries (speed optimization) - Improve accent insensitive matching (“filosofičtějš” should also match “filosofičtější”) - Some updates for the emoji annotations in en.xml from CLDR
This commit is contained in:
parent
841b6b0efc
commit
790e29bdb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
||||
/ibus-typing-booster-1.5.17.tar.gz
|
||||
/ibus-typing-booster-1.5.18.tar.gz
|
||||
/ibus-typing-booster-1.5.19.tar.gz
|
||||
/ibus-typing-booster-1.5.20.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.19
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.20
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
@ -95,6 +95,15 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Jan 26 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.20-1
|
||||
- update to 1.5.20
|
||||
- Calculate the maximum word length for each dictionary individually
|
||||
- Use .startswith instead of regexp matching when matching in hunspell
|
||||
dictionaries (speed optimization)
|
||||
- Improve accent insensitive matching (“filosofičtějš” should also
|
||||
match “filosofičtější”)
|
||||
- Some updates for the emoji annotations in en.xml from CLDR
|
||||
|
||||
* Thu Jan 19 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.19-2
|
||||
- update to 1.5.19
|
||||
- Improve setup layout (thanks to Trinh Anh Ngoc <atw1990@gmail.com>)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.19.tar.gz) = fb3aed82140402fa54735abf3a3672ed96d7fe8efb2eb0418bb595b899dffe7c8d242fe98882ecf6ddd9b85263527fb99dc54e438181ccf7937395467ef96fdb
|
||||
SHA512 (ibus-typing-booster-1.5.20.tar.gz) = 5f9a40649906ba61b58311f7651cbe30efea24703cc4c39221a94150413eba317b577c661f66f8091c0f3db1064e9ab477d38e5689d7f4cc6615352d177eaf3e
|
||||
|
Loading…
Reference in New Issue
Block a user