diff options
-rw-r--r-- | data/misc/io.github.Hexchat.appdata.xml.in | 11 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index b8d229cd..97eec2f7 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -26,6 +26,17 @@ <id>hexchat.desktop</id> </provides> <releases> + <release date="2018-08-29" version="2.14.2"> + <description> + <p>This is a minor release:</p> + <ul> + <li>Remove shift+click to close tab binding</li> + <li>Always unminimize when opening from tray</li> + <li>Fix some translations containing invalid text events</li> + <li>Fix sending server passwords starting with ":"</li> + </ul> + </description> + </release> <release date="2018-03-13" version="2.14.1"> <description> <p>This is a very minor bug-fix release:</p> diff --git a/meson.build b/meson.build index 78bcb1ff..c75805ab 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hexchat', 'c', - version: '2.14.1', + version: '2.14.2', meson_version: '>= 0.38.0', default_options: [ 'c_std=gnu89', |