File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 329329 INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
330330 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
331331 MACOSX_DEPLOYMENT_TARGET = 10.10;
332- MARKETING_VERSION = 0.2.6 ;
332+ MARKETING_VERSION = 0.2.7 ;
333333 PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
334334 PRODUCT_NAME = "$(TARGET_NAME)";
335335 WRAPPER_EXTENSION = driver;
349349 INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
350350 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
351351 MACOSX_DEPLOYMENT_TARGET = 10.10;
352- MARKETING_VERSION = 0.2.6 ;
352+ MARKETING_VERSION = 0.2.7 ;
353353 PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
354354 PRODUCT_NAME = "$(TARGET_NAME)";
355355 WRAPPER_EXTENSION = driver;
369369 INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
370370 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
371371 MACOSX_DEPLOYMENT_TARGET = 10.10;
372- MARKETING_VERSION = 0.2.6 ;
372+ MARKETING_VERSION = 0.2.7 ;
373373 PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
374374 PRODUCT_NAME = "$(TARGET_NAME)";
375375 WRAPPER_EXTENSION = driver;
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.7] - 2020-08-08
9+ ### Changed
10+ - Improved Logarithmic Volume Control
11+ - Various updates to README.
12+
13+ ### Added
14+ - Added IOMutex to IO operations
15+
816## [ 0.2.6] - 2020-02-09
917### Changed
1018- Fixed BlackHole buffer allocation error when switching audio devices from DAW.
You can’t perform that action at this time.
0 commit comments