From cda890de60f83646d258d76778d58865ea68c838 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:20:16 +0200 Subject: [PATCH] chore: add changelog --- docs/changelog/index.md | 2 +- docs/changelog/v0.2.17.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 7f3595c..e42d603 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -4,7 +4,7 @@ Release history for EchoHub. ## Releases -- [v0.2.17](v0.2.17.md) - IRC Multi-Line Fix +- [v0.2.17](v0.2.17.md) - Server Version Reporting & IRC Multi-Line Fix - [v0.2.16](v0.2.16.md) - Periodic Server-Stats Report, Upload & Moderation Logging & Quieter Connection Logs - [v0.2.15](v0.2.15.md) - Invite Codes, Data Export & Deletion, /me, /banner, Replies, Open Images In Browser & IRC Image Links - [v0.2.14](v0.2.14.md) - Clipboard Image & Multi-File Paste, E2E Room Unlock Fixes, Encrypted Key Cache & IRC Gateway Polish diff --git a/docs/changelog/v0.2.17.md b/docs/changelog/v0.2.17.md index 98194aa..a6afbbc 100644 --- a/docs/changelog/v0.2.17.md +++ b/docs/changelog/v0.2.17.md @@ -1,5 +1,9 @@ # v0.2.17 +## New Features + +- **Server version reporting** — `GET /api/server/info` now returns the server version. The client fetches it on connect and shows a warning dialog when the server and client versions don't match, with the option to continue or disconnect. + ## Bug Fixes - **IRC multi-line messages** — sending a message with line breaks from the TUI now correctly delivers each line as a separate PRIVMSG to IRC clients. Previously newlines were embedded raw in the IRC frame, which could create invalid messages.