Bump version to 2.16.0
This commit is contained in:
parent
dd6f53f504
commit
40399b1cb6
@ -26,6 +26,22 @@
|
|||||||
<id>hexchat.desktop</id>
|
<id>hexchat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<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">
|
<release date="2019-12-20" version="2.14.3">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a bug-fix release:</p>
|
<p>This is a bug-fix release:</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('hexchat', 'c',
|
project('hexchat', 'c',
|
||||||
version: '2.14.3',
|
version: '2.16.0',
|
||||||
meson_version: '>= 0.47.0',
|
meson_version: '>= 0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
Loading…
Reference in New Issue
Block a user