diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 28 | ||||
-rw-r--r-- | docs/FEATURES.md | 3 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 33 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 941e91e51..2f8bf8067 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.25.Beta.19" +version = "0.25.Beta.20" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 02c9726d7..bf2c00217 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -16,6 +16,7 @@ + Options to show/hide boosted crop and pest icons. + Added Super Craft button to visitors for ease of access. - Conutik (https://github.com/hannibal002/SkyHanni/pull/1173) + Checks if you have enough materials to craft the items and depending on that shows the button or not. ++ Added overflow Garden crop milestones. - Luna & HiZe (https://github.com/hannibal002/SkyHanni/pull/997) #### Diana Features @@ -124,6 +125,8 @@ + Added keybinds for Chocolate Factory. - seraid (https://github.com/hannibal002/SkyHanni/pull/1644) + Added warning when Chocolate Factory upgrade is available. - seraid (https://github.com/hannibal002/SkyHanni/pull/1642) + Added amount of chocolate until next prestige to stats display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1638) ++ Ability to adjust the opacity of players near shared and guessed egg waypoints. - RobotHanzo (https://github.com/hannibal002/SkyHanni/pull/1582) ++ Added time until the next Hoppity event in chat message for egg locator. - seraid (https://github.com/hannibal002/SkyHanni/pull/1625) #### Inventory Features @@ -176,6 +179,7 @@ + Added option to block accepting/refusing visitors depending on coin loss. - Albin (https://github.com/hannibal002/SkyHanni/pull/1502) + Changed broken Pest Particle Waypoint to just show existing particles better, no guess. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1263) + This is just a workaround until the pest location detection is working again. ++ Armor drop tracker now displays only when holding a farming tool. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1650) #### Diana Improvements @@ -252,6 +256,7 @@ + Added option Same Chat Color. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1483) + All players, also those with ranks, write with the same, white chat color. + Enchant Parsing support for other mods' chat tooltips. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1589) ++ Added hover events back into the custom player message formatter. - nea (https://github.com/hannibal002/SkyHanni/pull/1516) #### Combat Improvements @@ -276,6 +281,11 @@ + Split up Chocolate Factory and Hoppity in the config. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1599) + Factory is now under category inventory. + Hoppity is now alone. ++ Update saved chocolate count when getting a duplicate rabbit. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1665) ++ Improved upgrade recommendations in the Chocolate Factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1659) + + No longer recommends the time tower upgrade, as it can lead to inefficiencies. ++ Added time until the next Hoppity egg. - seraid (https://github.com/hannibal002/SkyHanni/pull/1625) ++ Displays time until the best chocolate upgrade is available. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1654) #### Rift Improvements @@ -308,6 +318,8 @@ + Made the fire pit warning actually make a sound. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1342) + Fixed resetting the RNG item after dropping it for slayer. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1477) + Fixed Slayer failed warnings not showing up in Rift. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1627) ++ Fixed vampire slayer features not working while nicked. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1607) ++ Fixed error message when starting slayer quest in mining islands. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1619) #### Garden Fixes @@ -381,11 +393,13 @@ + This should help avoid overflowing the SkyCrypt profiles button. + Fixed wrong max lobby size in Custom Scoreboard size while in Mineshaft. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1651) + Fixed Magical Power always being 0. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1646) ++ Fixed chroma not being affected by alpha. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1660) #### Dungeon Fixes + Dungeon Copilot no longer tells you to enter the nonexistent boss room in The Catacombs - Entrance. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1374) + Fixed some area walls overlapping with blocks. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1418) ++ Fixed Dungeon Copilot not working on the Entrance Floor. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1656) #### Bingo Fixes @@ -405,10 +419,15 @@ + Fixed Bazaar buy order error when nothing to cancel. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1606) + Fixed Estimated Item Value not visible in PV. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1620) + Fixed total rabbits not resetting. - seraid (https://github.com/hannibal002/SkyHanni/pull/1637) ++ Fixed error message in the Chocolate Factory. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1661) ++ Fixed checkmark incorrectly showing on prestige item. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1659) #### Rift Fixes + Fixed Rift NPC shops being treated as overworld ones for selling items to them. - Luna (https://github.com/hannibal002/SkyHanni/pull/1494) ++ Fixed Blood Effigies timers in the Rift. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1649) + + Fixed timers showing even when above the set respawn time. + + Fixed display flickering due to milliseconds. #### Mining Fixes @@ -432,6 +451,7 @@ + Fixed a typo in the Barn Warning message. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1584) + Fixed not sharing location when barn full. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1608) + Fixed Chocolate Factory Move Tooltip flickering when clicking quickly. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1604) ++ Fixed swapped colors for Breakfast and Dinner eggs. - yhtez (https://github.com/hannibal002/SkyHanni/pull/1664) #### Misc Fixes @@ -462,6 +482,8 @@ + Fixed error with other mods that include DiscordIPC and do not relocate. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1573) + Fixed updater downloading the wrong version. - Empa (https://github.com/hannibal002/SkyHanni/pull/1590) + Fixed some mob features not working with Skytils' ping display. - Thunderblade73 & martimavocado (https://github.com/hannibal002/SkyHanni/pull/1605) ++ Fixed overly frequent bazaar price error messages. - hannnibal2 (https://github.com/hannibal002/SkyHanni/pull/1597) ++ Fixed overly long description for Patcher send coordinates waypoints. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1631) ### Technical Details @@ -598,6 +620,12 @@ + Fixed ClickTypeEnum ids starting at 1. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1639) + Added pet rarity support to backend. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1623) + Created new event ItemHoverEvent. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1620) ++ Use Renderable in GardenCropMilestoneDisplay. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1534) ++ Allows use of `/shtestmessage -complex` to test components in JSON format. - nea (https://github.com/hannibal002/SkyHanni/pull/1663) + + Similar to those obtained from shift-clicking `/shchathistory`. ++ Made `CropType.getByNameOrNull()` case-insensitive. - Luna (https://github.com/hannibal002/SkyHanni/pull/997) ++ Added GuiContainerEvent.BeforeDraw. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1510) ++ Created a new bazaar price data fetcher, independent of NEU. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1597) ### Removed Features diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 953079d7b..5f7c037de 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -681,6 +681,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Options to show/hide boosted crop and pest icons. + Added Super Craft button to visitors for ease of access. - Conutik (https://github.com/hannibal002/SkyHanni/pull/1173) + Checks if you have enough materials to craft the items and depending on that shows the button or not. ++ Overflow Garden crop milestones. - Luna & HiZe (https://github.com/hannibal002/SkyHanni/pull/997) </details> <details open><summary> @@ -861,6 +862,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Keybinds for Chocolate Factory. - seraid (https://github.com/hannibal002/SkyHanni/pull/1644) + Warning when Chocolate Factory upgrade is available. - seraid (https://github.com/hannibal002/SkyHanni/pull/1642) + Amount of chocolate until next prestige to stats display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1638) ++ Ability to adjust the opacity of players near shared and guessed egg waypoints. - RobotHanzo (https://github.com/hannibal002/SkyHanni/pull/1582) ++ Time until the next Hoppity event in chat message for egg locator. - seraid (https://github.com/hannibal002/SkyHanni/pull/1625) </details> <details open><summary> diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 2c6dddc72..bb5a3140c 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -476,7 +476,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.25.Beta.19", + version = "0.25.Beta.20", ) class SkyHanniMod { |