-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60eebb4
commit 99f0cc6
Showing
4 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
* Author: Mike FABIAN <[email protected]> | ||
* 28 Oct 2024 Release 2.26.6 | ||
* Simplify itb_pango.py: don’t use ctypes, use `from gi.repository import Pango` instead | ||
* Get more information about the Pango rendering support for an emoji and use fallback in emoji-picker only when necessary (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/508) | ||
* Also make it possible to show font file names, font versions, and emoji related OpenType tables of the fonts used (shown only in debug mode, i.e. when "emoji-picker --debug" is used, when not in debug mode show only the font family name) | ||
* In do_reset() skip clearing input only when the surrounding text **up to the cursor** ends with the current preedit (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/529) | ||
* Translation update from Weblate (kab 75.9%) | ||
|
||
* Author: Mike FABIAN <[email protected]> | ||
* 23 Oct 2024 Release 2.26.0 | ||
* Introduce a delay time before candidates are updated and displayed (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/530) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters