Skip to content

Commit 0938bd5

Browse files
committed
chore(release): bump version to 3.1.0
Releases version 3.1.0 with light mode support for the HUD interface. Updates marketing version across all build targets and adds corresponding changelog entry documenting the addition of Apple's standard primary colors and removal of dark mode default behavior.
1 parent 81d4c20 commit 0938bd5

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
66

77
## [Unreleased]
88

9+
## [3.1.0] (2026-01-04)
10+
11+
### Added
12+
13+
- **Light mode support:** The HUD now uses Apple's standard primary colors and no longer defaults to dark mode. Dark mode should look identical, but the HUD should look less out of place on light mode now.
14+
915
## [3.0.3] (2025-12-05)
1016

1117
### Changed
@@ -230,7 +236,8 @@ Initial release.
230236
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
231237

232238
<!-- Versions -->
233-
[unreleased]: https://github.com/dannystewart/volumeHUD/compare/v3.0.3...HEAD
239+
[unreleased]: https://github.com/dannystewart/volumeHUD/compare/v3.1.0...HEAD
240+
[3.1.0]: https://github.com/dannystewart/volumeHUD/compare/v3.0.3...v3.1.0
234241
[3.0.3]: https://github.com/dannystewart/volumeHUD/compare/v3.0.2...v3.0.3
235242
[3.0.2]: https://github.com/dannystewart/volumeHUD/compare/v3.0.1...v3.0.2
236243
[3.0.1]: https://github.com/dannystewart/volumeHUD/compare/v3.0.0...v3.0.1

volumeHUD.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
"$(inherited)",
397397
"@executable_path/../Frameworks",
398398
);
399-
MARKETING_VERSION = 3.0.4;
399+
MARKETING_VERSION = 3.1.0;
400400
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud.loginhelper;
401401
PRODUCT_NAME = "$(TARGET_NAME)";
402402
REGISTER_APP_GROUPS = YES;
@@ -433,7 +433,7 @@
433433
"$(inherited)",
434434
"@executable_path/../Frameworks",
435435
);
436-
MARKETING_VERSION = 3.0.4;
436+
MARKETING_VERSION = 3.1.0;
437437
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud.loginhelper;
438438
PRODUCT_NAME = "$(TARGET_NAME)";
439439
REGISTER_APP_GROUPS = YES;
@@ -609,7 +609,7 @@
609609
"@executable_path/../Frameworks",
610610
);
611611
MACOSX_DEPLOYMENT_TARGET = 26.0;
612-
MARKETING_VERSION = 3.0.4;
612+
MARKETING_VERSION = 3.1.0;
613613
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud.debug;
614614
PRODUCT_NAME = "$(TARGET_NAME)";
615615
REGISTER_APP_GROUPS = YES;
@@ -650,7 +650,7 @@
650650
"@executable_path/../Frameworks",
651651
);
652652
MACOSX_DEPLOYMENT_TARGET = 26.0;
653-
MARKETING_VERSION = 3.0.4;
653+
MARKETING_VERSION = 3.1.0;
654654
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud;
655655
PRODUCT_NAME = "$(TARGET_NAME)";
656656
REGISTER_APP_GROUPS = YES;
@@ -691,7 +691,7 @@
691691
"@executable_path/../Frameworks",
692692
);
693693
MACOSX_DEPLOYMENT_TARGET = 26.0;
694-
MARKETING_VERSION = 3.0.4;
694+
MARKETING_VERSION = 3.1.0;
695695
OTHER_SWIFT_FLAGS = "-D SANDBOX";
696696
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud.mas;
697697
PRODUCT_NAME = volumeHUD;
@@ -733,7 +733,7 @@
733733
"@executable_path/../Frameworks",
734734
);
735735
MACOSX_DEPLOYMENT_TARGET = 26.0;
736-
MARKETING_VERSION = 3.0.4;
736+
MARKETING_VERSION = 3.1.0;
737737
OTHER_SWIFT_FLAGS = "-D SANDBOX";
738738
PRODUCT_BUNDLE_IDENTIFIER = com.dannystewart.volumehud.mas;
739739
PRODUCT_NAME = volumeHUD;

0 commit comments

Comments
 (0)