Skip to content

v1.1.2 - Volume Control Fix

Choose a tag to compare

@github-actions github-actions released this 25 Oct 12:56
· 311 commits to main since this release

Fixed

  • Volume control on macOS 馃攰
    • Replaced effects.Volume with effects.Gain for 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-preview utility
    • All tests passing with new implementation

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