aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md16
-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, 23 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffb731381..abd8477da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# SkyHanni - Change Log
+## Version 0.21 (unreleased)
+
+### New Features
+
+### Events
+
++ Highlight Jerries during the Jerrypoclaypse. - Erymanthus
+
+### Changes
+
+### Bug Fixes
+
+#### Config
+
++ Fixed two typos in the config description. - Absterge
+
## Version 0.20
### New Features
diff --git a/FEATURES.md b/FEATURES.md
index a3d7b8fd0..5fee499f0 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -508,6 +508,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Has support for the maxed Great Explorer perk.
+ Option to hide while not grinding powder.
+## Events
+
++ Highlight Jerries during the Jerrypoclaypse. - Erymanthus
+
## Commands
+ **/shcommands**
@@ -616,7 +620,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Only on Private island.
+ Account upgrade complete reminder. - appable0
+ Pet Experience Tooltip
- + Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over an pet while pressing
+ + Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over a pet while pressing
shift key.
+ Highlight the level 100 text in gold for pets below legendary. - hannibal2
(This is to better indicate that the pet exp bar in the item tooltip is calculating with legendary.)
diff --git a/build.gradle.kts b/build.gradle.kts
index c78c199b5..968d6f530 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.20"
+version = "0.21.Beta.1"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 17f7cd838..c8f5fc3d5 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -298,7 +298,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.20",
+ version = "0.21.Beta.1",
)
class SkyHanniMod {
@Mod.EventHandler