Update to 2.6.6
- When checking whether to show inline completion, normalize the first candidate as well - Two more test cases in hunspell_suggest.py - Make it work correctly with newer French hunspell dictionaries - Skip some unittests when dictionaries or python modules needed are not installed - Update emoji annotations from CLDR - Add more test cases to m17n_translit_test.py for si-sayura.mim
This commit is contained in:
parent
551492b14f
commit
af0c986cea
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@
|
||||
/ibus-typing-booster-2.6.3.tar.gz
|
||||
/ibus-typing-booster-2.6.4.tar.gz
|
||||
/ibus-typing-booster-2.6.5.tar.gz
|
||||
/ibus-typing-booster-2.6.6.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.6.5
|
||||
Version: 2.6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
@ -195,6 +195,14 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 11 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.6-1
|
||||
- When checking whether to show inline completion, normalize the first candidate as well
|
||||
- Two more test cases in hunspell_suggest.py
|
||||
- Make it work correctly with newer French hunspell dictionaries
|
||||
- Skip some unittests when dictionaries or python modules needed are not installed
|
||||
- Update emoji annotations from CLDR
|
||||
- Add more test cases to m17n_translit_test.py for si-sayura.mim
|
||||
|
||||
* Wed Aug 28 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.5-1
|
||||
- Added Dutch translation (Thanks to Heimen Stoffels)
|
||||
- Add si-sayura to the list of M17N input methods
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.6.5.tar.gz) = b972951040b3d8ed1e57e84d57ac5097b88870316f90206dfd25dff4603eb430d206bb4cb5ac74faf7b09893f68cf036bda92e2c7b0c5c4c9524f734db5529ae
|
||||
SHA512 (ibus-typing-booster-2.6.6.tar.gz) = 0575edc8855a02936bbca9f7f0aef757d6aa77a4a36377f404f6f0ff4136295adc97234fc2c5721d39f85bc80abc71897f63bf4e0795b078f477d28cf99df21f
|
||||
|
Loading…
Reference in New Issue
Block a user