update to 1.4.1

- Avoid unnessary initialization of transliterators when the set
  of input methods has not changed
- Add  property menu to choose the current preedit input method
- Display preëdit input method in aux_string also when number of
  candidates is not shown
- Add some tooltips to the setup tool
- Update German translations
This commit is contained in:
Mike FABIAN 2016-04-20 15:04:03 +02:00
parent 54dcaaab08
commit 2edd3b9c26
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/ibus-typing-booster-1.3.0.tar.gz
/ibus-typing-booster-1.3.1.tar.gz
/ibus-typing-booster-1.4.0.tar.gz
/ibus-typing-booster-1.4.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: ibus-typing-booster
Version: 1.4.0
Release: 3%{?dist}
Version: 1.4.1
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
Group: System Environment/Libraries
@ -91,6 +91,16 @@ desktop-file-validate \
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Wed Apr 20 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.1-1
- update to 1.4.1
- Avoid unnessary initialization of transliterators when the set
of input methods has not changed
- Add property menu to choose the current preedit input method
- Display preëdit input method in aux_string also when number of
candidates is not shown
- Add some tooltips to the setup tool
- Update German translations
* 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

View File

@ -1 +1 @@
b358faff2610cbd8efcf9efefde43ab1 ibus-typing-booster-1.4.0.tar.gz
d91506a9fcd72fa23120a0b157ea8ea3 ibus-typing-booster-1.4.1.tar.gz