diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-04-11 21:54:33 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-04-21 20:23:35 -0300 |
commit | 5f137d2c81878c41aa3b893fb56b1116bc27bc78 (patch) | |
tree | 2d6eadb2474e2d7b234b3dda9efd7559335adce7 /data/misc/io.github.Hexchat.appdata.xml.in | |
parent | e2cfba040e26927b94a4e311a0a61365a81a41b1 (diff) | |
parent | 133f62806441a5db1156653aa1f077d2e8deeb34 (diff) |
Merge upstream changes
Diffstat (limited to 'data/misc/io.github.Hexchat.appdata.xml.in')
-rw-r--r-- | data/misc/io.github.Hexchat.appdata.xml.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 9b0bac72..9ee4343b 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -26,6 +26,35 @@ <id>hexchat.desktop</id> </provides> <releases> + <release date="2022-02-12" version="2.16.1"> + <description> + <p>This is a minor release with mostly bug-fixes:</p> + <ul> + <li>Add `-NOOVERRIDE` flag to the `GUI COLOR` command</li> + <li>Add `-q` (quiet) flag to the `EXECWRITE` command</li> + <li>Rename installed icon to match app-id (Fixes notification icon)</li> + <li>Fix escaping already escaped URLs when opening them</li> + <li>Fix Python scripts not being opened as UTF-8</li> + <li>Fix `TIMER` command supporting decimals regardless of locale</li> + </ul> + </description> + </release> + <release date="2021-10-01" version="2.16.0"> + <description> + <p>This is a feature release:</p> + <ul> + <li>Add support for IRCv3 SETNAME, invite-notify, account-tag, standard replies, and UTF8ONLY</li> + <li>Add support for strikethrough formatting</li> + <li>Fix text clipping issues by respecting font line height</li> + <li>Fix URLs not being escaped when opened</li> + <li>Fix possible hang when showing notifications</li> + <li>Print ChanServ notices in the front tab by default</li> + <li>Update network list</li> + <li>python: Rewrite plugin improving memory usage and compatibility</li> + <li>fishlim: Add support for CBC and other improvements</li> + </ul> + </description> + </release> <release date="2019-12-20" version="2.14.3"> <description> <p>This is a bug-fix release:</p> |