Skip to content

Commit

Permalink
Version 0.25 Beta 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Apr 25, 2024
1 parent 44b86cc commit 2beec79
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
26 changes: 26 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -156,13 +165,15 @@

+ 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

+ Added right click support for many garden GUI elements. - hannibal2 + nea (https://github.com/hannibal002/SkyHanni/pull/1395)
+ 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

Expand Down Expand Up @@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 2beec79

Please sign in to comment.