Skip to content

Commit

Permalink
Release 2.27.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Jan 14, 2025
1 parent 7a666bd commit 595f888
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Author: Mike FABIAN <[email protected]>
* 14 Jan 2025 Release 2.27.8
* Make code to support multiple m17n candidates better readable using a NamedTuple (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/523)
* Translation update from Weblate (it 100%, pt 94.4%)

* Author: Mike FABIAN <[email protected]>
* 08 Jan 2025 Release 2.27.7
* Fix typo in setup tool in the function called when changing an existing autosetting (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/591)
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], [27])
m4_define([ibus_micro_version], [7])
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
15 changes: 15 additions & 0 deletions emoji-picker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.27.8" date="2025-01-14" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.8</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Make code to support multiple m17n candidates better
readable using a NamedTuple (Related: github-issues#523)
</li>
<li>
Translation update from Weblate (it 100%, pt 94.4%)
</li>
</ul>
</description>
</release>
<release version="2.27.7" date="2025-01-08" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.7</url>
<description>
Expand Down
15 changes: 15 additions & 0 deletions typing-booster.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
<url type="translate">https://translate.fedoraproject.org/projects/ibus-typing-booster/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.27.8" date="2025-01-14" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.8</url>
<description>
<p>Bug fixes and enhancements</p>
<ul>
<li>
Make code to support multiple m17n candidates better
readable using a NamedTuple (Related: github-issues#523)
</li>
<li>
Translation update from Weblate (it 100%, pt 94.4%)
</li>
</ul>
</description>
</release>
<release version="2.27.7" date="2025-01-08" urgency="medium">
<url>https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.27.7</url>
<description>
Expand Down

0 comments on commit 595f888

Please sign in to comment.