docs: release v1.28.1 — security headers and nginx caching fix
This commit is contained in:
@@ -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/).
|
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
|
## [1.28.0] — 2026-02-13
|
||||||
### Added
|
### Added
|
||||||
- Multi-tab split view — open 2 sessions side by side with a resizable divider
|
- Multi-tab split view — open 2 sessions side by side with a resizable divider
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"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.",
|
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user