You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents new release with fine-grained brightness/volume control using Option+Shift for 64-step precision, new app icon implementation, improved HUD positioning to ignore Dock and menu bar, and fixes for window dimensions and display hierarchy issues.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6
6
7
+
## [Unreleased]
8
+
9
+
## [2.2.0] (2025-10-29)
10
+
11
+
### Added
12
+
13
+
- Adds fine-grained brightness and volume control by holding Option+Shift to adjust with 64-step precision, matching prior macOS behavior. (Thanks to SamusAranX and claire9318054 for requesting this!)
14
+
- Adds a new app icon using Icon Composer, replacing the legacy asset catalog approach.
15
+
16
+
### Changed
17
+
18
+
- Adjusts HUD placement to ignore the Dock and menu bar for consistency, and repositions it to 140px from the bottom to match the prior macOS appearance. (Big thanks to SamusAranX for pointing out the inconsistencies here!)
19
+
20
+
### Fixed
21
+
22
+
- Fixes slight inconsistency in window dimensions between HUDController and HUDView. (No visual change.)
23
+
- Fixes HUD window level to prevent blocking system features like Exposé and Show Desktop while maintaining proper display hierarchy. (Thanks to usagimaru for reporting this!)
0 commit comments