Skip to content

Commit 4655225

Browse files
committed
chore(release): v4.0.7
1 parent 2dfc367 commit 4655225

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,30 @@
22

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

5+
## [4.0.7] - 2026-05-04
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(frontend)* Fix periodical reloading
10+
- *(frontend)* Support decoding text in categories
11+
- *(frontend)* Add back entry count in feed list
12+
- *(frontend)* Fix entry link substitution
13+
14+
### 📚 Documentation
15+
16+
- Update description and some commands
17+
518
## [4.0.6] - 2026-04-22
619

720
### 🐛 Bug Fixes
821

922
- *(frontend)* Add back confirm dialog for risky operations
1023
- *(frontend)* Add opacity to frozen feeds
1124

25+
### ⚙️ Miscellaneous Tasks
26+
27+
- *(release)* V4.0.6
28+
1229
## [4.0.5] - 2026-04-21
1330

1431
### 🐛 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.6"
1+
export const version = "v4.0.7"
22

0 commit comments

Comments
 (0)