-
Notifications
You must be signed in to change notification settings - Fork 9
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
06f7f7b
commit 7b1bc6d
Showing
1 changed file
with
4 additions
and
6 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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Improvements | ||
|
||
* Rebuilt how gearBars are created and updated to be more efficient. Instead of updating everything for every event only update the absolute necessary parts based on the received event | ||
|
||
# Fixes | ||
|
||
* #81 Unable to bind mouse buttons to slots after the 2.0 update bug | ||
* #80 Changeslot size is slightly bigger than Gearslot size when set to the same size | ||
* Fix initial setup of GearMenu for firstTime users (no configuration present) | ||
* Fix multiple issue with setting keyBinds | ||
* Keybinds are now correctly fixed if a slot is deleted and another sloth moves into its place | ||
* Do not lose reference to orphaned GearSlots they cannot be recreated but rather have to be reused |