docs: release v1.11.1 — fix Windows textarea scrollbar
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/).
|
||||
|
||||
## [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
|
||||
|
||||
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user