-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d626513
commit d7d0377
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
-- 1.7 Release - 29/12/2021 -- | ||
|
||
ADDS: | ||
|
||
- Timing Points (they appear on the timeline and can be dragged on the track) | ||
- Metronome | ||
- Rotating notes | ||
- Snap to grid, jump to MS buttons | ||
- Quantum snapping line visibility option | ||
- Redesigned menu (you can put a background on it! -- [background_menu.png] in editor folder) | ||
- Settings menu (background same as the main menu) | ||
|
||
CHANGES: | ||
|
||
- !!! background.png has been split - background_editor.png & background_menu.png | ||
|
||
- Beat divisor is now saved with the map | ||
- LOAD MAP now supports URLs | ||
- IMPORT MAP button works for clipboard and URLs | ||
- You can drag multiple notes at once on the grid | ||
- Tempo slider now goes by 5% intervals | ||
- Default beat divisor is now 4, caps at 32 | ||
- Moved copy and return to menu buttons further from the grid | ||
- Raised Tempo slider limit to 200%, raised zoom to 1000% | ||
|
||
FIXES: | ||
|
||
- Fixed note selection issues | ||
- Text box now functions correctly | ||
- Switching songs can no longer affect the tempo | ||
- Fixed note movement | ||
- Fixed zoom label |