From e1ff1aec09f691371b9b8bf8f904e194b1cf7422 Mon Sep 17 00:00:00 2001
From: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Date: Mon, 6 May 2024 23:09:21 +0200
Subject: Version 0.25 Beta 22
---
build.gradle.kts | 2 +-
docs/CHANGELOG.md | 17 +++++++++++++++++
docs/FEATURES.md | 2 ++
src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +-
4 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 8275f6447..ce5b5a405 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.25.Beta.21"
+version = "0.25.Beta.22"
val gitHash by lazy {
val baos = ByteArrayOutputStream()
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 067778556..7945ee6d2 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -56,6 +56,7 @@
+ Only works when having enough Architect First Drafts in the sack.
+ Added dungeon hub race waypoints. - seraid (https://github.com/hannibal002/SkyHanni/pull/1471)
+ Only works for Nothing; No return races.
++ Added the ability to hide solo class, solo class stats and fairy dialogue chat messages in Dungeons. - raven (https://github.com/hannibal002/SkyHanni/pull/1702)
#### Rift Features
@@ -135,6 +136,7 @@
+ Option to remove enchant descriptions.
+ Option to change enchant formatting.
+ Also parses tooltips from /show.
++ Added option to hide item tooltips inside the Harp. - raven (https://github.com/hannibal002/SkyHanni/pull/1700)
#### Crimson Features
@@ -243,11 +245,14 @@
+ Now has options for horizontal alignment.
+ Highlight the item in inventory while hovering over the item name in the display.
+ Enchant books always show descriptions regardless of if 'Hide enchant description' is enabled. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1552)
++ Added Item Ability Cooldown support for Royal Pigeon. - Jordyrat (https://github.com/hannibal002/SkyHanni/pull/1705)
++ Use raw craft cost of an item if no Auction House price is available. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1682)
#### Slayer Improvements
+ Added Dragon's Nest as a valid Enderman Slayer location. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1399)
+ RNG meter item will now be detected when opening slayer menu. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1479)
++ Clicking the slayer RNG meter now opens the selection inventory. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1694)
#### Chat Improvements
@@ -361,6 +366,7 @@
+ Fixed visitor highlight color sometimes being wrong. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1639)
+ Fixed pet drop rarity issue in Pest Profit Tracker. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1624)
+ Fixed pest plot border showing over pest guess line. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1618)
++ Fixed crop milestone detection via tab list. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1693)
#### Chat Fixes
@@ -408,6 +414,7 @@
+ Fixed chroma not being affected by alpha. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1660)
+ Fixed an issue where Magical Power in Maxwell was sometimes not detected. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1674)
+ Fixed the Vanilla Scoreboard not reappearing after leaving SkyBlock. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1673)
++ Fixed an undetected objective in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1697)
#### Dungeon Fixes
@@ -435,6 +442,8 @@
+ 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)
++ Fixed inventory highlights sometimes remaining after exiting. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1699)
++ Fixed unintended clicks while using keybind feature in Melody's Harp or Chocolate Factory menu. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1690)
#### Rift Fixes
@@ -466,6 +475,12 @@
+ 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)
++ Fixed typo in Hoppity's Hunt "not active" message. - walker (https://github.com/hannibal002/SkyHanni/pull/1711)
++ Fixed some cases where egg locator solver would trigger incorrectly. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1689)
+
+#### Crimson Isle Fixes
+
++ Fixed incorrect miniboss amount displayed by Crimson Isle Reputation Helper. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1633)
#### Misc Fixes
@@ -499,6 +514,8 @@
+ 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)
+ Fixed the low quiver warning. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1629)
++ Fixed Custom Scoreboard occasionally displaying an outdated mayor after an election switch. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1698)
++ Fixed Active Effects in Compact Tab List always showing 0. - Luna (https://github.com/hannibal002/SkyHanni/pull/1706)
### Technical Details
diff --git a/docs/FEATURES.md b/docs/FEATURES.md
index 5f7c037de..8a6c9aa9d 100644
--- a/docs/FEATURES.md
+++ b/docs/FEATURES.md
@@ -104,6 +104,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Only works when having enough Architect First Drafts in the sack.
+ Dungeon hub race waypoints. - seraid (https://github.com/hannibal002/SkyHanni/pull/1471)
+ Only works for Nothing; No return races.
++ Added the ability to hide solo class, solo class stats and fairy dialogue chat messages in Dungeons. - raven (https://github.com/hannibal002/SkyHanni/pull/1702)
@@ -1144,6 +1145,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Options to change the distance and number of mobs to always show.
+ Option to disable in garden.
+ Inventory background to GUI editor. - seraid (https://github.com/hannibal002/SkyHanni/pull/1622)
++ Added option to hide item tooltips inside the Harp. - raven (https://github.com/hannibal002/SkyHanni/pull/1700)
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 219745a33..c10131a3b 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -477,7 +477,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.25.Beta.21",
+ version = "0.25.Beta.22",
)
class SkyHanniMod {
--
cgit