From 50cd18867cf076e1944f7ceee5005b60a8cb6009 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Wed, 11 Feb 2026 19:35:28 +0000 Subject: [PATCH] docs: update CHANGELOG with all recent additions and fixes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7da1ce..dcb986a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio ## [Unreleased] ### Added +- **Copy button on assistant messages** — one-click copy of the full message text (`dd5b56e`) +- **Animated UI demo on landing page** — interactive fake chat showing tool call visualization, typing effects, and thinking indicators (`d26c498`) +- **Connection lost/reconnected banner** — visual feedback when WebSocket connection drops or recovers (`32a2166`) - **Scroll-to-bottom button** — appears when scrolled up in chat, click to jump to latest messages (`b56c80a`) - **Inline image display** — images render directly in chat with a click-to-expand lightbox (`762a5f2`) - **Logo integration** — PinchChat logo in header, login screen, favicon, and OG meta tags (`97c16be`) @@ -22,12 +25,15 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio - **Contributing guide** — CONTRIBUTING.md with dev setup and PR guidelines (`e34643d`) ### Changed +- **Features rewrite** — pragmatic feature descriptions in README and landing page, highlighting real differentiators (`f556c8d`) - **Architecture diagram** — replaced ASCII art with a Mermaid diagram in the README (`02d2ab3`) - **Smart auto-scroll** — only auto-scrolls when the user is near the bottom (`3e7a596`) - **Timestamp locale** — uses the selected i18n locale instead of hardcoded `fr-FR` (`88c393e`) - **Vendor code-splitting** — split React and markdown dependencies into separate chunks, eliminating the 500KB bundle warning (`d7bdf3b`) ### Fixed +- i18n key for 'Parameters' label in tool call expansion (`195ad62`) +- Sidebar overlay closes on Escape key + aria-hidden for screen readers (`91c22a1`) - Corrected `index.html` lang attribute, page title, favicon path, and added SEO meta tags (`24c7d00`) - Localized all hardcoded French strings to English with ARIA accessibility attributes (`3370916`) - Fixed OpenClaw repo link in README (`604f902`)