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": {