diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-26 04:16:40 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-26 04:16:40 +0200 |
commit | 9ac4617c505750427a9cea9b4e4586f6cac257b8 (patch) | |
tree | e51915b91bc6f62a95624377e3c0877b69bf9946 | |
parent | 0c98d82a100c97f3b0042a75edd87bed57341fa2 (diff) | |
download | skyhanni-9ac4617c505750427a9cea9b4e4586f6cac257b8.tar.gz skyhanni-9ac4617c505750427a9cea9b4e4586f6cac257b8.tar.bz2 skyhanni-9ac4617c505750427a9cea9b4e4586f6cac257b8.zip |
Version 0.27 Beta 2
-rw-r--r-- | docs/CHANGELOG.md | 50 | ||||
-rw-r--r-- | docs/FEATURES.md | 2 | ||||
-rw-r--r-- | root.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 54 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9c9de659b..668621107 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,11 @@ + Added Soulflow to the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) + Requires Soulflow to be enabled in Hypixel settings: /tab -> Profile Widget -> Show Soulflow. +#### Hoppity Features + ++ Added Hoppity Hunt event summary. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) + + Use /shhoppitystats for live stats. + ### Improvements #### Diana Improvements @@ -21,6 +26,29 @@ + Added an option to hide coins earned/lost in the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) + Added margin customization to the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) + Added an opacity slider for the Custom Background Image in the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) ++ Added an Undo message when auto alignment inCustom Scoreboard gets disabled. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2402) + +#### Inventory Improvements + ++ Added a toggle for displaying SkyHanni User Luck in Skyblock Stats. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2357) + +#### Chat Improvements + ++ Added support for changing the translation language when clicking on a chat message. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2403) + +#### Hoppity Improvements + ++ Added config option to disable rarity in Compact Hoppity messages. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2383) + +#### Combat Improvements + ++ Made the "Line to Arachne" width configurable. - azurejelly (https://github.com/hannibal002/SkyHanni/pull/2406) ++ Made the "Line to Miniboss" width configurable. - azurejelly (https://github.com/hannibal002/SkyHanni/pull/2406) + +#### Config Improvements + ++ Improved the description of several config options. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2397) ++ Enabled more Dev Options to be changed via /shdefaultoptions. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2397) ### Fixes @@ -33,6 +61,8 @@ + Fixed ItemCategory errors being sent even though we already have a fix. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2392) + Fixed AH item movements being detected by Item Trackers as new drops. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2380) ++ Fixed Pickup Log Display Entries not expiring while in GUIs. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2401) ++ Fixed the price of mana enchantments tiers 1-4 in Estimated Chest value. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2395) #### Mining Fixes @@ -43,16 +73,36 @@ + Fixed a Scoreboard Error during M7 Dragons. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2382) + Fixed Custom Scoreboard Background position being updated 1 frame after the scoreboard text. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) ++ Fixed various Custom Scoreboard issues. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2402) + + Bank showing "null" during Island Switch. + + Alignment not being affected by outline thickness. + + Alignment with scales that are not 1. + + Line Spacing not working. ++ Fixed Custom Scoreboard Error when no repository exists. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2407) ++ Fixed rounded rectangles not working with a scale less than 1. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2404) + + E.g. Custom Scoreboard Background. + +#### Hoppity Fixes + ++ Fixed "Side Dish" and Milestone rabbits not sending a message when Compact Hoppity is enabled. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) ++ Fixed rabbit rarity not appearing on compacted Duplicate rabbit messages. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2383) ++ Fixed "Highlight Requirement Rabbits" requiring "Hoppity Collection Stats" to function. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2398) #### Misc Fixes + Fixed Mayor Detection failing when Special Mayors are in office. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2389) + Updated Derpy's extra tax perk to use the correct name. - Luna (https://github.com/hannibal002/SkyHanni/pull/2393) ++ Fixed Christmas presents in the Hypixel lobby being visible outside of December. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2396) ### Technical Details + Cleaned up IslandExceptions to improve readability. - walker (https://github.com/hannibal002/SkyHanni/pull/1560) + Added drawInsideRoundedRectOutline, drawInsideImage, and image Renderables. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837) ++ Added `HoppityAPI`, which should house event-specific features rather than `ChocolateFactoryAPI`. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) + + Added an `Always Hoppity` dev config option, which will override `isHoppityEvent`. ++ Added `RabbitFoundEvent`, which will be fired when a chocolate rabbit is found from an egg, bought from Hoppity, or claimed from a milestone. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) ++ Added `SIDE_DISH`, `CHOCOLATE_SHOP_MILESTONE`, `CHOCOLATE_FACTORY_MILESTONE`, and `BOUGHT` as `HoppityEggType` options. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) ++ Added version to download source checker popup message. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2400) ## Version 0.26 diff --git a/docs/FEATURES.md b/docs/FEATURES.md index cbfba9cc2..e56f21bf8 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -962,6 +962,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Add reminder that the Time Tower is expired and has extra charges available. - appable (https://github.com/hannibal002/SkyHanni/pull/2133) + Replaces the previous Time Tower Reminder feature. + Added a tracker for stray rabbits caught in the Chocolate Factory. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2210) ++ Added Hoppity Hunt event summary. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2311) + + Use /shhoppitystats for live stats. </details> <details open><summary> diff --git a/root.gradle.kts b/root.gradle.kts index 2794893df..70e814ea2 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -12,7 +12,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.27.Beta.1" + version = "0.27.Beta.2" } preprocess { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 7fd62c984..c1ecf3ffb 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -42,7 +42,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.27.Beta.1", + version = "0.27.Beta.2", ) class SkyHanniMod { |