Update to 2.19.0
- Save horizontal space to make the new Georgian translations fit better on small screens (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/383) - Make compose support work for sequences starting with keys other than Multi_key and dead keys (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/379) - Update emoji annotations from CLDR - Stop using deprecated keyword arguments “flags” and “message_format” when creating Gtk.MessageDialog() (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/377) - Use ['ar-kbd', 'NoIME'] by default for all Arabic locales instead of just ['NoIME'] - Make it possible to set options for m17n input methods in the typing booster setup tool (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/360) - Translation update from Weblate (ar 100%, bn 67% (new!), de 100%, ka 100% (new!), nl 100%, pl 100%, sv 100%, tr 100%, uk 100%)
This commit is contained in:
parent
3a668bde5d
commit
815006620e
12
.gitignore
vendored
12
.gitignore
vendored
@ -256,3 +256,15 @@
|
||||
/ibus-typing-booster-2.18.8.tar.gz
|
||||
/ibus-typing-booster-2.18.9.tar.gz
|
||||
/ibus-typing-booster-2.18.10.tar.gz
|
||||
/ibus-typing-booster-2.18.11.tar.gz
|
||||
/ibus-typing-booster-2.18.12.tar.gz
|
||||
/ibus-typing-booster-2.18.13.tar.gz
|
||||
/ibus-typing-booster-2.18.14.tar.gz
|
||||
/ibus-typing-booster-2.18.15.tar.gz
|
||||
/ibus-typing-booster-2.18.16.tar.gz
|
||||
/ibus-typing-booster-2.18.17.tar.gz
|
||||
/ibus-typing-booster-2.18.18.tar.gz
|
||||
/ibus-typing-booster-2.18.19.tar.gz
|
||||
/ibus-typing-booster-2.18.20.tar.gz
|
||||
/ibus-typing-booster-2.18.21.tar.gz
|
||||
/ibus-typing-booster-2.19.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.18.10
|
||||
Version: 2.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -248,6 +248,23 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Sep 09 2022 Mike FABIAN <mfabian@redhat.com> - 2.19.0-1
|
||||
- Update to 2.19.0
|
||||
- Save horizontal space to make the new Georgian translations fit better
|
||||
on small screens
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/383)
|
||||
- Make compose support work for sequences starting with keys other
|
||||
than Multi_key and dead keys
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/379)
|
||||
- Update emoji annotations from CLDR
|
||||
- Stop using deprecated keyword arguments “flags” and “message_format” when
|
||||
creating Gtk.MessageDialog()
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/377)
|
||||
- Use ['ar-kbd', 'NoIME'] by default for all Arabic locales instead of just ['NoIME']
|
||||
- Make it possible to set options for m17n input methods in the typing booster setup tool
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/360)
|
||||
- Translation update from Weblate (ar 100%, bn 67% (new!), de 100%, ka 100% (new!), nl 100%, pl 100%, sv 100%, tr 100%, uk 100%)
|
||||
|
||||
* Thu Sep 01 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.10-1
|
||||
- Update to 2.18.10
|
||||
- Add functions to get and set variables for m17n input methods
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.18.10.tar.gz) = a0eddaef7cbc44b570cc9bd0a606efe3902468eca6cbe7ab1b0d6cb70d917d3c48c9783963b4e7dd4ede358d969623aea292917e76d7f8ab7b0a3a95a8565c3c
|
||||
SHA512 (ibus-typing-booster-2.19.0.tar.gz) = e5852ff30fd5c7ebde5909a8f0af0292fc20e73eaf737bbb3b34af5c24144eb7c58fdb77bfbd3cc7f08110d0fb7ad9fe0a353eb52619da7f8e72d7a901e9004b
|
||||
|
Loading…
Reference in New Issue
Block a user