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:
Mike FABIAN 2016-11-09 14:30:35 +01:00
parent 183ecd708a
commit 4bcbd2d2d6
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@
/ibus-typing-booster-1.5.7.tar.gz
/ibus-typing-booster-1.5.8.tar.gz
/ibus-typing-booster-1.5.9.tar.gz
/ibus-typing-booster-1.5.10.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.5.9
Version: 1.5.10
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -94,6 +94,13 @@ make check || cat ./tests/test-suite.log
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%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
- update to 1.5.9
- Make it possible to use a database in different locations than the default

View File

@ -1 +1 @@
4f18ae23d7472c621aa2d8befc3e2eee ibus-typing-booster-1.5.9.tar.gz
4b686fb215ce4b53b6434d49c70b00c9 ibus-typing-booster-1.5.10.tar.gz