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

This commit is contained in:
Nicolas Varrot
2026-02-12 11:56:20 +00:00
parent 7a55940cc9
commit 4312a71bc9
2 changed files with 13 additions and 1 deletions

View File

@@ -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.

View File

@@ -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": {