Update to 2.13.1
- Translation update from Weblate (de, nl, pl, tr, uk updated to 100%) - Don’t skip reopening a preëdit when NumLock is on (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178) - Make searching for the “Others” input methods possible in the language of the current locale (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/190) - Don’t loop over the missing dictionaries when installing, install all in one go (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/189) - When adding an input method, searching for localized language names, endonyms, and English language names should work (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/188) - When adding a dictionary, searching for the language endonym should always work (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/187)
This commit is contained in:
parent
1109a71d4d
commit
8b207af513
1
.gitignore
vendored
1
.gitignore
vendored
@ -167,3 +167,4 @@
|
||||
/ibus-typing-booster-2.12.0.tar.gz
|
||||
/ibus-typing-booster-2.12.1.tar.gz
|
||||
/ibus-typing-booster-2.13.0.tar.gz
|
||||
/ibus-typing-booster-2.13.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.13.0
|
||||
Version: 2.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -239,6 +239,22 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Aug 03 2021 Mike FABIAN <mfabian@redhat.com> - 2.13.1-1
|
||||
- Update to 2.13.1
|
||||
- Translation update from Weblate (de, nl, pl, tr, uk updated to 100%)
|
||||
- Don’t skip reopening a preëdit when NumLock is on
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178)
|
||||
- Make searching for the “Others” input methods possible in the language
|
||||
of the current locale
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/190)
|
||||
- Don’t loop over the missing dictionaries when installing, install all in one go
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/189)
|
||||
- When adding an input method, searching for localized language names, endonyms,
|
||||
and English language names should work
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/188)
|
||||
- When adding a dictionary, searching for the language endonym should always work
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/187)
|
||||
|
||||
* Sat Jul 31 2021 Mike FABIAN <mfabian@redhat.com> - 2.13.0-1
|
||||
- Update to 2.13.0
|
||||
- Translation update from Weblate (de, tr, uk updated to 100%)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.13.0.tar.gz) = 02109a6b3319fc1974c2282098b1be04a28811771b61902fc48e7827eca439fac29c127176d2130fba507119a9b92d25d0495168323514af54c6e8d21225260c
|
||||
SHA512 (ibus-typing-booster-2.13.1.tar.gz) = 41e9ac6a1e8805ec42532c7819c30971f3923ae28ef67965df7f42b79037bcabab61e2aa2c96e572d57e9ec9dc4fb9f3fc52cfef1b53e93dbef127cbe55db79a
|
||||
|
Loading…
Reference in New Issue
Block a user