diff --git a/CHANGELOG.md b/CHANGELOG.md index 83285bb..66fdd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.8.3] - Karm (2026-06-01) + +### Added + +- `WS_ORIGINS` env var to restrict allowed `Origin` headers on WebSocket connections. + +### Fixed + +- Ignis version is now rendered correctly. +- Tables in editing mode now render correctly in Firefox. + ## [0.8.2] - Karm (2026-05-23) ### Fixed diff --git a/package.json b/package.json index 5b45b44..ebad16b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignis-monorepo", - "version": "0.8.2", + "version": "0.8.3", "private": true, "description": "Monorepo for Ignis: a browser-based Obsidian client. Self-hosted server in apps/ignis-server; shim, UI, and shared libraries in packages/.", "workspaces": [