Update to 2.15.16
- Ignore MOD3_MASK (“Usually” Scroll Lock) when matching key bindings (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/270) - When a Modifier key release matches a hotkey command, return False not True. (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/269) - Update emoji annotations from CLDR - Update UnicodeData.txt UnicodeData-15.0.0d3.txt
This commit is contained in:
parent
1e92d45610
commit
e053cc28c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -215,3 +215,4 @@
|
||||
/ibus-typing-booster-2.15.13.tar.gz
|
||||
/ibus-typing-booster-2.15.14.tar.gz
|
||||
/ibus-typing-booster-2.15.15.tar.gz
|
||||
/ibus-typing-booster-2.15.16.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.15.15
|
||||
Release: 2%{?dist}
|
||||
Version: 2.15.16
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -251,6 +251,15 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/270)
|
||||
- When a Modifier key release matches a hotkey command, return False not True.
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/269)
|
||||
- Update emoji annotations from CLDR
|
||||
- Update UnicodeData.txt UnicodeData-15.0.0d3.txt
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.15.15.tar.gz) = 2b20b449d0e49b2f500f1bd7e1f3549cc3101cc19554a43ebb768287a2f6282230655b34f0315548839c7f800894e56b1ad29baf6483b5e211db70a62a712fe2
|
||||
SHA512 (ibus-typing-booster-2.15.16.tar.gz) = 5a2f315f3def693508f25dbc0fbda8b7a8d6b260e9a676cd38b720e059e3600a6abebc8f06581fe6e96e7f825eb3401235ebfa5a5ff491b39d5804469b2d2fa0
|
||||
|
Loading…
Reference in New Issue
Block a user