From b6fba447da3a6bc60a38623c2c7da491c31da2c8 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:53:34 -0700 Subject: [PATCH 1/3] Update release notes for version 2.17.3 Added details for version 2.17.3 release including fixes and features. --- data/misc/net.zoite.Zoitechat.appdata.xml.in | 22 +++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/misc/net.zoite.Zoitechat.appdata.xml.in b/data/misc/net.zoite.Zoitechat.appdata.xml.in index 93b0c157..81979bf8 100644 --- a/data/misc/net.zoite.Zoitechat.appdata.xml.in +++ b/data/misc/net.zoite.Zoitechat.appdata.xml.in @@ -24,7 +24,27 @@ zoitechat.desktop - + + + +

Fixes and minor features:

+
    +
  • SNI extension handling: RFC 6066-compliant validation (ASCII-only hostnames; skips IP literals) before setting SNI on SSL connections.
  • +
  • Logs an SSL message when an invalid SNI host name is skipped to aid troubleshooting.
  • +
  • Theme support integrated into Preferences; removed the standalone Theme Manager application.
  • +
  • Added colour emoji support and an emoji selector menu.
  • +
  • Updated bundled Python to v3.14.2.
  • +
  • Fixed newline issues affecting syncing of Windows/Linux server list files.
  • +
+ +

Known issues:

+
    +
  • Opening a theme file (.zct or .hct) spawns a new ZoiteChat instance during import; import succeeds but leaves an extra window open.
  • +
  • Colour emojis render in all builds except Windows (GTK2 limitation/issue on Windows).
  • +
+
+
+

This is a release with small fixes:

From 87e9d93f5ee8e3e0656c5c1381c8e177ea3cd21e Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:54:56 -0700 Subject: [PATCH 2/3] Bump version from 2.17.2 to 2.17.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1258c954..60739648 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zoitechat', 'c', - version: '2.17.2', + version: '2.17.3', meson_version: '>= 0.47.0', default_options: [ 'c_std=gnu89', From 4c8610518308d412aa1ba06622b1fd0123c8c5ca Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:55:54 -0700 Subject: [PATCH 3/3] Bump version from 2.17.2 to 2.17.3 --- win32/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/version.txt b/win32/version.txt index 94dc0ec9..15d0fc4c 100644 --- a/win32/version.txt +++ b/win32/version.txt @@ -1 +1 @@ -2.17.2 +2.17.3