Skip to content

Commit

Permalink
Release 2.26.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Nov 4, 2024
1 parent 7c6835b commit c25a147
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Author: Mike FABIAN <[email protected]>
* 04 Nov 2024 Release 2.26.8
* When adding an msymbol to input_phrase and checking whether it changes the transliteration, don’t apply a case mode change to that msymbol (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/558)
* Fix get_font_file() for family names which contain “-”
* Translation update from Weblate (kab 75.9%)

* 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ m4_define([package_name], [ibus-typing-booster])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [2])
m4_define([ibus_minor_version], [26])
m4_define([ibus_micro_version], [6])
m4_define([ibus_micro_version], [8])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
24 changes: 24 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.8" date="2024-11-04" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.8</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
When adding an msymbol to input_phrase and checking
whether it changes the transliteration, don’t apply a case
mode change to that msymbol (Resolves: github-issues#558)
</li>
<li>
Fix get_font_file() for family names which contain “-”
</li>
<li>
Translation update from Weblate (kab 75.9%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/558">
github-issues#558
</issue>
</issues>
</release>
<release version="2.26.6" date="2024-10-28" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.6</url>
<description>
Expand Down
24 changes: 24 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,30 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.26.8" date="2024-11-04" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.8</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
When adding an msymbol to input_phrase and checking
whether it changes the transliteration, don’t apply a case
mode change to that msymbol (Resolves: github-issues#558)
</li>
<li>
Fix get_font_file() for family names which contain “-”
</li>
<li>
Translation update from Weblate (kab 75.9%)
</li>
</ul>
</description>
<issues>
<issue url="https://github.com/mike-fabian/ibus-typing-booster/issues/558">
github-issues#558
</issue>
</issues>
</release>
<release version="2.26.6" date="2024-10-28" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.26.6</url>
<description>
Expand Down

0 comments on commit c25a147

Please sign in to comment.