docs: release v1.2.2 — changelog update and version bump

This commit is contained in:
Nicolas Varrot
2026-02-12 10:55:18 +00:00
parent ae3f6839bc
commit 756287c380
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,14 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased] ## [Unreleased]
## [1.2.2] — 2026-02-12
Code readability and developer experience polish.
### Added
- **Language labels on code blocks** — fenced code blocks now show the language name (e.g. "python", "bash") in a subtle label for easier identification (`ae3f683`)
- **Elapsed time on thinking indicator** — see how long the agent has been thinking with a live counter (`0c95150`)
## [1.2.1] — 2026-02-12 ## [1.2.1] — 2026-02-12
Small UX and documentation polish. Small UX and documentation polish.

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.2.1", "version": "1.2.2",
"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": {