update to 1.5.14

- Reopen preëdit not only on Backspace but also on Delete and arrow keys
- Fix "delete whitespace when committing punctuation" problem in firefox
  Resolves rhbz#1399192
- Add pt_BR translations from zanata. Update uk, pl, and de translations from zanata.
- Add an option to show/hide the status information in the auxiliary text
- Use ballot box characters in front of the mode indicators in the auxiliary text
This commit is contained in:
Mike FABIAN 2016-11-24 10:50:54 +01:00
parent b83c9d1f06
commit 3ced15f6e7
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/ibus-typing-booster-1.5.11.tar.gz
/ibus-typing-booster-1.5.12.tar.gz
/ibus-typing-booster-1.5.13.tar.gz
/ibus-typing-booster-1.5.14.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.5.13
Version: 1.5.14
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -71,6 +71,7 @@ dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/emojipredic
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/autocommitcharacters "''"
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/pagesize 6
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/shownumberofcandidates true
dconf write /desktop/ibus/engine/typing-booster/typing-booster-de-de/showstatusinfoinaux true
dconf dump /
ibus-daemon -drx
make check || cat ./tests/test-suite.log
@ -94,6 +95,15 @@ make check || cat ./tests/test-suite.log
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Fri Nov 25 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.14-1
- update to 1.5.14
- Reopen preëdit not only on Backspace but also on Delete and arrow keys
- Fix "delete whitespace when committing punctuation" problem in firefox
Resolves rhbz#1399192
- Add pt_BR translations from zanata. Update uk, pl, and de translations from zanata.
- Add an option to show/hide the status information in the auxiliary text
- Use ballot box characters in front of the mode indicators in the auxiliary text
* Mon Nov 21 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.13-1
- update to 1.5.13
- Update French translations from zanata

View File

@ -1 +1 @@
b17af869eff80b2fb9a101665fc934d8 ibus-typing-booster-1.5.13.tar.gz
f36b7c8f34bae8f030c894b76f80897d ibus-typing-booster-1.5.14.tar.gz