Skip to content

Commit 7e6bbe9

Browse files
committed
Merge branch 'update-changelog'
2 parents 73984ea + 3567e4e commit 7e6bbe9

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All notable changes will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.4.0] - 2024-05-??
7+
## [0.4.0] - 2024-06-06
88
### Added
99
- 2 new Erect remixes, Eggnog and Satin Panties. Check them out from the Freeplay menu!
1010
- Major visual improvements to the Results screen, with additional animations and audio based on your performance.
1111
- Major visual improvements to the Freeplay screen, with song difficulty ratings and player rank displays.
1212
- Freeplay now plays a preview of songs when you hover over them.
1313
- Added a Charter field to the chart format, to allow for crediting the creator of a level's chart.
1414
- You can see who charted a song from the Pause menu.
15-
- Added a new Scroll Speed chart event to change the note speed mid-song (thanks )
15+
- Added a new Scroll Speed chart event to change the note speed mid-song (thanks burgerballs!)
1616
### Changed
1717
- Tweaked the charts for several songs:
1818
- Tutorial (increased the note speed slightly)
@@ -27,28 +27,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Stress
2828
- Lit Up
2929
- Favorite songs marked in Freeplay are now stored between sessions.
30+
- The Freeplay easter eggs are now easier to see.
3031
- In the event that the game cannot load your save data, it will now perform a backup before clearing it, so that we can try to repair it in the future.
3132
- Custom note styles are now properly supported for songs; add new notestyles via JSON, then select it for use from the Chart Editor Metadata toolbox. (thanks Keoiki!)
3233
- Health icons now support a Winning frame without requiring a spritesheet, simply include a third frame in the icon file. (thanks gamerbross!)
3334
- Remember that for more complex behaviors such as animations or transitions, you should use an XML file to define each frame.
3435
### Fixed
36+
- Fixed an issue where Nene's visualizer would not play on Desktop builds
3537
- Fixed a bug where the game would silently fail to load saves on HTML5
3638
- Fixed some bugs with the props on the Story Menu not bopping properly
3739
- 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!)
40+
- Fixed a crash on Linux caused by an old version of hxCodec (thanks Noobz4Life!)
41+
- Optimized animation handling for characters (thanks richTrash21!)
42+
- Made improvements to compiling documentation (thanks gedehari!)
4343
- Fixed a bug where pressing the volume keys would stop the Toy commercial (thanks gamerbross!)
4444
- 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!)
4745
- Removed a large number of unused imports to optimize builds (thanks Ethan-makes-music!)
46+
- Fixed a bug where hold notes would be positioned wrong on downscroll (thanks MaybeMaru!)
47+
- Additional fixes to the Loading bar on HTML5 (thanks lemz1!)
48+
- Fixed a crash in Freeplay caused by a level referencing an invalid song (thanks gamerbross!)
4849
- 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!)
50+
- Fixed a bug where changing difficulties in Story mode wouldn't update the score (thanks sectorA!)
51+
- Fixed an issue where the Chart Editor would use an incorrect instrumental on imported Legacy songs (thanks gamerbross!)
52+
- Fixed a camera bug in the Main Menu (thanks richTrash21!)
53+
- Fixed several bugs with the TitleState, including missing music when returning from the Main Menu (thanks gamerbross!)
54+
- Fixed a bug where opening the game from the command line would crash the preloader (thanks NotHyper474!)
55+
- Fixed a bug where hold notes would display improperly in the Chart Editor when downscroll was enabled for gameplay (thanks gamerbross!)
56+
- Fixed a bug where characters would sometimes use the wrong scale value (thanks PurSnake!)
5257
- Additional bug fixes and optimizations.
5358

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

0 commit comments

Comments
 (0)