docs: release v1.15.0 — message metadata viewer

This commit is contained in:
Nicolas Varrot
2026-02-12 23:17:48 +00:00
parent b4813f091a
commit d03a02351f
4 changed files with 9 additions and 4 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.15.0] — 2026-02-12
### Added
- Message metadata viewer — discreet button on hover shows raw message details (id, role, timestamp, channel, etc.)
## [1.14.2] — 2026-02-12 ## [1.14.2] — 2026-02-12
### Fixed ### Fixed
- Textarea scrollbar only appears when content overflows max-height (no more permanent scrollbar) - Textarea scrollbar only appears when content overflows max-height (no more permanent scrollbar)

View File

@@ -406,7 +406,8 @@
## Item #39 ## Item #39
- **Date:** 2026-02-12 - **Date:** 2026-02-12
- **Priority:** medium - **Priority:** medium
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-12 — commit `b4813f0`
- **Description:** Message metadata viewer — discreet button on each message to show raw metadata - **Description:** Message metadata viewer — discreet button on each message to show raw metadata
- **Details:** - **Details:**
- Small icon button ( or ⋯) on hover of each message - Small icon button ( or ⋯) on hover of each message

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.14.2", "version": "1.15.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.14.2", "version": "1.15.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.14.2", "version": "1.15.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": {