update to 1.4.0
- Multilingual support, more than one language in an engine - Simple option in the setup tool to enable bilingual support (i.e. one language + Enlish). - The default of the option “Add direct input” in the setup tool should be false (bug found by Pravin Satpute). - Changing the main input method with the setup tool should not remove the direct input (bug found by Pravin Satpute) - Add 0 as a digit to commit directly when using digits as select keys - Clear dictionaries in Hunspell class before reloading
This commit is contained in:
parent
1cc8875f8d
commit
54dcaaab08
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
||||
/ibus-typing-booster-1.2.15.tar.gz
|
||||
/ibus-typing-booster-1.3.0.tar.gz
|
||||
/ibus-typing-booster-1.3.1.tar.gz
|
||||
/ibus-typing-booster-1.4.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: 3%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
@ -91,6 +91,20 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.0-3
|
||||
- update to 1.4.0
|
||||
- Call IBus.Bus() in __main__, not in __init__ of class SetupUI
|
||||
- Resolves: rhbz#1325338
|
||||
- Multilingual support, more than one language in an engine
|
||||
- Simple option in the setup tool to enable bilingual support
|
||||
(i.e. one language + Enlish).
|
||||
- The default of the option “Add direct input” in the setup tool
|
||||
should be false (bug found by Pravin Satpute).
|
||||
- Changing the main input method with the setup tool should not
|
||||
remove the direct input (bug found by Pravin Satpute)
|
||||
- Add 0 as a digit to commit directly when using digits as select keys
|
||||
- Clear dictionaries in Hunspell class before reloading
|
||||
|
||||
* Mon Feb 08 2016 Mike FABIAN <mfabian@redhat.com> - 1.3.1-1
|
||||
- update to 1.3.1
|
||||
- Use new transliterator from m17n_translit.py also when switching
|
||||
|
Loading…
Reference in New Issue
Block a user