docs: release v1.28.0 — split view for 2 sessions side by side
This commit is contained in:
@@ -4,6 +4,13 @@ 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.28.0] — 2026-02-13
|
||||
### Added
|
||||
- Multi-tab split view — open 2 sessions side by side with a resizable divider
|
||||
- Split view button in sidebar session actions (columns icon)
|
||||
- Secondary pane supports full chat: history, streaming, sending, aborting
|
||||
- Divider width persisted in localStorage
|
||||
|
||||
## [1.27.0] — 2026-02-13
|
||||
### Added
|
||||
- Syntax highlighting in chat input textarea — real-time markdown coloring (code blocks, inline code, bold, italic, headings, links) using transparent overlay technique
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.27.0",
|
||||
"version": "1.28.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pinchchat",
|
||||
"version": "1.27.0",
|
||||
"version": "1.28.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pinchchat",
|
||||
"version": "1.27.0",
|
||||
"version": "1.28.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