Skip to content

Commit d2bd3f3

Browse files
committed
chore(release): v3.4.1
1 parent 28dddaf commit d2bd3f3

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [3.5.0] - 2025-04-23
6+
7+
### 🚀 Features
8+
9+
- *(frontend)* Allow scrolling entry list when dbl clicking app bar
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(frontend)* Fix read/unread icons
14+
- *(frontend)* Set sort desc to true by default
15+
- *(frontend)* Add current entry to selection only if it exists
16+
- *(frontend)* Update unread icon and position
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- Allow specifying version when releasing
21+
522
## [3.4.0] - 2025-04-23
623

724
### 🚀 Features
@@ -30,6 +47,7 @@ All notable changes to this project will be documented in this file.
3047
- *(flake)* Update inputs
3148
- *(frontend)* Update packages
3249
- Switch to git-cliff to bump version
50+
- *(release)* V3.4.0
3351

3452
## [3.3.3] - 2025-02-05
3553

frontend/src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const version = "v3.4.0";
1+
const version = "v3.4.1";
22
export default version;

0 commit comments

Comments
 (0)