diff options
-rw-r--r-- | CHANGELOG.md | 25 | ||||
-rw-r--r-- | FEATURES.md | 8 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 35 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc67375b0..b32242cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ items in the Power Stone Guide. + Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73 + Show pet items XP Share and Tier Boost as small icons next to the pet in an inventory. - Thunderblade73 ++ Added Shift Click Brewing. - Thunderblade73 + + Makes normal clicks to shift clicks in Brewing Stand inventory. #### Item Features @@ -33,12 +35,18 @@ #### Chat Features + Add tab list fire sale advertisement hider. - nea ++ Added SkyBlock XP Chat. - Thunderblade73 + + Sends the SkyBlock XP message from the action bar into the chat. #### Command Features + Party Kick with reason. - nea + Added support for the Hypixel command /p kick /pk to add a reason. The reason will be sent in party chat before kicking the player. ++ Added /shcalccrop. - CalMWolfs + + Calculate how many crops need to be farmed between different crop milestones. ++ Added /shcalccroptime. - CalMWolfs + + Calculate how long you need to farm crops between different crop milestones. #### Misc Features @@ -60,6 +68,9 @@ + Mark carrot/pumpkin fortune as completed when giving to Carrolyn after already done. - alexia + Added ability to get unique visitors served without Green Thumb. - alexia + Check if you are sneaking for optimal speed in the Garden and show current speed when wrong. - alexia ++ Added option to show visitor shopping list in Farming Islands - Erymanthus + + Show the Visitor Shopping List while on the Farming Islands or inside the Farm in the Hub. + + This helps to farm the correct amount, especially when in the early game. #### Rift Changes @@ -88,6 +99,7 @@ + Hypixel removed them from sacks. + Show a warning in Bestiary Display when Overall Progress is not enabled. - HiZe + Added option to hide pet candy count on maxed out pets. - CalMWolfs ++ Added option to change the size of the Pet Item Display Icon in inventories. - Thunderblade73 #### Dungeon Changes @@ -126,6 +138,7 @@ + Fixed error message that nearest pests cannot get removed properly. - hannibal2 + Fixed grammar in Jacob Contest chat messages. - alexia + Fixed rarity error for items thrown around when using Sprayanator. - hannibal2 ++ Added cooldown to Garden Warp Commands. - Empa #### Combat Fixes @@ -136,12 +149,19 @@ + Fixed Dungeon and Kuudra party finder join message not detecting in party member tab complete. - CalMWolfs + Fixed Fire Veil Wand circle shows on left-clicking. - hannibal2 +#### Diana Fixes + ++ Fixed close griffin burrow detection with particles failing sometimes. - hannibal2 ++ Fixed Diana mobs being invisible because of Fix Ghost Entities and four season pet skin. - hannibal2 ++ Fixed a rare bug that leaves ghost burrows around. - hannibal2 + #### Mining Fixes + Fixed an error when showing all elements in Powder Tracker. - hannibal2 + Fixed powder tracker detecting gemstone chat messages. - CalMWolfs + Fixed Mining Chat Filter not hiding gemstone messages. - CalMWolfs + Fixed names for the Crystal Hollows Mining Areas feature. - alexia ++ Fixed detection of gold and diamond essence gain chat message when powder mining. - CalMWolfs #### Rift Fixes @@ -224,6 +244,11 @@ + Per default only active/relevant data is shown. + Added visitor status to /shdebug - hannibal2 + Added hotswap detection and reloading all listeners on hotswap. - nea ++ Categorized every item using the rarity lore line. - Thunderblade73 ++ Used better way of getting the item rarity. - Thunderblade73 ++ Added function SlotClickEvent.makeShiftClick(). - Thunderblade73 ++ Used a better bug fix for DelayedRun sync issues. - Thunderblade73 ++ Creating and using TimeLimitedCache and TimeLimitedSet instead of guava cache. - hannibal2 ## Version 0.22 diff --git a/FEATURES.md b/FEATURES.md index a958b9fd4..4346a4bb6 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -31,6 +31,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Should not break with other mods. + Hide the repeating fire sale reminder chat messages. - hannibal2 + Add tab list fire sale advertisement hider. - nea ++ Added SkyBlock XP Chat. - Thunderblade73 + + Sends the SkyBlock XP message from the action bar into the chat. #### Chat Filter @@ -138,6 +140,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. items in the Power Stone Guide. + Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73 + Show pet items XP Share and Tier Boost as small icons next to the pet in an inventory. - Thunderblade73 ++ Added Shift Click Brewing. - Thunderblade73 + + Makes normal clicks to shift clicks in Brewing Stand inventory. </details> <details open><summary> @@ -730,6 +734,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + **/shfarmingprofile [player name]** + Opens the elitebot.dev website in your web browser to show your Farming Weight profile. + Tab Complete support to sacks command /gfs and /getfromsacks. - J10a1n15 ++ Added /shcalccrop. - CalMWolfs + + Calculate how many crops need to be farmed between different crop milestones. ++ Added /shcalccroptime. - CalMWolfs + + Calculate how long you need to farm crops between different crop milestones. </details> <details open><summary> diff --git a/build.gradle.kts b/build.gradle.kts index eba41e4ec..ef1313225 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.23.Beta.9" +version = "0.23.Beta.10" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index bedfd4b33..f1250cce3 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -373,7 +373,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.23.Beta.9", + version = "0.23.Beta.10", ) class SkyHanniMod { |