Skip to content

Releases: nathanhoad/godot_sound_manager

v2.6.2 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 18 Apr 07:20

What's Changed

New Stuff

  • Allow setting the UI sound volume independently by @nathanhoad in #29

Fixes

  • Fixed incorrect function being called in get_currently_playing_musi_tracks() by @dicemaster5 in #27

Other Changes

  • Documentation - Fix Typo desribed in Last Sentence of Music.md by @NBumgardner in #26

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 20 Mar 12:29

What's Changed

Other Changes

Full Changelog: v2.6.0...v2.6.1

v2.6.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 03 Feb 10:20

What's Changed

New Stuff

Full Changelog: v2.5.0...v2.6.0

v2.5.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 24 Nov 06:12

What's Changed

New Stuff

  • Add ability to play music at a specific position by @Minoqi in #20

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 10 Nov 23:16

What's Changed

New Stuff

  • Detect if an AudioStreamRandomizer is provided by @nathanhoad in #18

Fixes

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 02 Oct 00:06

What's Changed

New Stuff

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 20 Sep 12:07

What's Changed

Fixes

Full Changelog: v2.3.0...v2.3.1

v2.3.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 12 Aug 10:02

What's Changed

New Stuff

Full Changelog: v2.2.0...v2.3.0

v2.2.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 02 Aug 14:07

What's Changed

New Stuff

Fixes

Full Changelog: v2.1.0...v2.2.0

v2.1.0 for Godot 4

Choose a tag to compare

@nathanhoad nathanhoad released this 21 Feb 13:31
  • Fixes tweening in Godot 4 RC 2 (by @shomykohai in #4).
  • Adds a method for setting pause behaviour.