Skip to content

Commit e2b22aa

Browse files
committed
Bump version to 0.7.1.
1 parent 60374d3 commit e2b22aa

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

BlackHole.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
INFOPLIST_FILE = BlackHole/BlackHole.plist;
531531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
532532
MACOSX_DEPLOYMENT_TARGET = 10.10;
533-
MARKETING_VERSION = 0.7.0;
533+
MARKETING_VERSION = 0.7.1;
534534
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
535535
PRODUCT_NAME = "$(TARGET_NAME)";
536536
WRAPPER_EXTENSION = driver;
@@ -550,7 +550,7 @@
550550
INFOPLIST_FILE = BlackHole/BlackHole.plist;
551551
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
552552
MACOSX_DEPLOYMENT_TARGET = 10.10;
553-
MARKETING_VERSION = 0.7.0;
553+
MARKETING_VERSION = 0.7.1;
554554
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
555555
PRODUCT_NAME = "$(TARGET_NAME)";
556556
WRAPPER_EXTENSION = driver;
@@ -570,7 +570,7 @@
570570
INFOPLIST_FILE = BlackHole/BlackHole.plist;
571571
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
572572
MACOSX_DEPLOYMENT_TARGET = 10.10;
573-
MARKETING_VERSION = 0.7.0;
573+
MARKETING_VERSION = 0.7.1;
574574
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
575575
PRODUCT_NAME = "$(TARGET_NAME)";
576576
WRAPPER_EXTENSION = driver;

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
### Feature Requests
8+
## [0.7.1] - 2025-07-03
9+
- Updated preinstall and postinstall scripts
10+
- Fixed firmware version to match driver version
911

10-
- Add support for additional virtual formats. 24-bit, 16-bit.
11-
- Sync BlackHole audio clock with any audio device.
12-
- Create multi-output / aggregate device with installer.
13-
- Keep track of which apps are connected to the driver.
1412

13+
## [0.7.0] - 2026-06-18
14+
- Added 24kHz support
15+
- Clarified license
1516

16-
## [Unreleased]
17-
18-
### Changed
1917

2018
## [0.6.1] - 2025-02-06
2119
- Updated installer to force a computer reboot as recommended by Apple.
2220
- Updated create_installer.sh script.
2321

24-
### Changed
25-
2622

2723
## [0.6.0] - 2024-03-22
2824

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

0 commit comments

Comments
 (0)