docs: release v1.31.1 — theme variable fix in App.tsx

This commit is contained in:
Nicolas Varrot
2026-02-13 08:27:31 +00:00
parent 3fcaa1eef8
commit 97ceb08b86
3 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,11 @@ 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.31.1] — 2026-02-13
### Fixed
- Replace remaining hardcoded `text-zinc-*` classes in App.tsx with theme CSS variables for proper light/OLED theme support
## [1.31.0] — 2026-02-13
### Added
- Unit test infrastructure with Vitest — 27 tests across 3 suites (relativeTime, sessionDisplayName, messagesToMarkdown)