diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-27 09:30:10 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-27 09:30:10 +0200 |
commit | c09e75a41d628d6c90e0294e06ce8c26ed496405 (patch) | |
tree | 9712a1ae395c8e7902c63cb1430cdb62dbb918ef /docs/CHANGELOG.md | |
parent | 239a7b17e15eaa5f3ff8509aecef714d8c277ee9 (diff) | |
download | skyhanni-c09e75a41d628d6c90e0294e06ce8c26ed496405.tar.gz skyhanni-c09e75a41d628d6c90e0294e06ce8c26ed496405.tar.bz2 skyhanni-c09e75a41d628d6c90e0294e06ce8c26ed496405.zip |
Version 0.26 Beta 2
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b53e9b1fe..6476b3d55 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,6 +12,16 @@ + Show effective area (as a wireframe, filled or circle). + Show mana regeneration buff next to the GUI element. + Option to hide flare particles. ++ Added a "Line to Arachne" setting, just like with slayer minibosses. - azurejelly (https://github.com/hannibal002/SkyHanni/pull/1888) + +#### Garden Features + ++ New "Craftable!" message when Visitor Items Needed are craftable. - Paloys (https://github.com/hannibal002/SkyHanni/pull/1891) + +#### ChatFeatures + ++ Added new chat filters. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750) + + Filters for rare dungeon chest rewards and sacrifice messages from other players. #### Misc Features @@ -36,6 +46,12 @@ + Highlight Treasure Hoarders during Treasure Hoarder Puncher commissions. - Luna (https://github.com/hannibal002/SkyHanni/pull/1852) +#### Commands Improvements + ++ Updated /shcommands. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1720) + + Now has pages for better navigation. + + Improved visual appearance. + #### Misc Improvements + Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804) @@ -56,6 +72,37 @@ + Fixed farming contests showing in the election GUI. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1871) + Fixed wrong icon for the rat crop type in Stereo Harmony display. - raven (https://github.com/hannibal002/SkyHanni/pull/1849) +#### Chocolate Factory Fixes + ++ Fixed some Chocolate Factory issues caused by a Hypixel update. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1860) + +#### Custom Scoreboard Fixes + ++ Fixed scoreboard player count not displaying in dungeons. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1894) + +#### Dungeon Fixes + ++ Fixed healer orb pickup hider. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750) ++ Fixed Dungeon Rank Tab list color not showing the names of players with YouTube/Admin rank. - Empa (https://github.com/hannibal002/SkyHanni/pull/1878) + +#### Mining Fixes + ++ Fixed a typo in Tunnels Maps. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1883) + +#### Performance Fixes + ++ Fixed small memory leaks when staying in one island for extended periods. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1890) + +### Technical Details + ++ Use more simple time mark. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1777) ++ Removed all uses of ChatUtils.sendCommandToServer, replacing with HypixelCommands.. - Empa (https://github.com/hannibal002/SkyHanni/pull/1769) ++ Use fewer deprecated LorenzVec functions. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1556) ++ Cleanup of duplicate code in EntityUtils. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1556) ++ Move regex and pattern operations to RegexUtils. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1854) ++ Added Track Particles command. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1787) ++ Fixed stacked mob highlights. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1856) + ## Version 0.25 ### New Features |