Skip to content

Commit f450027

Browse files
committed
docs(changelog): update for version 2.2.0
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.
1 parent aec0d74 commit f450027

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

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!)
24+
725
## [2.1.0] (2025-10-17)
826

927
### Added
@@ -159,6 +177,8 @@ Initial release.
159177
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
160178

161179
<!-- Versions -->
180+
[unreleased]: https://github.com/dannystewart/volumeHUD/compare/v2.2.0...HEAD
181+
[2.2.0]: https://github.com/dannystewart/volumeHUD/compare/v2.1.0...v2.2.0
162182
[2.1.0]: https://github.com/dannystewart/volumeHUD/compare/v2.0.2...v2.1.0
163183
[2.0.2]: https://github.com/dannystewart/volumeHUD/compare/v2.0.1...v2.0.2
164184
[2.0.1]: https://github.com/dannystewart/volumeHUD/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)