diff --git a/docs/changelogs/changelog-1.5.4.md b/docs/changelogs/changelog-1.5.4.md new file mode 100644 index 0000000..3993607 --- /dev/null +++ b/docs/changelogs/changelog-1.5.4.md @@ -0,0 +1,16 @@ +# Latest (master) changelog + +Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`. + +### Additions +- Controller Support (💖) + +### Changes +- KeyBinds don't effect menu screen options anymore. +- Updated some image assets +- Fixed spookeez audio sync + +### Bugfixes +- Fixed Input Drops/Disappering Notes (💖) +- Fixed HitGraph/Result Screen bugs +- Fixed the chart editor \ No newline at end of file diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 18933f5..ab5f444 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -40,7 +40,7 @@ class MainMenuState extends MusicBeatState public static var nightly:String = ""; - public static var kadeEngineVer:String = "1.5.3" + nightly; + public static var kadeEngineVer:String = "1.5.4" + nightly; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; diff --git a/version.downloadMe b/version.downloadMe index b03f579..869b3f9 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1,6 +1,3 @@ -1.5.3; -- Score Screen -- Rewrote the entire hit ranking system -- Fixed song names so they don't crash -- New asset loading system -- New Logo \ No newline at end of file +1.5.4; +- Controller Support +- Fixed Input Drops/Disappering Notes \ No newline at end of file