Skip to content

Commit

Permalink
Release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Jan 18, 2022
1 parent 1c45c17 commit beb0952
Show file tree
Hide file tree
Showing 2 changed files with 23 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], [8])
m4_define([ibus_micro_version], [9])
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
22 changes: 22 additions & 0 deletions m17n.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@
<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.9" date="2022-01-18" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
</description>
<url>github.com/ibus/ibus-m17n/releases/tag/1.4.9</url>
<issues>
<issue>
Hide status from the panel if status == title (by Daiki
Ueno, this patch has been applied to the Fedora packages for
a long time, take it upstream)
</issue>
<issue url="https://github.com/ibus/ibus-m17n/issues/39">
Free lang and name after engine_name is built
</issue>
<issue url="https://github.com/ibus/ibus-m17n/issues/39">
Just return from ibus_m17n_engine_callback with nullable m17n
</issue>
<issue url="https://github.com/ibus/ibus-m17n/issues/42">
Accept virtual engine names for CI
</issue>
</issues>
</release>
<release version="1.4.8" date="2021-10-19" urgency="medium">
<description>
<p>This new stable release includes these changes:</p>
Expand Down

0 comments on commit beb0952

Please sign in to comment.