bump version
This commit is contained in:
parent
5bf120defa
commit
3af8687037
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
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.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)
|
## [0.8.2] - Karm (2026-05-23)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ignis-monorepo",
|
"name": "ignis-monorepo",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"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