-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
1 changed file
with
44 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,44 @@ | ||
# Changelog | ||
|
||
## v1.3.1 | ||
|
||
- Changed the name of the default platformer binds (move left right) | ||
- Made platformer move binds unrepeatable | ||
- Added "W" for Jump P1 as a default | ||
- Fixed non-repeatable binds repeating (a lot) | ||
- Fixed default platformer move binds for P2 | ||
|
||
## v1.3.0 | ||
|
||
- Fix controller support | ||
- Add sprites for missing controller buttons (RB, RT, LB, LT) | ||
- Improve controller sprite display in the keybind picker | ||
- Add platformer keybinds | ||
- Add reset, full reset, and toggle hitboxes (this one is experimental) | ||
|
||
## v1.2.4 | ||
|
||
- Add 2.204 support | ||
|
||
## v1.2.3 | ||
|
||
- Fix issues caused by the impostor PlayLayer bug | ||
|
||
## v1.2.2 | ||
|
||
- Fix jump key not working after a level restart | ||
|
||
## v1.2.1 | ||
|
||
- Fix issues with MegaHack | ||
- Add EditorUI controller keybinds | ||
- Improve controller compatibility in UILayer | ||
|
||
## v1.1.2 | ||
|
||
- Fix crashes on exit for Windows | ||
|
||
## v1.1.1 | ||
|
||
- Fix issues on MacOS | ||
- Make repeatable binds false by default |