Skip to content

Commit 79f695c

Browse files
committed
chore: bump version to v0.2.0
1 parent c2298c8 commit 79f695c

File tree

2 files changed

+10
-74
lines changed

2 files changed

+10
-74
lines changed

CHANGELOG.md

+9-73
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,29 @@
22

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

5-
## [0.1.1] - 2024-10-13
5+
## [0.2.0] - 2024-10-14
66

77
### 🚀 Features
88

9-
- Add event scroll for volume button, and click to toggle mute
10-
- Using libadwaita for no apparent reason
11-
- Add SocketService to handle logic from external cli and commands
12-
- Created Daemon class to handle socket-related stuff
13-
- Enabled flakes support
14-
- *(NIX)* Add fhs morghulis app/package
15-
- Current pow & LEngth for Mpris player
16-
- WIP qsButton
17-
- QuickSettings Menu WIP
18-
- Fixed PLAYING player in first position
19-
- Add uptime label and PowerMenu Buttons
20-
- WorkspacesButton on middle click movetoworksapcesilent active lcient
9+
- Runner/AppLauncher add
10+
- *(Runner)* Now grab focus when toggled visible, and cleans when set to !visible, also Escape Key event to close
11+
- Launch app at pos 0 with Return key
2112

2213
### 🐛 Bug Fixes
2314

24-
- Ussing sass from dart-sass instead of sassc
25-
- Fixed `make` not resolving correct path of app
26-
- Fixed ILayerWindow bad modifier
27-
- Fixed volume scroll letting volume going over 1
28-
- Response for null cases, and improve help msg
29-
- Fixed qsMenu visible by default
30-
- Fixed ambiguity between tags and version
31-
- Fixed apps using incorrect name
15+
- Bad versioning in changelog
3216

3317
### 🚜 Refactor
3418

35-
- Triggering workspaces on more sognals
36-
- Add LayerWindow interface and update meson.build
37-
- Moved files, scss compiled in data/meson/scss, renamed some shits
38-
- Renamed NavBar to StatusBar
39-
- Show errors on toggling and refactor some scss
40-
- Improved Scale bind value
41-
- Better reusability
42-
- More cohesion between has windows and focused
43-
- Better accesibility, bind props from blp instead from valacode
44-
- Used ILayerWindow and implemented namespace from it
45-
- Anchored elements to TOP
46-
- MOved to bottom, add controller for scrolling workspaces
47-
- Removed volume_box
48-
- REadability
49-
- Code
50-
- Removed Mpris player
51-
- Removed unused dependency
52-
- Increase icons pixel-size
53-
- Removed unused directive
54-
- FHS morghulis as default
19+
- Toggle Runner instead of VRunner
5520

5621
### 🎨 Styling
5722

58-
- Use ILayerWindow instead of LayerWindow
59-
- Lint the entire vala codebase
60-
- Formatted the entire vala codebase
61-
- Use tabs instead of spaces, for linting and formatting
23+
- Parens spaces
6224

6325
### ⚙️ Miscellaneous Tasks
6426

65-
- Add launch configuration for debugging
66-
- Update NavBar UI with new styles and functionality
67-
- Compile Sass stylesheets to CSS during application startup
68-
- Update patches in flake.nix file
69-
- Used ILayerWindow
70-
- Update README
71-
- Update Readme
72-
- Update Readme
73-
- Add astal-network
74-
- Update Readme with nix specs
75-
- *(NIX)* Add notifd & river astal pkgs
76-
- Add protonvpn asset
77-
- Update readme
78-
- Improved code style
79-
- Bump version to v0.1.0
80-
- Update readme
81-
- Bump version to v0.1.1
82-
83-
### CI
84-
85-
- INIT
86-
- Update CI name, and results are versioned
87-
- Prerelease tru, more sensitive to errors
88-
- Using default build instead of fhs
89-
90-
### Wip
91-
92-
- Flakes support
27+
- Control bump version via cliff.toml
28+
- *(Runner)* !Visible after press Return
9329

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

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.1
1+
v0.2.0

0 commit comments

Comments
 (0)