We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57df2e commit b525d4aCopy full SHA for b525d4a
2 files changed
CHANGELOG.md
@@ -2,12 +2,26 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [4.0.5] - 2026-04-21
6
+
7
+### 🐛 Bug Fixes
8
9
+- *(backend)* Fix foreign key constraint error when archiving
10
+- *(backend)* Exclude placeholder entry
11
+- *(frontend)* Fix button layout in settings
12
+- *(frontend)* Fix spacing and tags setting item
13
+- *(frontend)* Fix media playback rates
14
15
## [4.0.4] - 2026-04-17
16
17
### 🐛 Bug Fixes
18
19
- *(frontend)* Fix loading state for text button
20
21
+### ⚙️ Miscellaneous Tasks
22
23
+- *(release)* V4.0.4
24
25
## [4.0.3] - 2026-04-15
26
27
frontend/src/constants.ts
@@ -1,2 +1,2 @@
1
-export const version = "v4.0.4"
+export const version = "v4.0.5"
0 commit comments