Skip to content

Commit cb5f5a4

Browse files
committed
chore: bump version to v0.8.0
1 parent fde9f60 commit cb5f5a4

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,42 @@
22

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

5-
## [0.7.1] - 2024-11-27
5+
## [0.8.0] - 2024-12-11
66

77
### 🚀 Features
88

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
1042

1143
<!-- generated by git-cliff -->

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.7.1
1+
v0.8.0

0 commit comments

Comments
 (0)