From 40399b1cb6f59f3eaf88e95cee59b53a499837a9 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 1 Oct 2021 14:43:37 -0500 Subject: Bump version to 2.16.0 --- data/misc/io.github.Hexchat.appdata.xml.in | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 9b0bac72..bc436988 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -26,6 +26,22 @@ hexchat.desktop + + +

This is a feature release:

+
    +
  • Add support for IRCv3 SETNAME, invite-notify, account-tag, standard replies, and UTF8ONLY
  • +
  • Add support for strikethrough formatting
  • +
  • Fix text clipping issues by respecting font line height
  • +
  • Fix URLs not being escaped when opened
  • +
  • Fix possible hang when showing notifications
  • +
  • Print ChanServ notices in the front tab by default
  • +
  • Update network list
  • +
  • python: Rewrite plugin improving memory usage and compatibility
  • +
  • fishlim: Add support for CBC and other improvements
  • +
+
+

This is a bug-fix release:

diff --git a/meson.build b/meson.build index 9330abf3..6b23230f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hexchat', 'c', - version: '2.14.3', + version: '2.16.0', meson_version: '>= 0.47.0', default_options: [ 'c_std=gnu89', -- cgit 1.4.1