Update to 1.5.37
- Update translations from Zanata (pl and uk updated) - Make “Add direct input” option work correctly when “Remember last preedit input method” option is off - Fix test case for Korean - Rewrite setup UI completely in Python, without using Glade - Fix format string in debug message when a dictionary .aff file has no encoding (Resolves: rhbz#1575659) - Return False in read_training_data_from_file() if file cannot be opened
This commit is contained in:
parent
6790c000f4
commit
bbb99c2e34
1
.gitignore
vendored
1
.gitignore
vendored
@ -93,3 +93,4 @@
|
||||
/ibus-typing-booster-1.5.34.tar.gz
|
||||
/ibus-typing-booster-1.5.35.tar.gz
|
||||
/ibus-typing-booster-1.5.36.tar.gz
|
||||
/ibus-typing-booster-1.5.37.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.36
|
||||
Version: 1.5.37
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -147,6 +147,17 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.37-1
|
||||
- Update to 1.5.37
|
||||
- Update translations from Zanata (pl and uk updated)
|
||||
- Make “Add direct input” option work correctly when
|
||||
“Remember last preedit input method” option is off
|
||||
- Fix test case for Korean
|
||||
- Rewrite setup UI completely in Python, without using Glade
|
||||
- Fix format string in debug message when a dictionary .aff file has no encoding
|
||||
(Resolves: rhbz#1575659)
|
||||
- Return False in read_training_data_from_file() if file cannot be opened
|
||||
|
||||
* Tue Apr 10 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.36-1
|
||||
- Update to 1.5.36
|
||||
- Make the default for self.show_status_info_in_auxiliary_text False
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.36.tar.gz) = f9aa7b226b31732e1bdb78172a60ac8de3b86a86669a6aea017469001cb509bc8c1c3799764ed265befdc058f920bf7022c70d431503ad4ef27cc20eb9fa0537
|
||||
SHA512 (ibus-typing-booster-1.5.37.tar.gz) = 2ab689f7fe5a2798bf5daeb01b69e075a1092ce6d0e358380835a0767e70c759f52a83c692ea00fb52399eb65f555ee33fbba099a6e2a0235e9bc5b56a4a4d2f
|
||||
|
Loading…
Reference in New Issue
Block a user