diff options
author | Patrick Griffis <tingping@tingping.se> | 2018-03-10 16:39:15 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2018-03-10 17:02:52 -0500 |
commit | 2286990a6f77df0adb1012e943fd4e3cd2759cb6 (patch) | |
tree | c6f35977cd6473f45779d97302873cc2ca4ec120 /data/misc/io.github.Hexchat.appdata.xml.in | |
parent | 6ec523423adc3b1dbf4cdd1fa858c551c409273f (diff) |
Bump to 2.14.0
Diffstat (limited to 'data/misc/io.github.Hexchat.appdata.xml.in')
-rw-r--r-- | data/misc/io.github.Hexchat.appdata.xml.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 97949597..fc840d18 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -27,6 +27,33 @@ <id>hexchat.desktop</id> </provides> <releases> + <release date="2018-03-10" version="2.14.0"> + <description> + <p>This is largely a bug fix release though it has some large behind the scenes changes:</p> + <ul> + <li>Rename data files to use *io.github.Hexchat* name</li> + <li>Add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect</li> + <li>Add ability to set custom tray icon separate of app icon</li> + <li>Fix Enchant 2.0+ support</li> + <li>Fix input box theming with Adwaita-dark</li> + <li>Fix custom sounds not respecting omit if away option</li> + <li>Fix detecting if a tray doesn't exist on x11</li> + <li>Fix cutting off ctcp text after ending \01</li> + <li>Fix /ignore not accepting full hosts</li> + <li>Fix characters getting cut off when their width changes</li> + <li>Fix various possible crashes</li> + <li>Change preference window to be scroll-able</li> + <li>Remove ctrl+w binding by default</li> + <li>doat: Fix channels with / in them</li> + <li>fishlim: Fix key exchange</li> + <li>fishlim: Fix building against LibreSSL</li> + <li>sysinfo: Fix pci.ids file not being found on some distros</li> + <li>sysinfo: Make libpci optional</li> + <li>lua: Avoid loading the same script multiple times</li> + <li>Update translations</li> + </ul> + </description> + </release> <release date="2016-12-10" version="2.12.4"> <description> <p>This is another bug fix release:</p> |