diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6f2dcbba0155..a65aebe3eefb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,6 +15,18 @@ + Added Focus Mode. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2694) + In Focus Mode, only the name of the item is displayed instead of the full description. +#### Fishing Features + ++ Added Lava Replacement. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1885) + + Replaces the lava texture with the water texture. + + Primarily used for lava fishing in the Crimson Isle, but can be used anywhere else if the option is enabled. + +#### Mining Features + ++ Added Precision Mining Highlighter. - Cuz_Im_Clicks (https://github.com/hannibal002/SkyHanni/pull/2614) + + Draws a box over the Precision Mining particles. ++ Added highlighting boxes to Crystal Nucleus crystals during Hoppity's Hunt. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2598) + ### Improvements #### Inventory Improvements @@ -27,8 +39,20 @@ + Added support for Guilds in player-related tab completions. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/2637) + Added support for all Guild and Friend commands in tab completions. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/2637) +#### Combat Improvements + ++ Added Totem of Corruption and Enrager to the Ability Cooldown feature. - DungeonHub (https://github.com/hannibal002/SkyHanni/pull/2706) + +#### Misc Improvements + ++ Added distance display to waypoints created by Patcher's Send Coords feature. - jani (https://github.com/hannibal002/SkyHanni/pull/2704) + ### Fixes +#### Dungeon Fixes + ++ Fixed Magical Power resetting to 0 when opening "Your Bags" in the Catacombs. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2710) + #### Fishing Fixes + Fixed fishing displays showing in dungeons. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2697) @@ -37,11 +61,25 @@ + Fixed "No Guardian Pet warning" not supporting Pet Rule "On open Experimentation Table". - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2699) + Fixed an error with compact experiment rewards chat messages. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2702) ++ Fixed Craft Materials Bazaar not working with long item names. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/2703) ++ Fixed the debug feature that allows you to add/remove stars being enabled by default. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2715) #### Combat Fixes + Fixed Ghost Counter display appearing while in incorrect areas on the map. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2696) +#### Custom Scoreboard Fixes + ++ Fixed Custom Scoreboard not showing the Second Barbarian Quest. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2709) + +#### Hoppity Fixes + ++ Fixed the chocolate egg share message sometimes displaying the wrong location name. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2711) + +#### Commands Fixes + ++ Fixed /shtranslate not working in most cases. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/2693) + ### Technical Details + Assigned 'backend' label to PRs with 'backend' in the title. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2690) @@ -49,6 +87,13 @@ + Added SuggestionProvider. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/2637) + This new class simplifies building suggestion trees. + Added Stats API. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2253) ++ Cleaned up LorenzVec and added drawLineToEye. - Empa (https://github.com/hannibal002/SkyHanni/pull/2056) ++ Added SkyHanni event inheritance. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/2047) ++ Added /shtranslateadvanced command. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/2693) + + Allows specifying both the source and target language. ++ Added changelog verification. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2692) + + This action ensures your PR is in the correct format so that it can be used by the release notes tool. ++ Added dungeon phase detection. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1865) ## Version 0.27 diff --git a/docs/FEATURES.md b/docs/FEATURES.md index ed5c74ad3e0b..24c8e437252f 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -376,6 +376,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Added an alert for Gold or Diamond Trophy Fish catches. - ReyMaratov (https://github.com/hannibal002/SkyHanni/pull/2615) + Displays a popup with the trophy name, rarity, and amount of the catch. + Optionally, also plays a sound. ++ Added Lava Replacement. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1885) + + Replaces the lava texture with the water texture. + + Primarily used for lava fishing in the Crimson Isle, but can be used anywhere else if the option is enabled.
@@ -911,6 +914,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Added a "Get from Sack" button in the forge recipe menu to retrieve ingredients. - minhperry (https://github.com/hannibal002/SkyHanni/pull/2106) + Added Tracker for Glacite Corpses. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2306) + Tracks overall loot and loot per type. ++ Added Precision Mining Highlighter. - Cuz_Im_Clicks (https://github.com/hannibal002/SkyHanni/pull/2614) + + Draws a box over the Precision Mining particles. ++ Added highlighting boxes to Crystal Nucleus crystals during Hoppity's Hunt. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2598)
diff --git a/root.gradle.kts b/root.gradle.kts index e3af39d26071..f97425b88a97 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -14,7 +14,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.28.Beta.1" + version = "0.28.Beta.2" repositories { mavenCentral() mavenLocal()