Update to 2.4.0
- Update translations from zanata (de, es, fr, ja, pl, uk updated) - Add new command 'toggle_hide_input' to hide the preëdit, lookup table, and auxiliary text - Add an option to use preedit style only if lookup is enabled - Add an option to choose the style of underlining the preedit - Don’t try to record the first candidate when there is none after an automatic commit on focus out or reset (Resolves: rhbz#1659128) - Add an option in the setup tool to set the debug level - Move appearance related options to the new “Appearance” tab - Add settings for colour and other appearance stuff - Move “Dictionaries and input methods” Tab in the setup tool to the first position - Update the shortcut hints in the tooltips when keybindings change - Only show the label in the panel menus for emoji-mode and off-the-record-mode - Don’t show the shortcut hints in the menu labels, takes too much space there. - Update README because of the recent change to make keybindings configurable.
This commit is contained in:
parent
80015d8efe
commit
08f0f5afd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -109,3 +109,4 @@
|
|||||||
/ibus-typing-booster-2.3.1.tar.gz
|
/ibus-typing-booster-2.3.1.tar.gz
|
||||||
/ibus-typing-booster-2.3.2.tar.gz
|
/ibus-typing-booster-2.3.2.tar.gz
|
||||||
/ibus-typing-booster-2.3.3.tar.gz
|
/ibus-typing-booster-2.3.3.tar.gz
|
||||||
|
/ibus-typing-booster-2.4.0.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.3.3
|
Version: 2.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -176,6 +176,24 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 19 2018 Mike FABIAN <mfabian@redhat.com> - 2.4.0-1
|
||||||
|
- Update to 2.4.0
|
||||||
|
- Update translations from zanata (de, es, fr, ja, pl, uk updated)
|
||||||
|
- Add new command 'toggle_hide_input' to hide the preëdit, lookup table, and auxiliary text
|
||||||
|
- Add an option to use preedit style only if lookup is enabled
|
||||||
|
- Add an option to choose the style of underlining the preedit
|
||||||
|
- Don’t try to record the first candidate when there is none
|
||||||
|
after an automatic commit on focus out or reset
|
||||||
|
(Resolves: rhbz#1659128)
|
||||||
|
- Add an option in the setup tool to set the debug level
|
||||||
|
- Move appearance related options to the new “Appearance” tab
|
||||||
|
- Add settings for colour and other appearance stuff
|
||||||
|
- Move “Dictionaries and input methods” Tab in the setup tool to the first position
|
||||||
|
- Update the shortcut hints in the tooltips when keybindings change
|
||||||
|
- Only show the label in the panel menus for emoji-mode and off-the-record-mode
|
||||||
|
- Don’t show the shortcut hints in the menu labels, takes too much space there.
|
||||||
|
- Update README because of the recent change to make keybindings configurable.
|
||||||
|
|
||||||
* Thu Dec 13 2018 Mike FABIAN <mfabian@redhat.com> - 2.3.3-1
|
* Thu Dec 13 2018 Mike FABIAN <mfabian@redhat.com> - 2.3.3-1
|
||||||
- Update to 2.3.3
|
- Update to 2.3.3
|
||||||
- Toggle candidates between 'title', 'upper', and 'lower' case
|
- Toggle candidates between 'title', 'upper', and 'lower' case
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.3.3.tar.gz) = 032932b47c81ae1bb32043bfb37723d4afa7bace4f2720d1eaf8eef8f457705f601105f66b5ed7f2ad518c1fea5e7ee3fda4be501a2f8e02b1ddd6c72a24dcf2
|
SHA512 (ibus-typing-booster-2.4.0.tar.gz) = 669a5b47f3ec67a0610f4d726ec2f4889b6c467d01d612bc497efe72c08eae47ff1c4b2196c32cc7e1ba39cda1713840eb8e2fee9d776b64f9cbb5a12df15c31
|
||||||
|
Loading…
Reference in New Issue
Block a user