aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-15 22:27:40 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-15 22:27:40 +0100
commit7245a6a67de86fb31259201af575dac2bef65dff (patch)
tree00ec68ac97784445b04e70d32973ea4d8f403fbc
parentce9cbd10d24d287bcb630900d14a9d5b1369f3b5 (diff)
downloadskyhanni-7245a6a67de86fb31259201af575dac2bef65dff.tar.gz
skyhanni-7245a6a67de86fb31259201af575dac2bef65dff.tar.bz2
skyhanni-7245a6a67de86fb31259201af575dac2bef65dff.zip
Version 0.23 Beta 8
-rw-r--r--CHANGELOG.md17
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a773164ac..7b783ad7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,10 +84,15 @@
#### Chat Changes
+ Hide new Fire Sale message format. - Thunderblade73
++ Added Hypixel Lobby chat messages "SMP" and "Snow Particles" to the Spam Filter. - walker
++ Added more messages to Hypixel Lobby spam hider.
+ + SMP and Snow Particles. - walker
+ + Earned mystery dust. - alexia
#### Misc Changes
+ Tia Relay Helper: Suggest /togglemusic. - alexia
++ Added option to ignore Everything Chroma in the chat. - VixidDev
### Fixes
@@ -110,6 +115,7 @@
+ Fixed Daily Kuudra part of Crimson Isle Reputation Helper not detecting completed runs. - hannibal2
+ Fixed wrong calculation when zero bosses killed in slayer profit trackers. - hannibal2
+ Hide No Fishing Bait warning during Kuudra fight. - hannibal2
++ Fixed Dungeon and Kuudra party finder join message not detecting in party member tab complete. - CalMWolfs
#### Mining Fixes
@@ -132,6 +138,7 @@
+ Fixed hide non-clickable items not working in some bazaar pages. - hannibal2
+ Fixed rogue sword ability taking into account mage cooldown reduction. - Empa
+ Reset item ability cooldowns on the world switch. - hannibal2
++ Fixed Crap Hat of Celebration not getting detected as accessory in Hide Not Clickable Items. - Empa
#### Bingo Fixes
@@ -146,6 +153,12 @@
#### GUI Fixes
+ Fixed items in SkyHanni GUI elements rendering over minecraft menus. - Thunderblade73
++ Fixed GUI Editor hotkey working while inside a NEU PV text box. - Thunderblade73
+
+#### Winter Fixes
+
++ Fixed Unique Gifting Opportunities working with Golden Gift. - CalMWolfs
++ Fixed Frozen Treasure Tracker showing wrong Compact Procs number. - CalMWolfs
#### Misc Fixes
@@ -174,6 +187,10 @@
+ Tell people how to name a pattern variable. - CalMWolfs
+ Typo fixes in contributing md. - CalMWolfs
+ Make Repo Pattern keys more consistent for Farming Gear. - CalMWolfs
++ Added options to ban specific imports in some packages. - nea
++ Don't allow uppercase Repo Pattern keys and added a more descriptive error. - CalMWolfs
++ Moved party API chat messages to Repo Pattern. - CalMWolfs
++ Allowing nullable parameters for regex functions matches() and find(). - hannibal2
## Version 0.22
diff --git a/build.gradle.kts b/build.gradle.kts
index e7f55fadd..0b8bebb1b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.23.Beta.7"
+version = "0.23.Beta.8"
val gitHash by lazy {
val baos = ByteArrayOutputStream()
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index f26358806..f584951df 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -367,7 +367,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.23.Beta.7",
+ version = "0.23.Beta.8",
)
class SkyHanniMod {
@Mod.EventHandler