docs: release v1.30.0 — PWA service worker

This commit is contained in:
Nicolas Varrot
2026-02-13 05:12:00 +00:00
parent 5a4c5ba457
commit 78dd2d3b11
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

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