diff options
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 810337af2..fe6d0c27d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -71,6 +71,8 @@ + Added HotM Perks Powder features. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1460) + Added total powder cost to HotM perks. + Added powder cost for 10 levels. ++ Added Mineshaft Pity Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) + + Displays information about Mineshaft spawns, your progress towards a Pity Mineshaft, and more. #### Inventory Features @@ -99,6 +101,11 @@ + Options to show checkmarks or crosses instead of numbers. + Hover over a trophy fish to see the percentage caught and how to gain progress. +#### Rift Features + ++ Punchcard Artifact Highlighter & Overlay. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1089) + + Highlights unpunched players in the Rift. + #### Misc Features + Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - @@ -113,6 +120,10 @@ + Estimated Price Integration. + Favorite slots; option to only display favorite slots. + Added toggle for compacting Garden visitor summary messages. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/2026) ++ Added SkyHanni User Luck to the stats breakdown. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1288) + + This can be viewed in /sbmenu, /equipment, and the Misc Stats submenu. ++ Added a source download verification checker. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1914) + + Warns you when the mod has been downloaded from an untrusted source (not the official GitHub or Modrinth). ### Improvements @@ -185,6 +196,9 @@ + Ignoring irrelevant attributes (Resistance, Speed, Experience, etc). + No longer counting attribute combos or single attribute prices when cheaper than the base item price. + Added option to choose Bazaar price for Copper price. - Trîggered (https://github.com/hannibal002/SkyHanni/pull/2030) ++ Added Custom Wardrobe Slot Keybinds. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2105) + + These function independently of NEU. NEU's keybinds will not work in the Custom Wardrobe. ++ Added an option to show item tooltips in the Custom Wardrobe only when holding a keybind. - Empa (https://github.com/hannibal002/SkyHanni/pull/2078) #### Fishing Improvements @@ -200,6 +214,11 @@ + Crimson Isle Reputation Helper now warns when the Faction Quest Widget is disabled in the tab list. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1977) +#### Combat Improvements + ++ Improved Summoning Mob features. - Empa (https://github.com/hannibal002/SkyHanni/pull/2092) + + Added a separate toggle to enable/disable summoning chat messages. + #### Misc Improvements + Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804) @@ -217,6 +236,7 @@ + Added Carnival lines to the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1995) + Added an exclude dungeon toggle to hide far entities. - Iceshadow (https://github.com/hannibal002/SkyHanni/pull/2036) + Improved Custom Wardrobe outline color. - Empa (https://github.com/hannibal002/SkyHanni/pull/2079) ++ Improved phrasing of config descriptions, enhanced overall readability, fixed typos, newlines, etc. - zapteryx (https://github.com/hannibal002/SkyHanni/pull/2067) ### Fixes @@ -266,6 +286,9 @@ + Fixed incorrect API name conversion for Fish the Rabbit. - appable (https://github.com/hannibal002/SkyHanni/pull/1975) + Fixed stray rabbit sound not playing for the Golden Rabbit. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1913) + Fixed compact chat sometimes breaking when obtaining legendary or higher tier rabbits. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/2041) ++ Fixed highlight missing requirements even when Hoppity Rabbit is already found. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2101) ++ Fixed Compact Hoppity Chat not working with rabbits purchased from the Hoppity NPC. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2100) ++ Fixed a rare case where golden strays caused incorrect duplicate detection during Compact Chat for Hoppity's. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2090) #### Custom Scoreboard Fixes @@ -324,6 +347,7 @@ #### Combat Fixes + Fixed summons not being removed from Summoning Mob Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1964) ++ Fixed area mini boss spawn durations below 1 second not displaying. - Empa (https://github.com/hannibal002/SkyHanni/pull/2110) #### Chat Fixes @@ -346,6 +370,8 @@ + Fixed an error with the chum bucket hider. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2043) + Fixed stranded highlighted placeable NPCs. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2071) + Fixed visual words import from SBE with special characters. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2085) ++ Fixed waypoint text being hidden when more than 80 blocks away. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2103) ++ Fixed durations displaying with milliseconds. - Empa (https://github.com/hannibal002/SkyHanni/pull/2095) ### Technical Details @@ -415,6 +441,20 @@ + New Scoreboard lines are added automatically from remote. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2068) + The pattern still needs to be added to the list in development. + Improved code around Kuudra armor sets in estimated item value checking. - Luna (https://github.com/hannibal002/SkyHanni/pull/2057) ++ Cleaned up some scoreboard event handling. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1940) ++ Refactored Summoning Mob Manager to use Mob Detection. - Empa (https://github.com/hannibal002/SkyHanni/pull/2092) ++ Added true color support to text rendering. - nea (https://github.com/hannibal002/SkyHanni/pull/1397) + + This is separate from chroma. + + This is achieved by using §#§0§0§0§f§f§f§/. + + Simply use the ExtendedChatColor class. ++ Refactored Area Miniboss Features to use mob detection. - Empa (https://github.com/hannibal002/SkyHanni/pull/2095) ++ Added OreBlock and OreType. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) ++ Added OreMinedEvent. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) + + Provides information on the original block mined, and any other blocks mined by sources like Efficient Miner, Mole, etc. ++ Improved performance with Commission Color Blocks. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) ++ Fixed HotmAPI saving incorrect level values when using Blue Egg. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2097) ++ Fixed the interest widget and added a scrap widget. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2094) ++ Made SkyHanni into a Mod. - hannibal2 + nea (https://github.com/hannibal002/SkyHanni/pull/2099) ### Removed Features |