Releases: jamsinclair/ballast
Releases · jamsinclair/ballast
v2.0.0
What's Changed
(promoting v2.0.0-alpha to stable)
- (BREAKING CHANGE) Supports MacOS 12.1 and above
- Refactors to use SimplyCoreAudio library
- Gracefully handles when device does not support changing balance
- Replaces Carthage Package Manager with Swift Package Manager
v2.0.0-alpha
What's Changed
- (BREAKING CHANGE) Supports MacOS 12.1 and above
- Refactors to use SimplyCoreAudio library
- Gracefully handles when device does not support changing balance
- Replaces Carthage Package Manager with Swift Package Manager
v1.2.1 - Saving the environment with less logs
- Disables logs unless DEBUG flag is set
v1.2.0 - Fixes App Crashing on Output Switch
Changes:
- Fixes logging audio errors causing app to crash
- Updates library dependency versions
OSX 10.11.x Special Version
Special version to support OSX 10.11.x
- LaunchAtLogin removed
v1.1.0 - Adds Hide Menu Bar Icon Feature
Update doc version
v1.0.2 - Fixes False Positive Balance Corrections
Fixes
When the volume is rapidly changed up or down, the app checks the balance for correction multiple times. During this time sometimes an inaccurate reading of current balance is given causing the app to falsely believe it has corrected the balance.
To fix this I have delayed and restricted how often the balance correction logic is run. This reduces the likelihood hood of a false positive correction being recorded.
v1.0.1 - Fixes damaged app error
Download .zip
file and see installation instructions