mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
Bump to 2.16.1
This commit is contained in:
parent
7cff05c7ac
commit
73c0b672a2
@ -26,6 +26,19 @@
|
|||||||
<id>hexchat.desktop</id>
|
<id>hexchat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<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">
|
<release date="2021-10-01" version="2.16.0">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a feature release:</p>
|
<p>This is a feature release:</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('hexchat', 'c',
|
project('hexchat', 'c',
|
||||||
version: '2.16.0',
|
version: '2.16.1',
|
||||||
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