0.28 Beta 5
Pre-release
Pre-release
Version 0.28 Beta 5
Improvements
- Made multiple improvements to the Custom Scoreboard. - Empa, j10a1n15 (#2162)
- Added an option to align the text.
- Improved overall performance.
- Added the Party Leader to the Party Element.
- Separated title and footer alignment.
- Added a custom alpha footer.
Fixes
- Fixed a small typo in Bestiary Display. - hannibal2 (#2748)
- Fixed a rare case where invisible Fels were highlighted even though they shouldn't. - Thunderblade73 (#2746)
- Fixed an issue where the Time Tower Usage Warning would notify you after expiration or when you have 0 charges. - MTOnline (#2751)
- Fixed New Visitor Ping triggering too late if the player is actively farming. - Luna (#2767)
- Fixed the formatting of negative durations. - Empa (#2726)
- Fixed Fear Stat Display. - Fazfoxy (#2766)
Technical Details
- Created and implemented
GraphAreaChangeEvent
. - hannibal2 (#2754) - Added
SizeLimitedCache
andSizeLimitedSet
. - Empa (#2162) - Removed the deprecated pattern functions inside
StringUtils
. - Empa (#2162) - Refactored Custom Scoreboard. - Empa, j10a1n15 (#2162)
- Abstracted each Element/Event into separate classes extending
ScoreboardConfigElement
for a more modular design. - Made it possible to declare elements in different ways, such as using single strings or lists of strings.
- Optimized various elements to use widgets or already stored values.
- Optimized by only checking elements that can be shown on the current island.
- Optimized unknown lines handling by storing recently checked lines in a
SizeLimitedSet
.
- Abstracted each Element/Event into separate classes extending
- Improved carnival detection using graph area. - hannibal2 (#2759)