docs: release v1.7.0 — delete session from sidebar
This commit is contained in:
@@ -6,6 +6,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.7.0] — 2026-02-12
|
||||
|
||||
### Added
|
||||
- **Delete session from sidebar** — trash icon on hover with confirmation dialog; calls `sessions.delete` on the gateway (`e94325b`)
|
||||
|
||||
## [1.6.0] — 2026-02-12
|
||||
|
||||
### Added
|
||||
|
||||
@@ -268,7 +268,8 @@
|
||||
## Item #30
|
||||
- **Date:** 2026-02-12
|
||||
- **Priority:** medium
|
||||
- **Status:** in-progress
|
||||
- **Status:** done
|
||||
- **Completed:** 2026-02-12 — commit `e94325b`
|
||||
- **Description:** Supprimer une session depuis la sidebar
|
||||
- **Details:**
|
||||
- Ajouter un bouton/action pour supprimer une session (clic droit ou icône)
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pinchchat",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"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