update to 1.5.15
- Default value for self._show_status_info_in_auxiliary_text should be True - Don’t use keyword arguments when instantiating IBus.LookupTable() - Add an option to choose the orientation of the lookup table - Update translations from zanata (de, pl, and uk updated) - Update emojione.json
This commit is contained in:
parent
3ced15f6e7
commit
21c4582463
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/ibus-typing-booster-1.5.12.tar.gz
|
||||
/ibus-typing-booster-1.5.13.tar.gz
|
||||
/ibus-typing-booster-1.5.14.tar.gz
|
||||
/ibus-typing-booster-1.5.15.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.14
|
||||
Version: 1.5.15
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -28,7 +28,8 @@ BuildRequires: hunspell-ko
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The Typing Booster engine for IBus platform.
|
||||
Ibus-typing-booster is a context sensitive completion
|
||||
input method to speedup typing.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -95,6 +96,14 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.15-1
|
||||
- update to 1.5.15
|
||||
- Default value for self._show_status_info_in_auxiliary_text should be True
|
||||
- Don’t use keyword arguments when instantiating IBus.LookupTable()
|
||||
- Add an option to choose the orientation of the lookup table
|
||||
- Update translations from zanata (de, pl, and uk updated)
|
||||
- Update emojione.json
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user