docs: release v1.26.0 — drag & drop session reordering
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/).
|
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
|
||||||
|
|
||||||
|
## [1.26.0] — 2026-02-13
|
||||||
|
### Added
|
||||||
|
- Drag & drop session reordering in sidebar — custom order persists in localStorage, works within pinned/unpinned groups
|
||||||
|
|
||||||
## [1.24.0] — 2026-02-13
|
## [1.24.0] — 2026-02-13
|
||||||
### Added
|
### Added
|
||||||
- Raw JSON viewer toggle on each message — hover to reveal `{}` button, click to show full gateway payload as formatted JSON with copy support
|
- Raw JSON viewer toggle on each message — hover to reveal `{}` button, click to show full gateway payload as formatted JSON with copy support
|
||||||
|
|||||||
@@ -599,7 +599,8 @@
|
|||||||
## Item #56
|
## Item #56
|
||||||
- **Date:** 2026-02-12
|
- **Date:** 2026-02-12
|
||||||
- **Priority:** medium
|
- **Priority:** medium
|
||||||
- **Status:** pending
|
- **Status:** done
|
||||||
|
- **Completed:** 2026-02-13 — commit `35652ea`
|
||||||
- **Source:** Josh (Bardak)
|
- **Source:** Josh (Bardak)
|
||||||
- **Description:** Drag & drop session reordering in sidebar
|
- **Description:** Drag & drop session reordering in sidebar
|
||||||
- Allow users to drag sessions to reorder them manually in the sidebar
|
- Allow users to drag sessions to reorder them manually in the sidebar
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.25.0",
|
"version": "1.26.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.25.0",
|
"version": "1.26.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-collapsible": "^1.1.12",
|
"@radix-ui/react-collapsible": "^1.1.12",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.25.0",
|
"version": "1.26.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