docs: release v1.27.0 — syntax highlighting in textarea
This commit is contained in:
@@ -4,6 +4,11 @@ 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.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
|
||||||
|
- Toggle button (highlighter icon) to enable/disable syntax highlighting, persisted in localStorage
|
||||||
|
|
||||||
## [1.26.0] — 2026-02-13
|
## [1.26.0] — 2026-02-13
|
||||||
### Added
|
### Added
|
||||||
- Drag & drop session reordering in sidebar — custom order persists in localStorage, works within pinned/unpinned groups
|
- Drag & drop session reordering in sidebar — custom order persists in localStorage, works within pinned/unpinned groups
|
||||||
|
|||||||
@@ -528,7 +528,8 @@
|
|||||||
## Item #49
|
## Item #49
|
||||||
- **Date:** 2026-02-12
|
- **Date:** 2026-02-12
|
||||||
- **Priority:** medium
|
- **Priority:** medium
|
||||||
- **Status:** pending
|
- **Status:** done
|
||||||
|
- **Completed:** 2026-02-13 — commit `b049243`
|
||||||
- **Description:** Syntax highlight in the input textarea
|
- **Description:** Syntax highlight in the input textarea
|
||||||
- Color code blocks even while typing in the prompt input
|
- Color code blocks even while typing in the prompt input
|
||||||
- Highlight markdown syntax (bold, code, headers) in real-time
|
- Highlight markdown syntax (bold, code, headers) in real-time
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.26.0",
|
"version": "1.27.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.26.0",
|
"version": "1.27.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.26.0",
|
"version": "1.27.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