From cda96128b8baf0675e74f650e97818de6ec53c6b Mon Sep 17 00:00:00 2001 From: Matr1x-101 <70490301+Matr1x-101@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:48:37 +0100 Subject: Add description for .desktop file for HexChat thememan (#2791) --- data/misc/io.github.Hexchat.ThemeManager.desktop.in | 1 + 1 file changed, 1 insertion(+) (limited to 'data/misc') diff --git a/data/misc/io.github.Hexchat.ThemeManager.desktop.in b/data/misc/io.github.Hexchat.ThemeManager.desktop.in index 53cac289..705f24ba 100644 --- a/data/misc/io.github.Hexchat.ThemeManager.desktop.in +++ b/data/misc/io.github.Hexchat.ThemeManager.desktop.in @@ -1,5 +1,6 @@ [Desktop Entry] Name=HexChat Theme Manager +Comment=A simple theme manager for HexChat Exec=thememan %f Icon=hexchat Terminal=false -- cgit 1.4.1 From 434a210ef79241cd650dd074b66a9ce87e8450a1 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 7 Feb 2024 06:01:12 -0600 Subject: 2.16.2 --- data/misc/io.github.Hexchat.appdata.xml.in | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'data/misc') diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index d75cc1cc..6e3cf2e6 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -27,6 +27,18 @@ hexchat.desktop + + +

This is a minor release with small improvements and fixes:

+
    +
  • Add support for SCRAM SASL mechanisms
  • +
  • Add option to hide nick from window title
  • +
  • Change SERVER command to default to TLS, adding an "-insecure" argument
  • +
  • Increase max server password length to 1024
  • +
  • Fix detecting some URLS causing a crash
  • +
+
+

This is a minor release with mostly bug-fixes:

diff --git a/meson.build b/meson.build index f187c4b2..2f8fb3f2 100644 --- a/meson.build +++ b/meson.build @@ -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', -- cgit 1.4.1 From 70069cd50eb07e8a40ac9b0efbb83fcb91a78b99 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 9 Feb 2024 14:20:48 -0600 Subject: appdata: Fix release date --- data/misc/io.github.Hexchat.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/misc') diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in index 6e3cf2e6..0d67a0b6 100644 --- a/data/misc/io.github.Hexchat.appdata.xml.in +++ b/data/misc/io.github.Hexchat.appdata.xml.in @@ -27,7 +27,7 @@ hexchat.desktop - +

This is a minor release with small improvements and fixes:

    -- cgit 1.4.1