-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UI]Close string frame if you close main frame [UI]Split the item list in two columns to scroll less [UI]Added a warning if there is too much copies (fextframe can't handle more than 137 copies) [CODE]Code cleanup, removed unused functions [FIX]Removed some duplicated copies (same ring, same trinket, same as base) [FIX]Fixed warning label size [GH]Added a changelog
- Loading branch information
Julien Rechaussat
committed
Dec 8, 2016
1 parent
96c73e2
commit 77a1c6d
Showing
4 changed files
with
141 additions
and
37 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
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,20 @@ | ||
v1.2 12/08/2016 | ||
[UI]Close string frame if you close main frame | ||
[UI]Split the item list in two columns to scroll less | ||
[UI]Added a warning if there is too much copies (fextframe can't handle more than 137 copies) | ||
[CODE]Code cleanup, removed unused functions | ||
[FIX]Removed some duplicated copies (same ring, same trinket, same as base) | ||
[FIX]Fixed warning label size | ||
|
||
|
||
v1.1 12/07/2016 | ||
[UI]Added a toggle visibility with /simpermut | ||
[UI]Added a warning if too many items are selected | ||
[FIX]Fixed frame setppoint so they are not on each other anymore | ||
[FIX]Fixed an issue with ring and trinket permutations | ||
|
||
|
||
v1.0 12/06/2016 | ||
Added multi-slot comparison support | ||
Created a file for a personnal library | ||
Bump version |
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
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