File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 1- const version = "v3.4.0 " ;
1+ const version = "v3.4.1 " ;
22export default version ;
You can’t perform that action at this time.
0 commit comments