github 777genius/claude-notifications-go v1.1.2
v1.1.2 - Volume Control Fix

latest releases: v1.40.1, v1.40.0, v1.39.4...
10 months ago

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

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.