docs: release v1.28.1 — security headers and nginx caching fix

This commit is contained in:
Nicolas Varrot
2026-02-13 03:27:59 +00:00
parent 979bc14ca8
commit 3149457bf7
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ 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.28.1] — 2026-02-13
### Fixed
- Docker: added security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy)
- Docker: index.html is no longer cached, ensuring SPA updates are always picked up after redeploy
### Changed
- Added `engines` field (`node >=18`) and `lint:fix` npm script to package.json
## [1.28.0] — 2026-02-13
### Added
- Multi-tab split view — open 2 sessions side by side with a resizable divider

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.28.0",
"version": "1.28.1",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {