From 756287c3801f3829c6d3aa291cd84918406cdb11 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Thu, 12 Feb 2026 10:55:18 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20v1.2.2=20=E2=80=94=20changelo?= =?UTF-8?q?g=20update=20and=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8347fb..5bae3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio ## [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 Small UX and documentation polish. diff --git a/package.json b/package.json index 973ccf0..31bdf3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "type": "module", "repository": {