update to 1.2.0
- Make TAB when used to enable/disable the lookup table work as a toogle - Create a VIEW for “LIKE input_phrase%” in select_words() and use that in the following SELECT statements (Makes candidate calculation more than 10 times faster)
This commit is contained in:
parent
8d0df998b7
commit
2f6239f3e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/ibus-typing-booster-1.0.2.tar.gz
|
||||
/ibus-typing-booster-1.0.3.tar.gz
|
||||
/ibus-typing-booster-1.1.0.tar.gz
|
||||
/ibus-typing-booster-1.2.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -74,6 +74,13 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Create a VIEW for “LIKE input_phrase%” in select_words() and use that
|
||||
in the following SELECT statements (Makes candidate calculation more
|
||||
than 10 times faster)
|
||||
|
||||
* Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1
|
||||
- Update to 1.1.0 upstream version
|
||||
- Add a commit=True parameter to check_phrase_and_update_frequency()
|
||||
|
Loading…
Reference in New Issue
Block a user