update changelog, bump version
This commit is contained in:
parent
05a3908a7a
commit
f0b7f65a36
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.8.4] - Karm (2026-06-03)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Codeblocks calling clipboard APIs no longer causes reccursion error.
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Hardened same-origin checks, virtual-plugin URL validation, token file permissions, and log line bounds.
|
||||||
|
|
||||||
## [0.8.3] - Karm (2026-06-01)
|
## [0.8.3] - Karm (2026-06-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ignis-monorepo",
|
"name": "ignis-monorepo",
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"private": true,
|
"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/.",
|
"description": "Monorepo for Ignis: a browser-based Obsidian client. Self-hosted server in apps/ignis-server; shim, UI, and shared libraries in packages/.",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue