diff --git a/CHANGELOG.md b/CHANGELOG.md index 3411c5a..e074c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to PinchChat are documented here. Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/). +## [1.11.0] — 2026-02-12 + +### Added +- **Relative timestamps in sidebar** — each session shows how recently it was active (2m, 3h, 1d) +- **Message preview in sidebar** — last message preview shown below session name +- **Recency sorting** — sessions sorted by most recently updated within pinned/unpinned groups + ## [1.10.0] — 2026-02-12 ### Added diff --git a/package.json b/package.json index 4dc13da..c99bfbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinchchat", - "version": "1.10.0", + "version": "1.11.0", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "type": "module", "repository": {