Changelog for
ibus-table-devel-1.17.8-1.2.x86_64.rpm :
* Thu Sep 12 2024 Gordon Leung
- Update to 1.17.8
* Update Unihan_Variants.txt and regenerate engine/chinese_variants.py for Unicode 16.0.0 release
* Update translations for Greek
* Sun Aug 25 2024 Gordon Leung - Update to 1.17.7
* French and Russian weblate translations
* Fri Jun 28 2024 Gordon Leung - Update to 1.17.6
* Drop Python2 support (using pyupgrade --py3-plus
*.py)
* Make it possible to use keys with Unicode keysyms in keybindings
* Use frames_per_buffer=chunk_size option in self._paudio.open()
* Translation update from Weblate (cs 36.6%, ja 45.3%, zh_CN 92.0%)
* Fri Jan 19 2024 Callum Farmer - Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075)
* Fri Nov 10 2023 Gordon Leung - Update version to 1.17.4
* Fix compose support for ibus >= 1.5.28 (Resolves: #145)
* Translation update from Weblate (New language, Russian, (ru) 80%)
* Fri Jul 14 2023 Hillwood Yang - Update version 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: https://bugzilla.redhat.com/show_bug.cgi?id=2215466)
* Translation update from Weblate
* Fri Apr 07 2023 Gordon Leung update: 1.16.14 -> 1.17.0- New option commit_invalid_mode: Choose what happens when a character not in valid input characters is typed- More translations
* Fri Nov 11 2022 Gordon Leung update: 1.16.13 -> 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
* Thu Nov 03 2022 Gordon Leung update: 1.16.12 -> 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- Do not reset input purpose on focus out- Do not commit by index when OSK is visible
* Fri Sep 09 2022 Gordon Leung - 1.16.12update: 1.16.11 -> 1.16.12- Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11 and will be removed in Python 3.13- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
* Sat Aug 06 2022 Gordon Leung - 1.16.11update: 1.16.10 -> 1.16.11- Remove hashbang from chinese_variants.py and tabcreatedb.py
* gh#mike-fabian/ibus-table#118
* Fri Aug 05 2022 Gordon Leung update: 1.16.9 -> 1.6.10- Add png versions of the ibus-table.svg icon- Add (remote) icon to ibus-table.appdata.xml- Add screenshot to ibus-table.appdata.xml
* Mon Aug 01 2022 Gordon Leung feat: use _service files to automate fetching sources
* Sat Jun 25 2022 Gordon Leung - 1.16.9update: 1.13.3 -> 1.16.9- Now requires Python >= 3.6 to build- Update Unihan_Variants.txt to \"2022-04-26 Unicode 15.0.0 draft\"- Update weblate translations- Add option to set dynamic adjust at runtime gh#mike-fabian/ibus-table#70- Add button to forget all data learned by typing and selecting candidates
* gh#kaio/ibus-table#75- Fix problems with goucima for erbi-qs table gh#kaio/ibus-table#77- Fix gh#mike-fabian/ibus-table#85- 栗 U+6817 is used in Traditional Chinese as well gh#mike-fabian/ibus-table#95- Ignore MOD3_MASK (Scroll Lock) when matching key bindings gh#mike-fabian/ibus-table#102- When a Modifier key release matches a hotkey command, return False not True
* gh#mike-fabian/ibus-table#102