docs: release v1.14.1 — persistent session deletion
This commit is contained in:
@@ -4,6 +4,10 @@ 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.14.1] — 2026-02-12
|
||||
### Fixed
|
||||
- Session deletion now persists across page refreshes via localStorage blacklist — deleted sessions no longer reappear after reload
|
||||
|
||||
## [1.14.0] — 2026-02-12
|
||||
### Added
|
||||
- Collapse/expand all tool calls toggle — floating button appears when conversation has tool calls, lets you collapse or expand all at once
|
||||
|
||||
@@ -393,7 +393,8 @@
|
||||
## Item #38
|
||||
- **Date:** 2026-02-12
|
||||
- **Priority:** high
|
||||
- **Status:** pending
|
||||
- **Status:** done
|
||||
- **Completed:** 2026-02-12 — commit `d9e1b88`
|
||||
- **Description:** Session deletion doesn't persist — deleted sessions reappear after page refresh
|
||||
- **Details:**
|
||||
- The delete session feature (v1.7.0) only deletes from local state/localStorage
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pinchchat",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user