You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
9
9
10
+
## Version [5.4.0] - 2024-10-25 🚀
11
+
12
+
### Fixed 🛠️
13
+
14
+
-[Issue #14](https://github.com/I-am-PUID-0/DMB/issues/14) Add Riven build process to Dockerfile ✨
15
+
-[Issue #65](https://github.com/I-am-PUID-0/DMB/issues/65) Zilean Enabled when ZILEAN_ENABLED=false 🐛
16
+
-[Issue #66](https://github.com/I-am-PUID-0/DMB/issues/66) Dockerfile pulls from Riven Frontend main branch vs. latest release 🐛
17
+
-[Issue #67](https://github.com/I-am-PUID-0/DMB/issues/67) Future releases for Riven Frontend and Backend will require an API Key 🐛
18
+
19
+
### Added ✨
20
+
21
+
- Riven Backend: Added the Riven backend build process to the Dockerfile 📦
22
+
- Riven Frontend: Added the server-config.json to the be saved in /config and transferred to the Riven Frontend when using the API key 📦
23
+
- Zilean: Added the Zilean build process to the Dockerfile 📦
24
+
25
+
### Changed 🔄
26
+
27
+
- Riven Backend: Settings are now loaded with or without the API key depending on the version of Riven used 🔄
28
+
- Refactor: Refactored the utils and version checks 🔄
29
+
- Utils: Added description to reaped processes 🔄
30
+
- Logging: Added thread lock to rollover 🔄
31
+
32
+
33
+
### Notes 📝
34
+
35
+
- Future releases for Riven Frontend and Backend will require an API Key to be set 🚨
36
+
- With these changes, you can now use the latest development versions of Riven Frontend and Backend 🌙
37
+
- Use the RIVEN_BACKEND_BRANCH=release-please--branches--main and RIVEN_FRONTEND_BRANCH=release-please--branches--main environment variables to test the current development versions of Riven 🌙
0 commit comments