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

This commit is contained in:
Nicolas Varrot
2026-02-12 10:26:10 +00:00
parent f2038a2022
commit 635f0120b6
2 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,15 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased] ## [Unreleased]
## [1.2.1] — 2026-02-12
Small UX and documentation polish.
### Added
- **Auto-focus chat input** — input field automatically focuses when switching sessions or on connection, so you can start typing immediately (`f2038a2`)
- **Keyboard navigation for sessions** — use arrow keys to navigate the session list in the sidebar (`f55a24c`)
- **i18n contribution guide** — README now includes a section explaining how to add new languages (`f827307`)
## [1.2.0] — 2026-02-12 ## [1.2.0] — 2026-02-12
Polish, performance, and developer experience improvements. Polish, performance, and developer experience improvements.

View File

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