Merge pull request #53 from ZoiteChat/master

sync to master
This commit is contained in:
deepend-tildeclub
2026-02-03 22:10:53 -07:00
committed by GitHub
5 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
ZoiteChat ChangeLog
=================
2.17.4 (2026-02-03)
-------------------
- STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.
- Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.
- Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.
2.17.3 (2026-01-17)
-------------------

View File

@@ -25,6 +25,16 @@
<id>zoitechat.desktop</id>
</provides>
<releases>
<release date="2026-02-03" version="2.17.4">
<description>
<p>Fixes and minor features:</p>
<ul>
<li>STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.</li>
<li>Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.</li>
<li>Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.</li>
</ul>
</description>
</release>
<release date="2026-01-17" version="2.17.3">
<description>
<p>Fixes and minor features:</p>

View File

@@ -1,5 +1,5 @@
project('zoitechat', 'c',
version: '2.17.3',
version: '2.17.4',
meson_version: '>= 0.47.0',
default_options: [
'c_std=c17',

View File

@@ -5,7 +5,6 @@
[![Flatpak Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml)
[![AppImage Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml)
[![Windows Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml)
[![MSYS2 Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml)
[![OpenBSD Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/openbsd-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/openbsd-build.yml)
[![Version][github-version-img]][github-version-uri] [![Downloads][github-downloads-img]][github-downloads-uri] [![Size][github-size-img]][github-size-img] [![Last Commit][github-commit-img]][github-commit-img] [![Contributors][contribs-all-img]](#contributors-)

View File

@@ -1 +1 @@
2.17.3
2.17.4