From 6d7049248706ebc6e6fc356638b3464caedea2d4 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:37:23 +0100 Subject: Version 0.28 Beta 9 --- docs/CHANGELOG.md | 25 +++++++++++++++++++++++++ root.gradle.kts | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f91b89c13..c63451b5a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -61,6 +61,10 @@ #### Inventory Improvements + Added Pocket Sack-in-a-Sack support to Estimated Item Value. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2698) ++ Added more options to Focus Mode to avoid hiding the item lore unintentionally. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2844) + + Even when enabled in config, focus mode is now inactive on game start and needs to get enabled via toggle mode. + + Show a hint in the item lore how to enable/disable focus mode (with a config option to hide this hint). + + Option to enable focus mode all the time, ignoring the keybind. #### Chat and Command Improvements @@ -77,6 +81,7 @@ + Added Flare Expiration Sound. + Added Flare Expiration Flash Warning. + Added a setting to adjust the expiration warning time. ++ Improved Slayer Miniboss features. - Empa (https://github.com/hannibal002/SkyHanni/pull/2081) #### Mining Improvements @@ -103,6 +108,7 @@ + Added the date to the Custom Scoreboard Lobby code. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2802) + Added an option to display the profile type instead of the name in the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2810) ++ Improved performance when checking the Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/2765) #### Misc Improvements @@ -139,6 +145,7 @@ + Fixed an issue with Estimated Item Value erroring when multiple mods affect the same item. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2787) + Fixed "Dungeon Potion level as stack size" not working in shop menus. - phoebe (https://github.com/hannibal002/SkyHanni/pull/2825) + Fixed being unable to use the "Close" button when "Change all clicks to shift clicks in brewing stands" is enabled. - phoebe (https://github.com/hannibal002/SkyHanni/pull/2824) ++ Fixed a rare error message when using Experimentation Table features. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2833) #### Combat Fixes @@ -199,16 +206,23 @@ + Fixed Fear Stat Display. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/2766) + Fixed Carnival Goal display rarely showing outside the Hub Island. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2772) + Fixed the Great Spook features. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2804) ++ Fixed Primal Fear Notify incorrectly notifying when a Primal Fear is not ready to spawn. - Luna (https://github.com/hannibal002/SkyHanni/pull/2831) ++ Fixed typos in Primal Fear Solver. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/2834) ++ Fixed issues where the Carnival Ticket claim feature would trigger even when a carnival isn't active. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2838) #### Rift Fixes + Fixed Mirrorverse features sometimes not working. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2773) ++ Fixed incorrect health format for holographic mobs in Rift's Crafting Room. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2846) #### Chat Fixes + Fixed item stash messages not being compacted correctly. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2781) + Fixed own player messages not being reformatted by chat formatting. - !nea (https://github.com/hannibal002/SkyHanni/pull/2806) + Also fixed ranks losing their "+" colors. ++ Fixed compact stash messages. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/2821) + + Fixed compact item stash messages not being detected correctly. + + Fixed the color of material messages. #### Misc Fixes @@ -217,6 +231,7 @@ + Fixed debug messages not sending when debug mode is enabled. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2793) + Fixed TPS display not working outside Skyblock. - Empa (https://github.com/hannibal002/SkyHanni/pull/2791) + Fixed the "Colored Class Level" tab list displaying "null". - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2814) ++ Fixed kick duration not showing with some kick messages. - Luna (https://github.com/hannibal002/SkyHanni/pull/2837) ### Technical Details @@ -249,6 +264,16 @@ + Added Shot support to the multi-version build. - !nea (https://github.com/hannibal002/SkyHanni/pull/2800) + This allows adding nullability annotations (and other simple annotations) to vanilla code. + Added an event handler check to SkyHanni Events. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2755) ++ Refactored and optimized the `NEUInternalName` class. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2841) + + Added caching for `fromItemNameOrNull` by introducing `itemNameCache` to improve efficiency on repeated calls. + + Renamed `asInternalName` to `toInternalName` for readability and consistency with Kotlin naming, marking `asInternalName` as deprecated for backward compatibility. + + Simplified coin name checks by replacing the `isCoins` method with a predefined set `coinNames`, enhancing readability and potentially reducing overhead. + + Renamed `map` to `internalNameMap` to better reflect its purpose. ++ Improved enchant detection and enchant parser error logging. - Vixid (https://github.com/hannibal002/SkyHanni/pull/2816) ++ Changed "Kick Duration" to use `RepoPatterns`. - Luna (https://github.com/hannibal002/SkyHanni/pull/2837) ++ Used pre-processed methods for GUI scaling operations. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2648) ++ Fixed a typo in the key of Carnival Repo Patterns. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2842) ++ Improved the handling of active mayor perks, making it less annoying to work with. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2838) ## Version 0.27 diff --git a/root.gradle.kts b/root.gradle.kts index 11cd8a409..477358b0d 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -14,7 +14,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.28.Beta.8" + version = "0.28.Beta.9" repositories { mavenCentral() mavenLocal() -- cgit