diff options
Diffstat (limited to 'data/misc')
-rw-r--r-- | data/misc/io.github.Hexchat.ThemeManager.desktop.in | 1 | ||||
-rw-r--r-- | data/misc/io.github.Hexchat.appdata.xml.in | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.ThemeManager.desktop.in b/data/misc/io.github.Hexchat.ThemeManager.desktop.in index 53cac289..705f24ba 100644 --- a/data/misc/io.github.Hexchat.ThemeManager.desktop.in +++ b/data/misc/io.github.Hexchat.ThemeManager.desktop.in @@ -1,5 +1,6 @@ [Desktop Entry] Name=HexChat Theme Manager +Comment=A simple theme manager for HexChat Exec=thememan %f Icon=hexchat Terminal=false diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index d75cc1cc..0d67a0b6 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -27,6 +27,18 @@ <id>hexchat.desktop</id> </provides> <releases> + <release date="2024-02-07" version="2.16.2"> + <description> + <p>This is a minor release with small improvements and fixes:</p> + <ul> + <li>Add support for SCRAM SASL mechanisms</li> + <li>Add option to hide nick from window title</li> + <li>Change SERVER command to default to TLS, adding an "-insecure" argument</li> + <li>Increase max server password length to 1024</li> + <li>Fix detecting some URLS causing a crash</li> + </ul> + </description> + </release> <release date="2022-02-12" version="2.16.1"> <description> <p>This is a minor release with mostly bug-fixes:</p> |