Changelog |
* Sun Aug 25 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.7-1
- Update to 1.17.7
- Translation update from Weblate (fr 100%, ru 93.3%)
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jun 27 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.6-1
- Update to 1.17.6
- Yet another fix to make it possible again to use keys with Unicode
keysyms in keybindings and make it work with all known versions of ibus
Resolves: https://github.com/kaio/ibus-table/issues/85 See also:
https://github.com/mike-fabian/ibus-typing-booster/issues/497 (This makes
the new keybinding feature and test cases work with all known versions of
ibus)
* Wed Jun 19 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.5-3
- Remove CI test dependency on weston
* Wed Jun 19 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.5-2
- Remove dependency on Xvfb from CI tests
* Wed Jun 19 2024 Mike FABIAN <mfabian@redhat.com> - 1.17.5-1
- Update to 1.17.5
- Drop Python2 support (using pyupgrade --py3-plus *.py)
- Make it possible to use keys with Unicode keysyms in keybindings
(requires ibus > 1.5.30) (Resolves: https://github.com/mike-
fabian/ibus-typing-booster/issues/497, same problem for ibus-table)
- Use `frames_per_buffer=chunk_size` option in `self._paudio.open()`
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2238746#c3)
- Translation update from Weblate (cs 36.6%, ja 45.3%, zh_CN 92.0%)
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.4-1
- Update to 1.17.4
- Fix compose support for ibus >= 1.5.28
(Resolves: https://github.com/mike-fabian/ibus-table/issues/145)
- Translation update from Weblate (New language, Russian, (ru) 80%)
- Use “<developer><name>…</name></developer>” in ibus-table.appdata.xml instead of “<developer_name>…</developer_name>”
Because </developer_name> is deprecated and it makes the build fail on Fedora rawhide.
* Thu Sep 14 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.3-1
- Update to 1.17.3
- Support several backends for playing sounds
Resolves: rhbz#2237674 https://bugzilla.redhat.com/show_bug.cgi?id=2237674
- Update Unihan_Variants.txt and regenerate engine/chinese_variants.py to Unicode Version 15.1.0
* Mon Aug 21 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.2-1
- Update to 1.17.2
- Translation update from Weblate (de 100%, tr 100%)
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.1-1
- Update to 1.17.1
- Fix mypy warnings
- Return empty program_name and window_title in get_active_window_xprop()
when xprop results are unexpected (Resolves: rhbz#2215466)
- Translation update from Weblate (si 10.0%)
* Fri Apr 07 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.0-1
- Update to 1.17.0
- New option commit_invalid_mode: Choose what happens when a
character not in valid input characters is typed
(Resolves: github-mike-fabian-issue#133)
- Translation update from Weblate (de 100%, uk 100%)
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 25 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.14-2
- Migrate license tag to SPDX
* Thu Nov 10 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.14-1
- Update to 1.16.14
- Fix a problem in C/POSIX and invalid locales:
Use lower() on LC_MESSAGES only if it is a string and not None
Resolves: https://github.com/mike-fabian/ibus-table/issues/130
Resolves: rhbz#2131410 https://bugzilla.redhat.com/show_bug.cgi?id=2131410
* 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
3.11 and will be removed in Python 3.13
Resolves: https://github.com/mike-fabian/ibus-table/issues/120
- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
|