docs: release v1.30.1 — accessibility aria-labels

This commit is contained in:
Nicolas Varrot
2026-02-13 05:42:56 +00:00
parent de6976bae8
commit 7819383812
3 changed files with 8 additions and 3 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.30.1] — 2026-02-13
### Fixed
- Added missing `aria-label` attributes to icon-only buttons (sidebar close, search clear, JSON copy) for screen reader accessibility
- Added i18n keys for new aria-labels (EN + FR)
## [1.30.0] — 2026-02-13 ## [1.30.0] — 2026-02-13
### Added ### Added
- Service worker for PWA support — static assets are cached for instant loads and offline shell - Service worker for PWA support — static assets are cached for instant loads and offline shell

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.29.2", "version": "1.30.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.29.2", "version": "1.30.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.30.0", "version": "1.30.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": {