diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-30 14:38:04 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-30 14:38:04 +0200 |
commit | 469e6187ee15d3559f91ce21be7a37d13d16f809 (patch) | |
tree | e0d3938b380374d59c7255b616837357ccd9d4e9 | |
parent | a6133f8ff76b2e8ed00ff707c2e4bd7f75112c8f (diff) | |
download | skyhanni-469e6187ee15d3559f91ce21be7a37d13d16f809.tar.gz skyhanni-469e6187ee15d3559f91ce21be7a37d13d16f809.tar.bz2 skyhanni-469e6187ee15d3559f91ce21be7a37d13d16f809.zip |
Version 0.26 Beta 4
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 33 | ||||
-rw-r--r-- | docs/FEATURES.md | 16 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 49 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 8e769413e..9fc6afae8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.26.Beta.3" +version = "0.26.Beta.4" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aec372972..962d47db2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -37,14 +37,26 @@ #### Event Features + Chat reminder to check Hoppity Shop each year. - appable (https://github.com/hannibal002/SkyHanni/pull/1843) ++ Highlight rabbits that have requirements in the Hoppity's Collection menu. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1874) + + Green: Requirement met. + + Red: Requirement not met. ++ Mark duplicate egg locations in red for unlocking some of the new rabbits. - appable (https://github.com/hannibal002/SkyHanni/pull/1929) + + Option to always mark nearby duplicate egg locations. ++ Added "Collected Locations" line to the Unclaimed Eggs Display. - appable (https://github.com/hannibal002/SkyHanni/pull/1929) + + This may be inaccurate if you've already collected eggs on an island. ++ Show total amount of chocolate spent in the Chocolate Shop. - sayomaki (https://github.com/hannibal002/SkyHanni/pull/1921) #### Mining Features + Configurable cold amount for the ascension rope message in Glacite Mines. - nopo (https://github.com/hannibal002/SkyHanni/pull/1905) ++ Added HOTM perks level and Enable Display. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1059) #### Inventory Features + Warning when outbid on an auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1818) ++ Added option to show time held in lore for Jyrre Bottles and Cacao Truffles. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916) ++ Added Dark Cacao Truffle hours held as stack size. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916) ++ Added ULTRA RARE Book Notification when doing the Experiment Table. - raven (https://github.com/hannibal002/SkyHanni/pull/1738) #### Fishing Features @@ -62,6 +74,8 @@ #### Misc Features + Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - seraid (https://github.com/hannibal002/SkyHanni/pull/1807) ++ Added Editable Hotbar. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1903) + + Allows for moving and scaling in the SkyHanni GUI editor. ### Improvements @@ -82,10 +96,12 @@ + 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) ++ Option to show Hoppity Eggs timer outside of SkyBlock. - maxime-bodifee (https://github.com/hannibal002/SkyHanni/pull/1926) #### Mining Improvements + Highlight Treasure Hoarders during Treasure Hoarder Puncher commissions. - Luna (https://github.com/hannibal002/SkyHanni/pull/1852) ++ Added Mining Event Icons. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1305) #### Commands Improvements @@ -106,6 +122,10 @@ + Adjusted and added Rabbit Uncle & Dog Keybinds. - raven (https://github.com/hannibal002/SkyHanni/pull/1907) +#### Fishing Improvements + ++ Added option to show the name of the sea creature in the title notification. - Empa (https://github.com/hannibal002/SkyHanni/pull/1858) + #### Misc Improvements + Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804) @@ -128,10 +148,12 @@ + Fixed farming contests showing in the election GUI. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1871) + Fixed wrong icon for the rat crop type in Stereo Harmony display. - raven (https://github.com/hannibal002/SkyHanni/pull/1849) -#### Chocolate Factory Fixes +#### Chocolate Factory & Hoppity Hunt 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) ++ Fixed compact chat sometimes breaking when obtaining legendary or higher tier rabbits. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1923) ++ Fixed Sigma Rabbit bonuses not counting in collection stats display. - appable (https://github.com/hannibal002/SkyHanni/pull/1925) #### Custom Scoreboard Fixes @@ -149,11 +171,20 @@ #### Commands Fixes + Fixed typo in /shclearkismet command. - fahr-plan (https://github.com/hannibal002/SkyHanni/pull/1912) ++ Fixed 'viewrecipe' lowercase not working. - Obsidian + hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1939) + +#### Fishing Fixes + ++ Fixed Thunder and Jawbus not being highlighted by Highlight Rare Sea Creatures. - Empa (https://github.com/hannibal002/SkyHanni/pull/1858) #### Performance Fixes + Fixed small memory leaks when staying in one island for extended periods. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1890) +#### Misc Fixes + ++ Fixed LorenzToolTipEvent triggering when not actually hovering over an item. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1920) + ### Technical Details + Use more simple time mark. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1777) diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 2c73b9eed..ca95424b7 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -54,7 +54,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. - Powder Mining messages hider - Winter gift messages hider - Many other messages (Not separated into own categories yet) -+ Added new chat filters. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750) ++ More chat filters. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750) + Filters for rare dungeon chest rewards and sacrifice messages from other players. </details> @@ -841,6 +841,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Profit Per Corpse. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1734) + Displays profit/loss in chat after looting a corpse in the Mineshaft. + Includes a breakdown of information on hover. ++ HOTM perks level and Enable Display. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1059) </details> <details open><summary> @@ -871,6 +872,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Jyrre Timer for Bottle of Jyrre. - walker + A timer showing the remaining duration of your intelligence boost. + Option to show the timer when inactive rather than removing it. ++ Option to show time held in lore for Jyrre Bottles and Cacao Truffles. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916) + New Year Cake Reminder. - hannibal2 + Easter Egg Hunt 2024 waypoints. - Erymanthus + walker (https://github.com/hannibal002/SkyHanni/pull/1193) @@ -906,6 +908,14 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + 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) ++ Highlight rabbits that have requirements in the Hoppity's Collection menu. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1874) + + Green: Requirement met. + + Red: Requirement not met. ++ Mark duplicate egg locations in red for unlocking some of the new rabbits. - appable (https://github.com/hannibal002/SkyHanni/pull/1929) + + Option to always mark nearby duplicate egg locations. ++ Mark duplicate egg locations in red for unlocking some of the new rabbits. - appable (https://github.com/hannibal002/SkyHanni/pull/1929) + + Option to always mark nearby duplicate egg locations. ++ Show total amount of chocolate spent in the Chocolate Shop. - sayomaki (https://github.com/hannibal002/SkyHanni/pull/1921) </details> <details open><summary> @@ -1053,6 +1063,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + **/sendcoords** - dragon99z + Sending, detecting and rendering. + Dungeon Potion level as item stack size - HiZe ++ Dark Cacao Truffle hours held as stack size. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916) + **Ender Node Tracker** - pretz + Tracks items and profit obtained from collecting ender nodes and killing normal endermen. + **Harp Keybinds** - NetheriteMiner @@ -1193,6 +1204,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Simple Ferocity Display. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1765) + Shows the Ferocity stat as a single GUI element. + Requires the Tab List widget to be enabled and Ferocity to be selected to work. ++ Editable Hotbar. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1903) + + Allows for moving and scaling in the SkyHanni GUI editor. ++ ULTRA RARE Book Notification when doing the Experiment Table. - raven (https://github.com/hannibal002/SkyHanni/pull/1738) </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 fed79b9c3..d068150fa 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -498,7 +498,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.26.Beta.3", + version = "0.26.Beta.4", ) class SkyHanniMod { |