mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
@@ -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)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml)
|
||||
[](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-)
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.17.3
|
||||
2.17.4
|
||||
|
||||
Reference in New Issue
Block a user