Skip to content

Releases: nathanhoad/godot_sound_manager

v2.6.2 for Godot 4

18 Apr 07:20
Compare
Choose a tag to compare

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

20 Mar 12:29
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v2.6.0 for Godot 4

03 Feb 10:20
Compare
Choose a tag to compare

What's Changed

New Stuff

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

v2.5.0 for Godot 4

24 Nov 06:12
Compare
Choose a tag to compare

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

10 Nov 23:16
Compare
Choose a tag to compare

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

02 Oct 00:06
Compare
Choose a tag to compare

What's Changed

New Stuff

New Contributors

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

v2.3.1 for Godot 4

20 Sep 12:07
Compare
Choose a tag to compare

What's Changed

Fixes

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

v2.3.0 for Godot 4

12 Aug 10:02
Compare
Choose a tag to compare

What's Changed

New Stuff

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

v2.2.0 for Godot 4

02 Aug 14:07
Compare
Choose a tag to compare

What's Changed

New Stuff

Fixes

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

v2.1.0 for Godot 4

21 Feb 13:31
Compare
Choose a tag to compare
  • Fixes tweening in Godot 4 RC 2 (by @shomykohai in #4).
  • Adds a method for setting pause behaviour.