update to 1.5.7

- Pull translations from Zanata (de, pl, uk updated)
- Make the list of characters to auto commit configurable
  (Empty list by default)
- Fix duplicates in the candidate list caused by overwriting
  input_phrase with the NFC version
- Don’t show the special candidates for missing dictionaries for
  Japanese and Chinese
- Implement do_cursor_up() and do_cursor_down() to make scrolling
  the lookup table with the mouse wheel work (Needs also a patch in ibus)
- Add an “Off the record mode” (also gets a property menu)
- Tooltips don’t seem to work on sub-properties, remove the tooltips there
- Add a property menu for the emoji prediction mode
- Make triggering a commit with “Left” or “Control+Left” work
  correctly in “Tab enable mode ” again
- Down, Up, Page_Down, and Page_Up should trigger a commit and
  be passed to the application if possible
- If “☑ Enable suggestions by Tab key” is on make it possible
  to close the lookup table with Escape but keep the preëdit
- If “☑ Enable suggestions by Tab key” is on, don’t autocommit digits
- Make autocommitting much more rare (for characters which are not
  the first typed character)
- Don’t autocommit the first typed character unless absolutely necessary
- Even when “☑ Enable suggestions by Tab key” is used,
  don’t complete empty strings
This commit is contained in:
Mike FABIAN 2016-09-18 03:49:38 +02:00
parent d605680c49
commit 5367db67f3
3 changed files with 30 additions and 2 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@
/ibus-typing-booster-1.5.4.tar.gz
/ibus-typing-booster-1.5.5.tar.gz
/ibus-typing-booster-1.5.6.tar.gz
/ibus-typing-booster-1.5.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.5.6
Version: 1.5.7
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -59,6 +59,33 @@ desktop-file-validate \
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Mon Sep 19 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.7-1
- update to 1.5.7
- Pull translations from Zanata (de, pl, uk updated)
- Make the list of characters to auto commit configurable
(Empty list by default)
- Fix duplicates in the candidate list caused by overwriting
input_phrase with the NFC version
- Dont show the special candidates for missing dictionaries for
Japanese and Chinese
- Implement do_cursor_up() and do_cursor_down() to make scrolling
the lookup table with the mouse wheel work (Needs also a patch in ibus)
- Add an “Off the record mode” (also gets a property menu)
- Tooltips dont seem to work on sub-properties, remove the tooltips there
- Add a property menu for the emoji prediction mode
- Make triggering a commit with “Left” or “Control+Left” work
correctly in “Tab enable mode again
- Down, Up, Page_Down, and Page_Up should trigger a commit and
be passed to the application if possible
- If “☑ Enable suggestions by Tab key” is on make it possible
to close the lookup table with Escape but keep the preëdit
- If “☑ Enable suggestions by Tab key” is on, dont autocommit digits
- Make autocommitting much more rare (for characters which are not
the first typed character)
- Dont autocommit the first typed character unless absolutely necessary
- Even when “☑ Enable suggestions by Tab key” is used,
dont complete empty strings
* Mon Sep 12 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.6-1
- update to 1.5.6
- Reduce the number of characters which cause immediate commits a lot

View File

@ -1 +1 @@
9063a988979e9befd31068061d5f93b9 ibus-typing-booster-1.5.6.tar.gz
8a9c739412b9f9049254bc7ca8ba8861 ibus-typing-booster-1.5.7.tar.gz