Node Loudness Versions Save

🔊 A node.js library to control the systems output volume

v0.4.2

8 months ago

🐛 Fixes

  • Fix running from ASAR archive

v0.4.1

3 years ago

🐛 Fixes

  • Use default device when muting/unmuting

🌹 Internal Changes

  • Update system support text

v0.3.0

3 years ago

💥 Breaking Changes

  • Drop support for Node.js <6

    Migration Guide:

    Upgrade to Node.js 6.0.0 or newer.

  • Switch to Promise based interface

    Migration Guide:

    Instead of taking a callback, the exposed functions now returns a Promise.

🎉 Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Clean up package.json
  • Use Standard Style

v0.3.1

3 years ago

🐛 Fixes

  • Update example to use async/await

🌹 Internal Changes

  • Remove package lock file

v0.4.0

3 years ago

💥 Breaking Changes

  • Drop support for Node.js <10

    Migration Guide:

    Upgrade to Node.js 10.13.0 or newer.