mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 02:32:31 +01:00
2.16.2
This commit is contained in:
parent
180ce9f4fd
commit
434a210ef7
@ -27,6 +27,18 @@
|
||||
<id>hexchat.desktop</id>
|
||||
</provides>
|
||||
<releases>
|
||||
<release date="2023-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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('hexchat', 'c',
|
||||
version: '2.16.1',
|
||||
version: '2.16.2',
|
||||
meson_version: '>= 0.47.0',
|
||||
default_options: [
|
||||
'c_std=gnu89',
|
||||
|
Loading…
Reference in New Issue
Block a user