fix some stuff and version bump

This commit is contained in:
KadeDeveloper
2021-08-02 18:00:00 -07:00
parent ab2d014047
commit c0d5ed876c
5 changed files with 36 additions and 16 deletions

View File

@ -0,0 +1,20 @@
# Latest (master) changelog/Changelog for 1.0.0
Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`.
### Additions
- The ability to hide the grid in the editor (for faster load times)
- 💖 Wiggle Shader for Lua Modcharts
### Changes
- Sort replays by the newest one
- Cleaned up code
- SM Files can now have modcharts
- 💖 Optimized the editor
- 💖 Fixed HTML5 Delta Timings
### Bugfixes
- 💖 Steps actually exist now
- Fixed Decimal BPM Changes
- Fixes some hard locks
- It's a lot harder to crash in freeplay now

View File

@ -1,6 +1,9 @@
# Changelogs
- [Latest](latest) (Contains changes that are not in a release yet)
- [1.6.1](changelog-1.6.1)
- [1.6](changelog-1.6)
- [1.5.4](changelog-1.5.4)
- [1.5.3](changelog-1.5.3)
- [1.5.2](changelog-1.5.2)
- [1.5.1](changelog-1.5.1)