From 3f47618aafc4ae77288d342ea3881e84542b284d Mon Sep 17 00:00:00 2001 From: Nystik <236107-Nystik@users.noreply.gitlab.com> Date: Sun, 7 Jun 2026 13:40:11 +0200 Subject: [PATCH] update changelog, bump version to 0.8.5 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326fd5e..4d53cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.8.5] - Karm (2026-06-07) + +### Added + +- Server settings panel in the Ignis settings tab. +- `assert`, `constants`, and `stream` shims, plus callback-style `fs` methods and `realpath`. + +### Changed + +- Write coalescing is now off by default (`WRITE_COALESCE_MS=0`). + +### Fixed + +- Native menus now stay disabled on platforms where its default is true +- `/app/data` is now created and owned by the runtime user. +- Caddy reverse-proxy example uses the current `basic_auth` directive. + +### Security + +- Cross-origin proxy rejects requests that resolve to private, loopback, or link-local addresses (SSRF guard). + ## [0.8.4] - Karm (2026-06-03) ### Fixed diff --git a/package.json b/package.json index b59e2ab..ffdc165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignis-monorepo", - "version": "0.8.4", + "version": "0.8.5", "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": [