docs: release v1.4.0 — changelog update and version bump
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,6 +6,17 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.3.0] — 2026-02-12
|
||||||
|
|
||||||
New features improving daily usability.
|
New features improving daily usability.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"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.",
|
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user