v1.1.2 - Volume Control Fix
Fixed
- Volume control on macOS 馃攰
- Replaced
effects.Volumewitheffects.Gainfor reliable volume control - Volume settings (e.g., 30%) now work correctly on macOS
- Simplified volume conversion logic (linear instead of logarithmic)
- Affects both notification sounds and
sound-previewutility - All tests passing with new implementation
- Replaced
Changed
- Simplified
volumeToGain()function - removed complex logarithmic calculations - Updated documentation in code to reflect linear gain formula:
output = input * (1 + Gain)
Fixed (Build System)
- Fixed GitHub Actions build step to use bash shell on all platforms including Windows
- Resolved PowerShell syntax error preventing Windows builds from completing
Full Changelog: v1.1.1...v1.1.2