You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ All notable changes will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.4.0] - 2024-05-??
7
+
## [0.4.0] - 2024-06-06
8
8
### Added
9
9
- 2 new Erect remixes, Eggnog and Satin Panties. Check them out from the Freeplay menu!
10
10
- Major visual improvements to the Results screen, with additional animations and audio based on your performance.
11
11
- Major visual improvements to the Freeplay screen, with song difficulty ratings and player rank displays.
12
12
- Freeplay now plays a preview of songs when you hover over them.
13
13
- Added a Charter field to the chart format, to allow for crediting the creator of a level's chart.
14
14
- 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!)
16
16
### Changed
17
17
- Tweaked the charts for several songs:
18
18
- Tutorial (increased the note speed slightly)
@@ -27,28 +27,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Stress
28
28
- Lit Up
29
29
- Favorite songs marked in Freeplay are now stored between sessions.
30
+
- The Freeplay easter eggs are now easier to see.
30
31
- 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.
31
32
- 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!)
32
33
- Health icons now support a Winning frame without requiring a spritesheet, simply include a third frame in the icon file. (thanks gamerbross!)
33
34
- Remember that for more complex behaviors such as animations or transitions, you should use an XML file to define each frame.
34
35
### Fixed
36
+
- Fixed an issue where Nene's visualizer would not play on Desktop builds
35
37
- Fixed a bug where the game would silently fail to load saves on HTML5
36
38
- Fixed some bugs with the props on the Story Menu not bopping properly
37
39
- 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!)
43
43
- Fixed a bug where pressing the volume keys would stop the Toy commercial (thanks gamerbross!)
44
44
- 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!)
47
45
- 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!)
48
49
- 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!)
0 commit comments