From 4312a71bc9e871284fc53591bb93244b8e303055 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Thu, 12 Feb 2026 11:56:20 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20v1.3.0=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 | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bae3aa..ad007ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio ## [Unreleased] +## [1.3.0] — 2026-02-12 + +New features improving daily usability. + +### Added +- **Unread message indicators** — sessions with new messages show a visual badge in the sidebar so you never miss activity (`c0d27a7`) +- **Copy buttons on tool calls** — expanded tool call parameters and results now have one-click copy buttons (`908dbb4`) +- **Troubleshooting guide** — README now includes a troubleshooting section for common connection and build issues (`7a55940`) + +### Fixed +- **CI lint errors** — resolved lint issues in Sidebar, TypingIndicator, and useGateway (`6734b54`) + ## [1.2.2] — 2026-02-12 Code readability and developer experience polish. diff --git a/package.json b/package.json index 31bdf3c..8a6ddf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinchchat", - "version": "1.2.2", + "version": "1.3.0", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "type": "module", "repository": {