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

This commit is contained in:
Nicolas Varrot
2026-02-12 13:43:28 +00:00
parent 06b2b1cbcf
commit 0e57ab8718
2 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,17 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased]
## [1.4.0] — 2026-02-12
New features and mobile fixes.
### Added
- **Session pinning** — pin important sessions to the top of the sidebar for quick access (`e24378a`)
- **Model badge** — see which AI model is handling the current session, displayed next to the token progress bar (`96f2883`, `1465ae1`)
### Fixed
- **Mobile viewport overflow** — chat messages no longer clip on left/right edges on iPhone (`8ef1b42`)
## [1.3.0] — 2026-02-12
New features improving daily usability.

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.3.0",
"version": "1.4.0",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {