File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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;
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;
Original file line number Diff line number Diff line change @@ -5,24 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.1.0/ )
66and 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
Original file line number Diff line number Diff line change 1- 0.7.0
1+ 0.7.1
You can’t perform that action at this time.
0 commit comments