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:

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', 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