Update to 2.15.22
- Translation update from Weblate (ca, de, es, fr, nl, pl, pt, pt_BR, sv, tr, uk, zh_CN, zh_TW updated) - Add a “Restore all defaults” button to the setup tool (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/272) - Allow capital letters and accents in user shortcuts - Make user shortcuts containing punctuation possible Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/271 - Do not record stuff to user database when itb_util.InputHints.PRIVATE is set - Update emoji annotations from CLDR
This commit is contained in:
parent
e053cc28c1
commit
16210b5afa
6
.gitignore
vendored
6
.gitignore
vendored
@ -216,3 +216,9 @@
|
||||
/ibus-typing-booster-2.15.14.tar.gz
|
||||
/ibus-typing-booster-2.15.15.tar.gz
|
||||
/ibus-typing-booster-2.15.16.tar.gz
|
||||
/ibus-typing-booster-2.15.17.tar.gz
|
||||
/ibus-typing-booster-2.15.18.tar.gz
|
||||
/ibus-typing-booster-2.15.19.tar.gz
|
||||
/ibus-typing-booster-2.15.20.tar.gz
|
||||
/ibus-typing-booster-2.15.21.tar.gz
|
||||
/ibus-typing-booster-2.15.22.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.15.16
|
||||
Version: 2.15.22
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -251,6 +251,18 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Feb 27 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.22-1
|
||||
- Update to 2.15.22
|
||||
- Translation update from Weblate
|
||||
(ca, de, es, fr, nl, pl, pt, pt_BR, sv, tr, uk, zh_CN, zh_TW updated)
|
||||
- Add a “Restore all defaults” button to the setup tool
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/272)
|
||||
- Allow capital letters and accents in user shortcuts
|
||||
- Make user shortcuts containing punctuation possible
|
||||
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/271
|
||||
- Do not record stuff to user database when itb_util.InputHints.PRIVATE is set
|
||||
- Update emoji annotations from CLDR
|
||||
|
||||
* Sun Jan 30 2022 Mike FABIAN <mfabian@redhat.com> - 2.15.16-1
|
||||
- Update to 2.15.16
|
||||
- Ignore MOD3_MASK (“Usually” Scroll Lock) when matching key bindings
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.15.16.tar.gz) = 5a2f315f3def693508f25dbc0fbda8b7a8d6b260e9a676cd38b720e059e3600a6abebc8f06581fe6e96e7f825eb3401235ebfa5a5ff491b39d5804469b2d2fa0
|
||||
SHA512 (ibus-typing-booster-2.15.22.tar.gz) = ae7683434111c7c267c1eb05e88609e0895308443a0510e9eba67000681bb3dfddcf5a652f33bd4b63c7aed10fe2109eafcaae19a4052ae008e92ab9314ae907
|
||||
|
Loading…
Reference in New Issue
Block a user