diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-05-27 20:39:07 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-05-27 20:39:07 -0300 |
commit | 5571d277b93b62c73568b78c652c85b2e8e95183 (patch) | |
tree | 0d97d65058e31ccdeab4006384442a8e378d5f06 /data | |
parent | f58165fd33919951e2ca594c6f19a785420fc4f9 (diff) | |
parent | 7f8b0a19cff46f7d27451fb9942eea5018f0c5b5 (diff) |
Merge upstream changes
Diffstat (limited to 'data')
-rw-r--r-- | data/misc/io.github.Hexchat.appdata.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 97eec2f7..9b0bac72 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -26,6 +26,19 @@ <id>hexchat.desktop</id> </provides> <releases> + <release date="2019-12-20" version="2.14.3"> + <description> + <p>This is a bug-fix release:</p> + <ul> + <li>Fix various incorrect parsing of IRC messages relating to trailing parameters</li> + <li>Fix SASL negotiation combined with multi-line cap</li> + <li>Fix input box theming with Yaru theme</li> + <li>python: Work around Python 3.7 regression causing crash on unload</li> + <li>sysinfo: Add support for /etc/os-release</li> + <li>sysinfo: Ignore irrelevant mounts when calculating storage size</li> + </ul> + </description> + </release> <release date="2018-08-29" version="2.14.2"> <description> <p>This is a minor release:</p> @@ -101,5 +114,8 @@ <kudo>HiDpiIcon</kudo> <kudo>Notifications</kudo> </kudos> + <content_rating type="oars-1.1"> + <content_attribute id="social-chat">intense</content_attribute> + </content_rating> <update_contact>tingping_at_fedoraproject.org</update_contact> </component> |