docs: release v1.11.1 — fix Windows textarea scrollbar

This commit is contained in:
Nicolas Varrot
2026-02-12 18:15:43 +00:00
parent ad7d149f88
commit 9b7f15f5ad
4 changed files with 10 additions and 4 deletions

View File

@@ -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.11.1] — 2026-02-12
### Fixed
- **Windows horizontal scrollbar** — hide horizontal scrollbar in textarea input; add word-wrap to prevent overflow
## [1.11.0] — 2026-02-12 ## [1.11.0] — 2026-02-12
### Added ### Added

View File

@@ -379,7 +379,8 @@
## Item #37 ## Item #37
- **Date:** 2026-02-12 - **Date:** 2026-02-12
- **Priority:** high - **Priority:** high
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-12 — commit `ad7d149`
- **Description:** Scrollbar in textarea still ugly on Windows (horizontal scrollbar) - **Description:** Scrollbar in textarea still ugly on Windows (horizontal scrollbar)
- **Details:** - **Details:**
- Josh reports the textarea horizontal scrollbar is still ugly/beige on Windows even after v1.11.0 - Josh reports the textarea horizontal scrollbar is still ugly/beige on Windows even after v1.11.0

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.10.0", "version": "1.11.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.10.0", "version": "1.11.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.11.0", "version": "1.11.1",
"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": {