aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-12 12:08:33 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-12 12:08:33 +0100
commiteca09ec6ed5cbb5d3990d99ae5658776d192d6af (patch)
tree25930327103f98083407b3ac555fe9fb85acc30d
parent6769be83e485ffa961937e54ffab327c6f2c32f5 (diff)
downloadskyhanni-eca09ec6ed5cbb5d3990d99ae5658776d192d6af.tar.gz
skyhanni-eca09ec6ed5cbb5d3990d99ae5658776d192d6af.tar.bz2
skyhanni-eca09ec6ed5cbb5d3990d99ae5658776d192d6af.zip
0.21 Beta 23
-rw-r--r--CHANGELOG.md7
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9e1c15cc..f03902351 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -254,6 +254,11 @@
+ Fixed mob highlighting problems with Blaze Slayer and Skytils. - hannibal2
+ Pablo Helper: Fixed some messages not showing the "get from sack" clickable message. - hannibal2
+ Fixed scoreboard date number suffixes are missing sometimes. - Erymanthus
++ Fixed the leftStronghold area not getting detected. - hannibal2
++ Fixed error message with Ashfang Blazes. - hannibal2
++ Fixed crash with pet exp tooltip. - hannibal2
++ Fixed dungeoneering showing as 0 in the skill menu. - hannibal2
++ Fixed showing minion level as 101 in some menus. - hannibal2
#### Config
@@ -301,6 +306,8 @@
+ Added /shdebugtablist
+ Set your clipboard as a fake tab list. - hannibal2
+ /shversion now copies the SkyHanni version into the clipboard as well. - hannibal2
++ Moved location fixes to the repo. - hannibal2
++ Added debug information for PetExpTooltip crash. - hannibal2
## Version 0.20
diff --git a/build.gradle.kts b/build.gradle.kts
index 6bb802740..ae38cc693 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.21.Beta.22"
+version = "0.21.Beta.23"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 04eb04834..4b33ae5be 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -327,7 +327,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.21.Beta.22",
+ version = "0.21.Beta.23",
)
class SkyHanniMod {
@Mod.EventHandler