Skip to content

Commit 8700db1

Browse files
Make sure to credit all the community contributions properly.
1 parent 6665924 commit 8700db1

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Health icons now support a Winning frame without requiring a spritesheet, simply include a third frame in the icon file. (thanks gamerbross!)
3333
- Remember that for more complex behaviors such as animations or transitions, you should use an XML file to define each frame.
3434
### Fixed
35+
- Fixed an issue where Nene's visualizer would not play on Desktop builds
3536
- Fixed a bug where the game would silently fail to load saves on HTML5
3637
- Fixed some bugs with the props on the Story Menu not bopping properly
3738
- Improved offsets for Pico and Tankman opponents so they don't slide around as much.
38-
- Additional fixes to the Loading bar on HTML5 (thanks lemz1!)
39-
- Fixed several bugs with the TitleState, including missing music when returning from the Main Menu (thanks gamerbross!)
40-
- Fixed a camera bug in the Main Menu (thanks richTrash21!)
41-
- Fixed a bug where changing difficulties in Story mode wouldn't update the score (thanks sectorA!)
42-
- Fixed a crash in Freeplay caused by a level referencing an invalid song (thanks gamerbross!)
39+
- Fixed a crash on Linux caused by an old version of hxCodec (thanks Noobz4Life!)
40+
- Optimized animation handling for characters (thanks richTrash21!)
41+
- Made improvements to compiling documentation (thanks gedehari!)
4342
- Fixed a bug where pressing the volume keys would stop the Toy commercial (thanks gamerbross!)
4443
- Fixed a bug where the Chart Editor Playtest would crash when losing (thanks gamerbross!)
45-
- Fixed a bug where hold notes would display improperly in the Chart Editor when downscroll was enabled for gameplay (thanks gamerbross!)
46-
- Fixed a bug where hold notes would be positioned wrong on downscroll (thanks MaybeMaru!)
4744
- Removed a large number of unused imports to optimize builds (thanks Ethan-makes-music!)
45+
- Fixed a bug where hold notes would be positioned wrong on downscroll (thanks MaybeMaru!)
46+
- Additional fixes to the Loading bar on HTML5 (thanks lemz1!)
47+
- Fixed a crash in Freeplay caused by a level referencing an invalid song (thanks gamerbross!)
4848
- Improved debug logging for unscripted stages (thanks gamerbross!)
49-
- Made improvements to compiling documentation (thanks gedehari!)
50-
- Fixed a crash on Linux caused by an old version of hxCodec (thanks Noobz4Life!)
51-
- Optimized animation handling for characters (thanks richTrash21!)
49+
- Fixed a bug where changing difficulties in Story mode wouldn't update the score (thanks sectorA!)
50+
- Fixed an issue where the Chart Editor would use an incorrect instrumental on imported Legacy songs (thanks gamerbross!)
51+
- Fixed a camera bug in the Main Menu (thanks richTrash21!)
52+
- Fixed several bugs with the TitleState, including missing music when returning from the Main Menu (thanks gamerbross!)
53+
- Fixed a bug where opening the game from the command line would crash the preloader (thanks NotHyper474!)
54+
- Fixed a bug where hold notes would display improperly in the Chart Editor when downscroll was enabled for gameplay (thanks gamerbross!)
55+
- Fixed a bug where characters would sometimes use the wrong scale value (thanks PurSnake!)
5256
- Additional bug fixes and optimizations.
5357

5458
## [0.3.3] - 2024-05-14

0 commit comments

Comments
 (0)