Update to 2.8.0
- Translation updates from Weblate for ca, de, es, fr, nl, pl, uk - Update emoji annotations from CLDR - Update emoji data to Unicode 13.0 final - New option to choose whether spellchecking is done on the preedit and which colour to use - Spellcheck typed string in preedit and colour it if it is likely to be misspelled - More test cases for spellchecking and spellchecking suggestions - Restructure code for spellchecking and spellchecking suggestions
This commit is contained in:
parent
b1b476a8fc
commit
54be0cd2d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -132,3 +132,5 @@
|
||||
/ibus-typing-booster-2.7.5.tar.gz
|
||||
/ibus-typing-booster-2.7.6.tar.gz
|
||||
/ibus-typing-booster-2.7.7.tar.gz
|
||||
/ibus-typing-booster-2.7.8.tar.gz
|
||||
/ibus-typing-booster-2.8.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.7.7
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -193,6 +193,17 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 04 2020 Mike FABIAN <mfabian@redhat.com> - 2.8.0-1
|
||||
- Update to 2.8.0
|
||||
- Translation updates from Weblate for ca, de, es, fr, nl, pl, uk
|
||||
- Update emoji annotations from CLDR
|
||||
- Update emoji data to Unicode 13.0 final
|
||||
- New option to choose whether spellchecking is done on the preedit
|
||||
and which colour to use
|
||||
- Spellcheck typed string in preedit and colour it if it is likely to be misspelled
|
||||
- More test cases for spellchecking and spellchecking suggestions
|
||||
- Restructure code for spellchecking and spellchecking suggestions
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.7.7.tar.gz) = 7d50eb62680ff81956f8e20a335c418693bc955357987e1e40198c126a19236b4215f733f44e05bab058e4faa66efc8c5668a6e3ad35c844fcb7c2cef369cad2
|
||||
SHA512 (ibus-typing-booster-2.8.0.tar.gz) = 64c112275ec63ac3d3c13202256be8bfded152da7b08dde7e6eb01dd38fd48535d63daaa6c2fcc09e64dcd4927931380ccd0a0be739f04330fb15dc0d4fe1823
|
||||
|
Loading…
Reference in New Issue
Block a user