update to 1.5.10
- Make accent insensitive matching also work in the user database - Add test cases for accent insensitive matching - Add 'No' (Number, Other) to VALID_CATEGORIES to be able to match ¹ U+00B9 SUPERSCRIPT ONE
This commit is contained in:
parent
183ecd708a
commit
4bcbd2d2d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
|||||||
/ibus-typing-booster-1.5.7.tar.gz
|
/ibus-typing-booster-1.5.7.tar.gz
|
||||||
/ibus-typing-booster-1.5.8.tar.gz
|
/ibus-typing-booster-1.5.8.tar.gz
|
||||||
/ibus-typing-booster-1.5.9.tar.gz
|
/ibus-typing-booster-1.5.9.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.9
|
Version: 1.5.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -94,6 +94,13 @@ make check || cat ./tests/test-suite.log
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.10-1
|
||||||
|
- update to 1.5.10
|
||||||
|
- Make accent insensitive matching also work in the user database
|
||||||
|
- Add test cases for accent insensitive matching
|
||||||
|
- Add 'No' (Number, Other) to VALID_CATEGORIES to be able to
|
||||||
|
match ¹ U+00B9 SUPERSCRIPT ONE
|
||||||
|
|
||||||
* Mon Oct 24 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.9-1
|
* Mon Oct 24 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.9-1
|
||||||
- update to 1.5.9
|
- update to 1.5.9
|
||||||
- Make it possible to use a database in different locations than the default
|
- Make it possible to use a database in different locations than the default
|
||||||
|
Loading…
Reference in New Issue
Block a user