Skip to content

Commit b525d4a

Browse files
committed
chore(release): v4.0.5
1 parent a57df2e commit b525d4a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
515
## [4.0.4] - 2026-04-17
616

717
### 🐛 Bug Fixes
818

919
- *(frontend)* Fix loading state for text button
1020

21+
### ⚙️ Miscellaneous Tasks
22+
23+
- *(release)* V4.0.4
24+
1125
## [4.0.3] - 2026-04-15
1226

1327
### 🐛 Bug Fixes

frontend/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const version = "v4.0.4"
1+
export const version = "v4.0.5"
22

0 commit comments

Comments
 (0)