docs: release v1.24.0 — raw JSON viewer

This commit is contained in:
Nicolas Varrot
2026-02-13 01:41:22 +00:00
parent 82d2e37a27
commit 550a9dbba9
3 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to PinchChat are documented here.
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/). Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.24.0] — 2026-02-13
### Added
- Raw JSON viewer toggle on each message — hover to reveal `{}` button, click to show full gateway payload as formatted JSON with copy support
## [1.20.2] — 2026-02-13 ## [1.20.2] — 2026-02-13
### Fixed ### Fixed
- Theme switcher now actually works — migrated ~150 hardcoded Tailwind color classes across all 17 components to CSS custom properties - Theme switcher now actually works — migrated ~150 hardcoded Tailwind color classes across all 17 components to CSS custom properties

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.23.0", "version": "1.24.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.23.0", "version": "1.24.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.23.0", "version": "1.24.0",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module", "type": "module",
"repository": { "repository": {