diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 63 | ||||
-rw-r--r-- | docs/FEATURES.md | 18 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 82 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 1fb2fc672..8e769413e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.26.Beta.2" +version = "0.26.Beta.3" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6476b3d55..aec372972 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -17,12 +17,48 @@ #### Garden Features + New "Craftable!" message when Visitor Items Needed are craftable. - Paloys (https://github.com/hannibal002/SkyHanni/pull/1891) ++ Added crop last farmed waypoint. - appable (https://github.com/hannibal002/SkyHanni/pull/1335) + + Accessible in the Crop Start Locations section. -#### ChatFeatures +#### Dungeon Features + ++ Added Croesus Limit Warning. - saga (https://github.com/hannibal002/SkyHanni/pull/1908) + + Sends a warning when you are close to the Croesus Chest Limit. + +#### Command Features + ++ Option to toggle limbo time in detailed /playtime. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1863) + +#### Chat Features + Added new chat filters. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750) + Filters for rare dungeon chest rewards and sacrifice messages from other players. +#### Event Features + ++ Chat reminder to check Hoppity Shop each year. - appable (https://github.com/hannibal002/SkyHanni/pull/1843) + +#### Mining Features + ++ Configurable cold amount for the ascension rope message in Glacite Mines. - nopo (https://github.com/hannibal002/SkyHanni/pull/1905) + +#### Inventory Features + ++ Warning when outbid on an auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1818) + +#### Fishing Features + ++ Added Trophy Fishing Display. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1754) + + Similar to Skytils, but with more options. + + Option to sort by item rarity, total amount, rarity amount, the highest rarity, or name alphabetically. + + Option to change what information is displayed (rarity, name, icon, total caught). + + Option to show only missing trophies. + + Option to highlight new catches in green. + + Options for when to show the display: always in Crimson Isle, in inventory, with rod in hand, or on keybind press. + + Option to show only when wearing a full hunter armor set. + + Options to show checkmarks or crosses instead of numbers. + + Hover over a trophy fish to see the percentage caught and how to gain progress. + #### Misc Features + Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - seraid (https://github.com/hannibal002/SkyHanni/pull/1807) @@ -36,11 +72,16 @@ #### Garden Improvements + Added `/shtpinfested` command to teleport to nearest infested plot. - Empa (https://github.com/hannibal002/SkyHanni/pull/1763) ++ Warp to Infested Plot warps to garden home when no pests are found. - saga (https://github.com/hannibal002/SkyHanni/pull/1910) + + Affects both hotkey and command. #### Hoppity Event Improvements + Renamed "Unfound Eggs" to "Unclaimed Eggs" for the Hoppity event. - Luna (https://github.com/hannibal002/SkyHanni/pull/1876) + Added Compact Hoppity Chat option. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1748) ++ Hoppity Collection Stats are now persistent. - appable (https://github.com/hannibal002/SkyHanni/pull/1836) + + No longer reset on profile swap or game restart. ++ Merged duplicate times in compacted Hoppity's messages. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/1887) #### Mining Improvements @@ -52,6 +93,19 @@ + Now has pages for better navigation. + Improved visual appearance. +#### Dungeon Improvements + ++ Changed reminders to show at the end of a dungeon run. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1917) + + E.g. Composter empty, Hoppity Eggs ready, New Year Cake, etc. + +#### Chat Improvements + ++ Added Pet Rarity to Oringo Abiphone messages. - Empa (https://github.com/hannibal002/SkyHanni/pull/1862) + +#### Inventory Improvements + ++ Adjusted and added Rabbit Uncle & Dog Keybinds. - raven (https://github.com/hannibal002/SkyHanni/pull/1907) + #### Misc Improvements + Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804) @@ -66,6 +120,8 @@ + Fixed Tunnel Maps GUI position not saving. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1882) + Fixed Glacite Walkers not being highlighted during commissions. - Luna (https://github.com/hannibal002/SkyHanni/pull/1850) ++ Fixed warping to Base in Glacite Tunnels when pressing the keybind while inside any GUI. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1911) ++ Fixed Custom Scoreboard error in Mineshaft. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1909) #### Garden Fixes @@ -75,6 +131,7 @@ #### Chocolate Factory Fixes + Fixed some Chocolate Factory issues caused by a Hypixel update. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1860) ++ Fixed a bug where the chocolate factory leaderboard position was not showing when the position had many digits. - sayomaki (https://github.com/hannibal002/SkyHanni/pull/1918) #### Custom Scoreboard Fixes @@ -89,6 +146,10 @@ + Fixed a typo in Tunnels Maps. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1883) +#### Commands Fixes + ++ Fixed typo in /shclearkismet command. - fahr-plan (https://github.com/hannibal002/SkyHanni/pull/1912) + #### Performance Fixes + Fixed small memory leaks when staying in one island for extended periods. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1890) diff --git a/docs/FEATURES.md b/docs/FEATURES.md index f143e448e..2c73b9eed 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -86,6 +86,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Hide the golden fairy that follows the healer in dungeon. + Catacombs class level color in party finder inventory. + Visual highlight chests that have not yet been opened in the Croesus inventory. ++ Croesus Limit Warning. - saga (https://github.com/hannibal002/SkyHanni/pull/1908) + + Sends a warning when you are close to the Croesus Chest Limit. + Outline Dungeon Teammates. - Cad + Dungeon Colored Class Level. - hannibal2 + Color class levels in the tab list. (Also hide rank colors and emblems because who needs that in dungeons anyway?) @@ -141,6 +143,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Highlight depleted Bonzo's Masks in your inventory. + Highlight stuff that is missing in the SkyBlock level guide inventory. + **Auction Highlighter** - Highlight own items that are sold in green and that are expired in red. ++ Warning when outbid on an auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1818) + Highlight your own lowest BIN auctions that are outbid. - hannibal2 + **Unclaimed Rewards** - Highlight contests with unclaimed rewards in the jacob inventory. + **Contest Time** - Show the real time format to the farming contest description. @@ -328,6 +331,16 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Option to hide Totem Particles. + Option to show the effective area of a totem. + Option to get reminded when a totem is about to expire. ++ Trophy Fishing Display. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1754) + + Similar to Skytils, but with more options. + + Option to sort by item rarity, total amount, rarity amount, the highest rarity, or name alphabetically. + + Option to change what information is displayed (rarity, name, icon, total caught). + + Option to show only missing trophies. + + Option to highlight new catches in green. + + Options for when to show the display: always in Crimson Isle, in inventory, with rod in hand, or on keybind press. + + Option to show only when wearing a full hunter armor set. + + Options to show checkmarks or crosses instead of numbers. + + Hover over a trophy fish to see the percentage caught and how to gain progress. </details> <details open><summary> @@ -596,6 +609,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Show the start waypoint for your farm with the currently holding tool. + Auto-detects the start of the farm when farming for the first time + Option to manually set the waypoint with /shcropstartlocation ++ Crop last farmed waypoint. - appable (https://github.com/hannibal002/SkyHanni/pull/1335) + + Accessible in the Crop Start Locations section. + Jacob Contest Stats Summary + Showing Blocks per Second and total Blocks clicked after a farming contest in chat + **Contest Time Needed** @@ -808,6 +823,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Track Fossil Dust and use it for profit calculation. + Mining Notifications. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1429) + Mining events, including Mineshaft spawning, Suspicious Scrap drops, and Cold going above a threshold. ++ Configurable cold amount for the ascension rope message in Glacite Mines. - nopo (https://github.com/hannibal002/SkyHanni/pull/1905) + Profit Per Excavation. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1439) + Show profit/loss in chat after each excavation. + Also include breakdown information on hover. @@ -889,6 +905,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + 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) + Warning before the Time Tower in the Chocolate Factory ends. - seraid (https://github.com/hannibal002/SkyHanni/pull/1816) ++ Chat reminder to check Hoppity Shop each year. - appable (https://github.com/hannibal002/SkyHanni/pull/1843) </details> <details open><summary> @@ -1144,6 +1161,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. martimavocado (https://github.com/hannibal002/SkyHanni/pull/848) + Support for `/playtime` and `/pt` while in Limbo. + Added your playtime to Hypixel's `/playtimedetailed`. ++ Option to toggle limbo time in detailed /playtime. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1863) + Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - seraid (https://github.com/hannibal002/SkyHanni/pull/1807) + Custom Scoreboard - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893) + Customizable; New, never seen before lines like the current mayor with perks, your party, and more! diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index f389feeea..c8a4c04dc 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -493,7 +493,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.26.Beta.2", + version = "0.26.Beta.3", ) class SkyHanniMod { |