Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Apr 7, 2021
1 parent e36298f commit 1b13c47
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [4])
m4_define([ibus_micro_version], [4])
m4_define([ibus_micro_version], [5])
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 m17n.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@
<url type="bugtracker">https://github.com/ibus/ibus-m17n/issues</url>
<url type="help">https://github.com/ibus/ibus-m17n</url>
<releases>
<release version="1.4.5" date="2021-03-12" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
<ul>
<li>
Use ibus_engine_update_preedit_with_mode() *always* with
IBUS_ENGINE_PREEDIT_COMMIT mode

Even if the preedit *is* highlighted it is not natural to
discard the preedit when the focus moves to a different
window. Committing the preedit feels better.
</li>
<li>
Translation update from Weblate, bn new and 100% complete,
pt_BR now 100% complete.
</li>
<li>
Remove redundant target for desktop.in file. It will be
done in desktop file generation since switched to
gettext-0.19.
</li>
</ul>
</description>
</release>
<release version="1.4.4" date="2021-01-28" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
Expand Down

0 comments on commit 1b13c47

Please sign in to comment.