diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 37 | ||||
-rw-r--r-- | docs/FEATURES.md | 11 |
2 files changed, 46 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 684f0575b..3b165b317 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # SkyHanni - Change Log -## Version 0.24 (Unreleased) +## Version 0.24 (In Beta) ### New Features @@ -22,6 +22,26 @@ #### Chat Features + Hide chat message about bank interest when the received interest is zero coins. - Alexia (https://github.com/hannibal002/SkyHanni/pull/1117) +#### Dungeon Features + ++ Added available classes in the tooltip. - Conutik + + Shows in the dungeon party finder when hovering over a group. + + Highlights your selected class in green if it's available. ++ Kismet tracking for dungeon chests. - Thunderblade73 + + Highlight chests which have been rerolled inside Croesus + + Shows kismet amount at the reroll button + +#### Garden Features + ++ Lane Switch Notification - ILike2WatchMemes + + Sends a notification when approaching the end of a lane in Garden while farming. + + Displays the distance until the end of a lane. + +#### Mining Features + ++ Display upcoming mining events. - CalMWolfs + + Show what mining events are currently occurring in both the Dwarven Mines and Crystal Hollows. + #### Misc Features + Added command `/shlimbo` for easier Limbo access. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848) @@ -52,6 +72,10 @@ + Added option to only show Custom Text Box while an inventory is open. - martimavocado + Added option to hide Profit Trackers while not inside an inventory. - hannibal2 +#### Chat Improvements + ++ Hide the TNT Run Tournament advertisement message in the main lobby. - Alexia + #### Misc Improvements + Added option to show some features outside SkyBlock. - Obsidian @@ -87,7 +111,10 @@ #### Garden Fixes -+ Stop SkyHanni from saying that Next Visitor is visiting your garden. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1125) ++ Stop SkyHanni from saying that Next Visitor is visiting your garden. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1125) ++ Fixed typos/grammar. - Obsidian + + Typos in pest features. + + Grammar in Farming Weight Display #### Command Fixes @@ -99,6 +126,7 @@ + Fixed SkyHanni not working on Alpha. - hannibal2 & CalMWolfs + Fixed getting profile name from tab list on alpha for special profiles. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1120) + Fixes for any Ironman, Stranded and maybe Bingo players. ++ Fixed minion hopper profit display feature not getting changed by /shdefaultoptions. - hannibal2 ### Technical Details @@ -135,6 +163,11 @@ + Fix entity click not being canceled - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1072) + Cleanup ItemClickData. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1072) + Fixes minecraft bug where text that is bold can render weirdly. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1126) ++ Added "unlocked" parameter for the GardenPlotAPI - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1075) ++ Updated MovementSpeedDisplay to use new calculations - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1075) ++ Added Track Sounds Command - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/855) ++ Removed unused Sound Test - martimavocado (https://github.com/hannibal002/SkyHanni/pull/855) ++ Gson serialize the mining event data sent and received. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1040) ### Removed Features diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 4fb18c635..3d50092c9 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -80,6 +80,12 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Soulweaver Skull Hider in the Dungeon Object Hider. - nea + Hide the annoying soulweaver skulls that float around you if you have the soulweaver gloves equipped. + Hide particles and damage splashes during the terracotta phase in dungeons F6 and M6. - hannibal2 ++ Added available classes in the tooltip. - Conutik + + Shows in the dungeon party finder when hovering over a group. + + Highlights your selected class in green if it's available. ++ Kismet tracking for dungeon chests. - Thunderblade73 + + Highlight chests which have been rerolled inside Croesus + + Shows kismet amount at the reroll button </details> <details open><summary> @@ -615,6 +621,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Changes by how much the sensitivity is lowered by. + Show a GUI element while the feature is enabled. + Option to only allow this feature while on ground and/or on barn plot. ++ Lane Switch Notification - ILike2WatchMemes + + Sends a notification when approaching the end of a lane in Garden while farming. + + Displays the distance until the end of a lane. </details> <details open><summary> @@ -710,6 +719,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Option to hide while not grinding powder. + Added Deep Caverns Parkour. - hannibal2 + Shows a parkour to the bottom of Deep Caverns and to Rhys. ++ Display upcoming mining events. - CalMWolfs + + Show what mining events are currently occurring in both the Dwarven Mines and Crystal Hollows. </details> <details open><summary> |