From 781938381237fcb984054b7b524e9d7711b16e40 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 05:42:56 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20v1.30.1=20=E2=80=94=20accessi?= =?UTF-8?q?bility=20aria-labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e250e57..b5eeb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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 ### Added - Service worker for PWA support — static assets are cached for instant loads and offline shell diff --git a/package-lock.json b/package-lock.json index 1a97fef..97eab99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pinchchat", - "version": "1.29.2", + "version": "1.30.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pinchchat", - "version": "1.29.2", + "version": "1.30.1", "license": "MIT", "dependencies": { "@radix-ui/react-collapsible": "^1.1.12", diff --git a/package.json b/package.json index 1a977d3..5a9a0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "type": "module", "repository": {