diff --git a/docs/changelogs/changelog-1.5.3.md b/docs/changelogs/changelog-1.5.3.md new file mode 100644 index 0000000..e97ba9e --- /dev/null +++ b/docs/changelogs/changelog-1.5.3.md @@ -0,0 +1,14 @@ +# Latest (master) changelog + +Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`. + +### Additions +- Score Screen (💖) +- Show your highest combo in the freeplay menu + +### Changes +- Rewrote the entire hit ranking system (💖) + +### Bugfixes +- NPS not showing if accuracy is disabled +- Fixed song names so they don't crash (💖) diff --git a/docs/changelogs/index.md b/docs/changelogs/index.md index aa2dca3..38dc1b7 100644 --- a/docs/changelogs/index.md +++ b/docs/changelogs/index.md @@ -1,6 +1,7 @@ # Changelogs - [Latest](latest) (Contains changes that are not in a release yet) +- [1.5.3](changelog-1.5.3) - [1.5.2](changelog-1.5.2) - [1.5.1](changelog-1.5.1) - [1.5.0](changelog-1.5.0) diff --git a/docs/changelogs/latest.md b/docs/changelogs/latest.md index d7def91..5d6ee6f 100644 --- a/docs/changelogs/latest.md +++ b/docs/changelogs/latest.md @@ -3,10 +3,10 @@ Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`. ### Additions -- Nothing here yet! +- Nothing yet! ### Changes -- Nothing here yet! +- Nothing yet! ### Bugfixes -- Nothing here yet! +- Nothing yet! \ No newline at end of file diff --git a/version.downloadMe b/version.downloadMe index b8cb634..f4c4460 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1,11 +1,4 @@ -1.5.2; -- (1.5.2) Fix crashes on some songs -- Added toggle for ghost tapping -- Officially support macOS (and add macOS requirements to docs) -- Autoplay -- Clap assist for syncing charts -- Bring back R to reset, but now you can toggle it in the options -- You can now fully customize your keybinds -- Change how replays work + store scroll speed and direction in replays -- Opponent strumline now lights up when they hit a note, like the player's does -- Now using the new recharts from Funkin v0.2.8 +1.5.3; +- Score Screen +- Rewrote the entire hit ranking system +- Fixed song names so they don't crash \ No newline at end of file