diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5abda..d8347fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio ## [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 Polish, performance, and developer experience improvements. diff --git a/package.json b/package.json index fd480df..973ccf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "type": "module", "repository": {