We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a193d77 commit c227ca4Copy full SHA for c227ca4
1 file changed
RELEASE.md
@@ -1,4 +1,4 @@
1
-# ExcaliDash v0.4.27-dev
+# ExcaliDash v0.4.27
2
3
Release date: 2026-02-18
4
@@ -27,9 +27,9 @@ Edit `docker-compose.prod.yml` and pin the release tags:
27
```yaml
28
services:
29
backend:
30
- image: zimengxiong/excalidash-backend:v0.4.27-dev
+ image: zimengxiong/excalidash-backend:0.4.27
31
frontend:
32
- image: zimengxiong/excalidash-frontend:v0.4.27-dev
+ image: zimengxiong/excalidash-frontend:0.4.27
33
```
34
35
Example:
@@ -40,8 +40,6 @@ docker compose -f docker-compose.prod.yml up -d
40
41
</details>
42
43
-## RC for v0.4.27 release
44
-
45
### Authentication and user management
46
47
- Added a full authentication platform with local registration/login and password reset.
0 commit comments