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:
Mike FABIAN 2016-04-06 13:55:12 +02:00
parent 1cc8875f8d
commit 54dcaaab08
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
4e6c737ee4880859e1f3ece73e07fa25 ibus-typing-booster-1.3.1.tar.gz
b358faff2610cbd8efcf9efefde43ab1 ibus-typing-booster-1.4.0.tar.gz