update to 1.2.1
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933) - Update German translation - Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
This commit is contained in:
parent
2f6239f3e2
commit
f08b62fc88
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/ibus-typing-booster-1.0.3.tar.gz
|
||||
/ibus-typing-booster-1.1.0.tar.gz
|
||||
/ibus-typing-booster-1.2.0.tar.gz
|
||||
/ibus-typing-booster-1.2.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -74,6 +74,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.1-1
|
||||
- Update to 1.2.1 upstream version
|
||||
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
|
||||
- Update German translation
|
||||
- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
|
||||
|
||||
* Fri Jun 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.0-1
|
||||
- Update to 1.2.0 upstream version
|
||||
- Make TAB when used to enable/disable the lookup table work as a toogle
|
||||
|
Loading…
Reference in New Issue
Block a user