Skip to content

Releases: LinusU/node-loudness

🚢 0.4.2 / 2023-09-01

01 Sep 11:51
9bdad3a
Compare
Choose a tag to compare

🐛 Fixes

  • Fix running from ASAR archive

🚢 0.4.1 / 2020-08-13

13 Aug 19:46
444a4cd
Compare
Choose a tag to compare

🐛 Fixes

  • Use default device when muting/unmuting

🌹 Internal Changes

  • Update system support text

🚢 0.4.0 / 2020-08-13

13 Aug 19:38
eca6bbd
Compare
Choose a tag to compare

💥 Breaking Changes

  • Drop support for Node.js <10

    Migration Guide:

    Upgrade to Node.js 10.13.0 or newer.

🚢 0.3.1 / 2020-08-13

13 Aug 19:38
1c4d8ba
Compare
Choose a tag to compare

🐛 Fixes

  • Update example to use async/await

🌹 Internal Changes

  • Remove package lock file

🚢 0.3.0 / 2018-10-29

13 Aug 19:39
cff3bfe
Compare
Choose a tag to compare

💥 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