* Tue May 06 2025 bjorn.lie@gmail.com
- Replace obsolete and unneeded gnome-common with libtool
BuildRequires.
* Thu Sep 12 2024 pirateclip@protonmail.com
- 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 pirateclip@protonmail.com
- Update to 1.17.7
* French and Russian weblate translations
* Fri Jun 28 2024 pirateclip@protonmail.com
- 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 gmbr3@opensuse.org
- Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075)
* Fri Nov 10 2023 pirateclip@protonmail.com
- 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@opensuse.org
- 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 pirateclip@protonmail.com
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 pirateclip@protonmail.com
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 pirateclip@protonmail.com
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