From 6ce633e714603578c7b6fb520067664ff5c2c808 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 09:55:26 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20CHANGELOG=20for=20v1.32.0?= =?UTF-8?q?=E2=80=93v1.32.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cad793..5034f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to PinchChat are documented here. Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/). +## [1.32.2] — 2026-02-13 + +### Fixed +- Render markdown unordered and ordered lists with proper bullet/number styles + +## [1.32.1] — 2026-02-13 + +### Fixed +- Improve light theme readability for tool call badges (darker text, higher bg opacity) and user message bubbles (more contrast) + +## [1.32.0] — 2026-02-13 + +### Added +- Optimistic message rendering — sent messages appear instantly with status indicators (sending → sent) +- Debugging section in troubleshooting guide + +### Fixed +- Theme switcher portal — max z-index, remove backdrop-blur to fix compositing issues +- Theme switcher rendered via portal to escape overflow/stacking context +- Theme switcher click handling — prevent click-outside from swallowing button clicks + +### Tests +- Add i18n and highlight.js test suites (18 cases, 95 total) + ## [1.31.1] — 2026-02-13 ### Fixed