Update to 2.24.3
- Adapt compose test cases to newest compose table - Parse compose sequence “<Multi_key> <slash> <slash> : "\\" backslash # REVERSE SOLIDUS” correctly (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/467) - Avoid really *all* use of self.foreward_key_event() if the option self._avoid_forward_key_event is True - Avoid verbatim bidi formatting characters in the source code
This commit is contained in:
parent
728b03f8de
commit
0f2548c8e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -317,3 +317,4 @@
|
|||||||
/ibus-typing-booster-2.24.0.tar.gz
|
/ibus-typing-booster-2.24.0.tar.gz
|
||||||
/ibus-typing-booster-2.24.1.tar.gz
|
/ibus-typing-booster-2.24.1.tar.gz
|
||||||
/ibus-typing-booster-2.24.2.tar.gz
|
/ibus-typing-booster-2.24.2.tar.gz
|
||||||
|
/ibus-typing-booster-2.24.3.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.24.2
|
Version: 2.24.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0-or-later AND Apache-2.0
|
License: GPL-3.0-or-later AND Apache-2.0
|
||||||
@ -251,6 +251,14 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.3-1
|
||||||
|
- Update to 2.24.3
|
||||||
|
- Adapt compose test cases to newest compose table
|
||||||
|
- Parse compose sequence “<Multi_key> <slash> <slash> : "\\" backslash # REVERSE SOLIDUS”
|
||||||
|
correctly (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/467)
|
||||||
|
- Avoid really *all* use of self.foreward_key_event() if the option self._avoid_forward_key_event is True
|
||||||
|
- Avoid verbatim bidi formatting characters in the source code
|
||||||
|
|
||||||
* Sun Oct 01 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.2-1
|
* Sun Oct 01 2023 Mike FABIAN <mfabian@redhat.com> - 2.24.2-1
|
||||||
- Update to 2.24.2
|
- Update to 2.24.2
|
||||||
- improve _return_false() and remove _commit_or_forward_key_event_or_return_false()
|
- improve _return_false() and remove _commit_or_forward_key_event_or_return_false()
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.24.2.tar.gz) = 6eb2cc058ce86ba0ffdb0261abf39d36340b3bf1cb7ef68af0db59b00fb7e739a5638e2090761acdce812382354bb3debd37ca44162dbf92a074499fcfd20d55
|
SHA512 (ibus-typing-booster-2.24.3.tar.gz) = ba684a0557d9668d300bcddf43d70820c3e30ef11b6ec03ec3d705581be360737e34b16b4cf5a725f11a40f9c03811c6209b71e6edf9fc70bf680b63e2056395
|
||||||
|
Loading…
Reference in New Issue
Block a user