aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-01 13:26:29 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-01 13:26:29 +0100
commita1f2ec9438a2ddb5426874d319e04e2e30326cb9 (patch)
treebac154cf4af4b3efabdad98b2b0f33c99d2bc72e
parent34bd5273839905e05f8ed6c64cf2bef0952f8f7f (diff)
downloadskyhanni-a1f2ec9438a2ddb5426874d319e04e2e30326cb9.tar.gz
skyhanni-a1f2ec9438a2ddb5426874d319e04e2e30326cb9.tar.bz2
skyhanni-a1f2ec9438a2ddb5426874d319e04e2e30326cb9.zip
Version 0.22 Beta 6
-rw-r--r--CHANGELOG.md11
-rw-r--r--FEATURES.md7
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2306cb95c..13fed9e41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
+ Option to only show the time while holding vacuum in the hand.
+ Mark the plots with pests on them in the world. - hannibal2
+ Press the key to warp to the nearest plot with pests on it. - hannibal2
++ Draw plot borders when holding the Sprayonator. - HiZe
#### Fishing Features
@@ -48,6 +49,12 @@
+ Show in a display how many unique players you have given gifts to in the winter 2023 event.
+ Run command /opengenerowmenu to sync up.
+#### Bingo Features
+
++ Show the duration until the next hidden bingo goal tip gets revealed. - hannibal2
++ Added support for tips in hidden bingo card display. - hannibal2
++ Added support for 'found by' info in bingo card. - hannibal2
+
#### Inventory Features
+ Added bottle of Jyrre time overlay in stack size feature. - HiZe
@@ -57,6 +64,10 @@
+ Shows how much skill experience you will get when picking up items from the minion storage. - Thunderblade73
+#### Chat Features
+
++ Hide the repeating fire sale reminder chat messages. - hannibal2
+
### Changes
#### Garden Changes
diff --git a/FEATURES.md b/FEATURES.md
index 920aaab2a..5cdb25031 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -28,6 +28,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Will not break with emblems.
+ Optional if left or right side of name.
+ Should not break with other mods.
++ Hide the repeating fire sale reminder chat messages. - hannibal2
#### Chat Filter
@@ -341,6 +342,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Shortens chat messages about skill level ups, collection gains and new area discoveries while on bingo.
+ Bingo Card
++ Show the duration until the next hidden bingo goal tip gets revealed. - hannibal2
++ Support for tips in hidden bingo card display. - hannibal2
++ Support for 'found by' info in bingo card. - hannibal2
</details>
<details open><summary>
@@ -499,7 +503,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Garden Vacuum Pests in Pest bag to item number as stack size. - hannibal2
+ Enable via /sh vacuum.
-### Pests
+### Garden Pests
+ Added Garden Vacuum Pests in Pest bag to item number as stack size. - hannibal2
+ Enable via /sh vacuum.
@@ -518,6 +522,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Option to only show the time while holding vacuum in the hand.
+ Mark the plots with pests on them in the world. - hannibal2
+ Press the key to warp to the nearest plot with pests on it. - hannibal2
++ Draw plot borders when holding the Sprayonator. - HiZe
</details>
<details open><summary>
diff --git a/build.gradle.kts b/build.gradle.kts
index 7fd7b1457..b240eb319 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.22.Beta.5"
+version = "0.22.Beta.6"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 5d4f61e44..b4eb8593c 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -346,7 +346,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.22.Beta.5",
+ version = "0.22.Beta.6",
)
class SkyHanniMod {
@Mod.EventHandler