Skip to content

Commit 7fdebb3

Browse files
committed
chore: pre-release v0.4.10-dev
1 parent 6c2f603 commit 7fdebb3

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# ExcaliDash v0.4.9-dev
1+
# ExcaliDash v0.4.10-dev
22

33
Release date: 2026-02-17
44

55
## Highlights
66

7-
- added note to .env.example to only use k8s with one backend, otherwise will break SQLite. updated migration pattern to support turning off migrations on start
7+
- fix csrf bypass for auth toggle, harden auth csrf checks, dedepulicate boostrap id usage
8+
- managed auth mode ui behavior (odic or hybrid require auth to be on)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.9
1+
0.4.10

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.4.9",
4+
"version": "0.4.10",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 6767",

0 commit comments

Comments
 (0)