From 5c69ef193aec250a27728e8a859fd2e9e4ed7199 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Thu, 12 Feb 2026 06:55:34 +0000 Subject: [PATCH] docs: update changelog with recent additions --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a6911..53704f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio - **Channel/type icons in session list** — Discord, Telegram, cron, and webchat sessions now show recognizable icons in the sidebar (`73d9e5f`) - **Date separators** — visual dividers between messages from different days for easier conversation scanning (`375bd10`) - **Screenshot in README** — added a real screenshot of the app to the README (`788909f`) +- **Loading indicator** — spinner when switching sessions (`cb882f5`) +- **Login URL validation** — inline hint when gateway URL doesn't start with ws:// or wss://, connect button disabled until valid (`dc49734`) ### Fixed - **ESLint + CI** — resolved all ESLint errors including React compiler rules; added lint step to CI pipeline (`916910f`, `29482e3`)