aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--FEATURES.md6
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe7a0b933..7f1a4d6fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,16 +10,22 @@
+ Show kings you have not talked to yet, and when the next missing king will appear.
+ **Harp Keybinds** - NetheriteMiner
+ In Melodys Harp, press buttons with your number row on the keyboard instead of clicking.
-+ **Ender Node Tracker** - ericpretzel
++ **Ender Node Tracker** - pretz
+ Tracks items and profit obtained from mining ender nodes and killing normal endermen.
-###
+### Changes
+ Added option to disable quick bingo card toggle with sneaking.
+ Made damage indicator more performant. - nea
+ Ghost bestiary update. - HiZe
++ Api error messages are now formatted more helpful.
++ Added option to only show the reputation helper while pressing a hotkey.
### Fixes
+ Removed `Simple Carrot Candy` from composter overlay.
++ Fixed croesus highlight unopened chest not working anymore. (ty hypixel)
++ Should not crash anymore if a file in repo is missing.
++ Fixed Killer Spring tower still highlighting even with the feature turned off. - HiZe
++ Fixed weird tuba ability cooldown not working in rift.
## Version 0.19
diff --git a/FEATURES.md b/FEATURES.md
index f3b3894a2..cce845341 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -463,4 +463,8 @@
+ Supports color codes
+ Supports line breaks `\n` - hannibal2
+ Added /sendcoords sending, detecting and rendering - dragon99z
-+ Add Dungeon Potion level as item stack size - HiZe \ No newline at end of file
++ Add Dungeon Potion level as item stack size - HiZe
++ **Ender Node Tracker** - pretz
+ + Tracks items and profit obtained from mining ender nodes and killing normal endermen.
++ **Harp Keybinds** - NetheriteMiner
+ + In Melodys Harp, press buttons with your number row on the keyboard instead of clicking. \ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index e1928b949..d54b6d8fb 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.20.Beta.1"
+version = "0.20.Beta.2"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 721941160..4f7b19ada 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -121,7 +121,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.20.Beta.1",
+ version = "0.20.Beta.2",
)
class SkyHanniMod {
@Mod.EventHandler