diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-25 13:05:11 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-25 13:05:11 +0200 |
commit | 2beec798668cf99a9f7cb50a94b18f46b593a021 (patch) | |
tree | 131a84d0e87989f8ad5922bfd4cc6feab93ad814 | |
parent | 44b86cc6b1ecde84632f9cf4f06f5c35aa4d8b6d (diff) | |
download | skyhanni-2beec798668cf99a9f7cb50a94b18f46b593a021.tar.gz skyhanni-2beec798668cf99a9f7cb50a94b18f46b593a021.tar.bz2 skyhanni-2beec798668cf99a9f7cb50a94b18f46b593a021.zip |
Version 0.25 Beta 13
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 26 | ||||
-rw-r--r-- | docs/FEATURES.md | 6 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 34 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3a1f9abf9..5261ab200 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.25.Beta.12" +version = "0.25.Beta.13" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 24678a7cb..225218592 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -42,6 +42,7 @@ + Change at what cold level the texture should appear. + Added option to highlight own Golden/Diamond Goblin. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1466) + Added Glacial Powder as stack size in the Fossil Excavator. - jani270 (https://github.com/hannibal002/SkyHanni/pull/1458) ++ Click to get an Ascension Rope from sacks in the Mineshaft. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1542) #### Dungeon Features @@ -102,6 +103,14 @@ + Added Bits Gained Chat Message. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1487) + Added Hoppity rabbit collection stats summary. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1482) +#### Inventory Features + ++ Added SBA style Enchant Parsing. - Vixid (https://github.com/hannibal002/SkyHanni/pull/654) + + Option to remove vanilla enchants in tooltip. + + Option to remove enchant descriptions. + + Option to change enchant formatting. + + Also parses tooltips from /show. + #### Misc Features + Added No Bits Available Warning. - Empa (https://github.com/hannibal002/SkyHanni/pull/1286) @@ -156,6 +165,7 @@ + Add /trade to tab completeable commands. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1354) + Improved gfs to have support for calculations in amount. - Conutik (https://github.com/hannibal002/SkyHanni/pull/1493) ++ Cleanup the format for the /shcommand hover description. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1531) #### Config Improvements @@ -163,6 +173,7 @@ + Added config links to most features. - jani (https://github.com/hannibal002/SkyHanni/pull/1404) + Added all missing config links, or added a comment if no related GUI element exists. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1412) + Moved No Bits Warning category into Bits Features category. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1487) ++ Changed Reset Config Command. - seraid (https://github.com/hannibal002/SkyHanni/pull/1524) #### Inventory Improvements @@ -208,6 +219,10 @@ + Added ranking percentage to Hoppity Display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1501) +#### Dungeon Improvements + ++ Added a command to clear the kismet state in Croesus. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1539) + #### Misc Improvements + Improved mod performance. - CalMWolfs, ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1342) @@ -216,6 +231,7 @@ + Added the option to choose the duration and color of Patcher Coords Waypoints. - jani270 (https://github.com/hannibal002/SkyHanni/pull/1476) + Added support to right-click in GUI editor to open config for all remaining GUI elements. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1455) + Fixed another memory leak. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1491) ++ Don't send some reminders while in dark auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1533) ### Fixes @@ -300,6 +316,7 @@ #### Mining Fixes + Fixed Paleontologist book not getting detected when excavate fossils. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1490) ++ Fixed cold overlay not resetting. - Empa (https://github.com/hannibal002/SkyHanni/pull/1540) #### Misc Fixes @@ -429,6 +446,15 @@ + Allows transforming back into an equivalent chat component (excluding hierarchy information). + Added component matcher. - !nea (https://github.com/hannibal002/SkyHanni/pull/1512) + Allows matching regexes against chat component spans (and by extension, chat components). ++ Removed `ItemRenderBackground`. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1497) + + Added helpers in `RenderUtils` for drawing borders. + + Added helpers in `RenderUtils` for drawing borders and highlights on `RenderGuiItemOverlayEvent`. ++ Changed `RenderRealOverlayEvent` to `RenderGuiItemOverlayEvent` to be more representative of what the event is for. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1497) ++ Added more queue draining functions. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1182) ++ Unit Test for RepoPatterns. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1410) ++ Created and used HypixelCommands. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1525) ++ Replace many internal commands with onClick() feature. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1522) ++ Using PrimitiveItemStack at getMultiplier. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1165) ### Removed Features diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 420ce379d..76ca04031 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -189,6 +189,11 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Highlight options in /tab. - Conutik (https://github.com/hannibal002/SkyHanni/pull/1175) + Green for enabled + Red for disabled ++ SBA style Enchant Parsing. - Vixid (https://github.com/hannibal002/SkyHanni/pull/654) + + Option to remove vanilla enchants in tooltip. + + Option to remove enchant descriptions. + + Option to change enchant formatting. + + Also parses tooltips from /show. </details> <details open><summary> @@ -792,6 +797,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Change at what cold level the texture should appear. + Glacial Powder as stack size in the Fossil Excavator. - jani270 (https://github.com/hannibal002/SkyHanni/pull/1458) + Highlight own Golden/Diamond Goblin. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1466) ++ Click to get an Ascension Rope from sacks in the Mineshaft. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1542) </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 0a7569e3e..df4f6e534 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -456,7 +456,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.25.Beta.12", + version = "0.25.Beta.13", ) class SkyHanniMod { |