From ac067b2c0baba837dc2a2a4af04cd07e96be2ba3 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:18:34 +0200 Subject: [PATCH] chore: add changelog --- docs/changelog/index.md | 2 +- docs/changelog/v0.2.18.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index faa12a0..9b29bd7 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -4,7 +4,7 @@ Release history for EchoHub. ## Releases -- [v0.2.18](v0.2.18.md) - IRCv3 Capabilities +- [v0.2.18](v0.2.18.md) - IRCv3 Capabilities & Native OS Notifications - [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 diff --git a/docs/changelog/v0.2.18.md b/docs/changelog/v0.2.18.md index f745da7..6a031a2 100644 --- a/docs/changelog/v0.2.18.md +++ b/docs/changelog/v0.2.18.md @@ -3,3 +3,4 @@ ## New Features - **IRCv3 capabilities** — `server-time`, `message-tags`, `echo-message`, `batch` and `draft/multiline` are now advertised and fully supported in the IRC gateway. CAP LS 302 requests receive capability values. Clients can enable caps via CAP REQ and disable them with CAP REQ -cap. +- **Native OS notifications** — EchoHub now supports native notifications on Windows, macOS and Linux. Notifications are sent for mentions or replies.