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:
parent
54dcaaab08
commit
2edd3b9c26
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user