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/).
## [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
### Added

View File

@@ -379,7 +379,8 @@
## Item #37
- **Date:** 2026-02-12
- **Priority:** high
- **Status:** pending
- **Status:** done
- **Completed:** 2026-02-12 — commit `ad7d149`
- **Description:** Scrollbar in textarea still ugly on Windows (horizontal scrollbar)
- **Details:**
- 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",
"version": "1.10.0",
"version": "1.11.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pinchchat",
"version": "1.10.0",
"version": "1.11.1",
"license": "MIT",
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",

View File

@@ -1,6 +1,6 @@
{
"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.",
"type": "module",
"repository": {