From 78dd2d3b115ab471a0fe4c4c9bbdd6a9f044438e Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 05:12:00 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20v1.30.0=20=E2=80=94=20PWA=20s?= =?UTF-8?q?ervice=20worker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69b9ca..e250e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.0] — 2026-02-13 +### Added +- Service worker for PWA support — static assets are cached for instant loads and offline shell +- App is now installable as a standalone PWA on mobile and desktop (Add to Home Screen) +- Enhanced manifest with orientation, categories, and complete icon set + ## [1.29.2] — 2026-02-13 ### Fixed - Images now show a pulsing loading skeleton while loading and a graceful error fallback (icon + alt text) when they fail to load diff --git a/package.json b/package.json index 9da8c65..1a977d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinchchat", - "version": "1.29.2", + "version": "1.30.0", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "type": "module", "repository": {