File tree 2 files changed +35
-3
lines changed
2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.7.1 ] - 2024-11-27
5
+ ## [ 0.8.0 ] - 2024-12-11
6
6
7
7
### 🚀 Features
8
8
9
- - Refactor flake.nix for improved build process and packaging
9
+ - Add distribution target to justfile for building packages
10
+ - Retrieve conn status
11
+ - [ ** breaking** ] Add System Tray module functionality
12
+ - Introduce HyprWorkspaces class and integrate with NavBar for workspace management
13
+ - Add SysInfo class for system resource monitoring and integrate with QuickMenu
14
+ - Enhance PowerBox and QuickMenu with user information display and layout adjustments
15
+ - Integrate Adw.Carousel for media player management in QuickMenu and remove redundant carousel code from Settings
16
+
17
+ ### 🐛 Bug Fixes
18
+
19
+ - Update project version retrieval in meson.build
20
+ - Width mpris players due to homo cols
21
+ - Max w, and ellipsize qbutton
22
+
23
+ ### 🚜 Refactor
24
+
25
+ - Removed Revealer for Runner
26
+ - [ ** breaking** ] QButton are now overlays, where extras_button is the overlay as revealer, many shits
27
+ - No more overlay for QButton, simplie is better
28
+ - Remove CircularProgressBar blp and update NavBar to include clock popover
29
+ - Simplify CircularProgressBar line width handling and remove unused calculate_radius method
30
+ - Optimize CPU and memory monitoring logic in SysInfo class
31
+
32
+ ### 🎨 Styling
33
+
34
+ - Update border styles and radius in SCSS files for improved layout
35
+ - Formatted meson/ui
36
+ - Snake_case css names
37
+
38
+ ### ⚙️ Miscellaneous Tasks
39
+
40
+ - * (nix)* Update Flake lock
41
+ - * (nix)* Update flake lock
10
42
11
43
<!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 1
- v0.7.1
1
+ v0.8.0
You can’t perform that action at this time.
0 commit comments