Update to 1.16.13
- Get program name of focused window also when ibus cannot get it - Use focus id if available (it is available for ibus >= 1.5.27) - Use IBus.PreeditFocusMode.COMMIT and make sure the input is cleared and the UI updated when the focus changes (Resolves: https://github.com/mike-fabian/ibus-table/issues/129) - Do not reset input purpose on focus out (See: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5966#note_1576732) - Do not commit by index when OSK is visible (Resolves: https://github.com/mike-fabian/ibus-table/issues/128)
This commit is contained in:
parent
53b063945e
commit
de98c73654
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.16.10.tar.gz
|
||||
/ibus-table-1.16.11.tar.gz
|
||||
/ibus-table-1.16.12.tar.gz
|
||||
/ibus-table-1.16.13.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.16.12
|
||||
Version: 1.16.13
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -150,6 +150,18 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 01 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.13-1
|
||||
- Update to 1.16.13
|
||||
- Get program name of focused window also when ibus cannot get it
|
||||
- Use focus id if available (it is available for ibus >= 1.5.27)
|
||||
- Use IBus.PreeditFocusMode.COMMIT and make sure the input is
|
||||
cleared and the UI updated when the focus changes
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/129)
|
||||
- Do not reset input purpose on focus out
|
||||
(See: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5966#note_1576732)
|
||||
- Do not commit by index when OSK is visible
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/128)
|
||||
|
||||
* Mon Sep 05 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.12-1
|
||||
- Update to 1.16.12
|
||||
- Stop using locale.getdefaultlocale() because it is deprecated in Python
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.16.12.tar.gz) = edbbb4842a6b49cdf8a830187422b7042c47b9ddf4876eb114acdb1e449024a6f4f48d46cb97d4420d65dffc14b3e3e9400d31b92ac68ccd2e9a327151dcaa3f
|
||||
SHA512 (ibus-table-1.16.13.tar.gz) = d060619c81ff3d610140593a47fed6b430f32f0e5927d824d36bd082d394e473f6d534f7b9b0d0100f878001b7e8b4384e1770c5e1887976cfe248bba5bb6318
|
||||
|
Loading…
Reference in New Issue
Block a user