Update to 1.16.7
- Ignore MOD3_MASK (Scroll Lock) when matching key bindings (Resolves: https://github.com/mike-fabian/ibus-table/issues/102) - When a Modifier key release matches a hotkey command, return False not True. (Resolves: https://github.com/mike-fabian/ibus-table/issues/98) (Resolves: rhbz#2038973 https://bugzilla.redhat.com/show_bug.cgi?id=2038973)
This commit is contained in:
parent
4a7c92943e
commit
02a8725f73
3
.gitignore
vendored
3
.gitignore
vendored
@ -82,3 +82,6 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.16.0.tar.gz
|
/ibus-table-1.16.0.tar.gz
|
||||||
/ibus-table-1.16.3.tar.gz
|
/ibus-table-1.16.3.tar.gz
|
||||||
/ibus-table-1.16.4.tar.gz
|
/ibus-table-1.16.4.tar.gz
|
||||||
|
/ibus-table-1.16.5.tar.gz
|
||||||
|
/ibus-table-1.16.6.tar.gz
|
||||||
|
/ibus-table-1.16.7.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.16.4
|
Version: 1.16.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -142,6 +142,14 @@ fi
|
|||||||
%{_datadir}/installed-tests/%{name}
|
%{_datadir}/installed-tests/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 28 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.7-1
|
||||||
|
- Update to 1.16.7
|
||||||
|
- Ignore MOD3_MASK (Scroll Lock) when matching key bindings
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-table/issues/102)
|
||||||
|
- When a Modifier key release matches a hotkey command, return False not True.
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-table/issues/98)
|
||||||
|
(Resolves: rhbz#2038973 https://bugzilla.redhat.com/show_bug.cgi?id=2038973)
|
||||||
|
|
||||||
* Mon Jan 24 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.4-1
|
* Mon Jan 24 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.4-1
|
||||||
- Update to 1.16.4
|
- Update to 1.16.4
|
||||||
- Fix more errors in Unihan_Variants.txt by checking against
|
- Fix more errors in Unihan_Variants.txt by checking against
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-1.16.4.tar.gz) = 5375c5d464a0043817b8b657c68c788210b05007f47de538f1e7a95e27c30e3afeb00d2b10b4acdf6c61f94116fa3476b6182cf9066ae83357e260a30af4b0d2
|
SHA512 (ibus-table-1.16.7.tar.gz) = 6dc08df4c5e7216b3b9e366c404dd6d89566937f83f58074aed1c5c925bc411568855ac08a8edab306b4b535da428ae660d4876a35e546aad75ede01aa608ee3
|
||||||
|
Loading…
Reference in New Issue
Block a user