aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 14:28:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 14:28:30 +0200
commit7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522 (patch)
tree6a338de71eb37bcf2345660304618563150a9a08
parent5e86d7b1d09705c772f2cf860d1df1aa4f4f2b9d (diff)
downloadskyhanni-7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522.tar.gz
skyhanni-7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522.tar.bz2
skyhanni-7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522.zip
0.20 Beta 21
-rw-r--r--CHANGELOG.md11
-rw-r--r--FEATURES.md2
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9cb97bba..606423d19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -85,6 +85,8 @@
+ Added GUI Scale. - nea
+ Scroll within the position editor to independently adjust the GUI scale for each SkyHanni element.
+ Change the global scale of all SkyHanni elements at once (in the config under /sh scale).
++ Added Fishing Hook Display. - hannibal2
+ + Display the Hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.
### Changes
@@ -139,6 +141,9 @@
+ Added Trapper Cooldown GUI. - NetheriteMiner
+ Show the cooldown on screen in an overlay (intended for abiphone users).
+ Made the fake garden level up message (after level 15) clickable. - J10a1n15
++ Moving many GUI elements in the config around. - hannibal2
+ + This will not reset anything.
+ + This includes the creation of new categories and regrouping.
### Fixes
@@ -225,6 +230,12 @@
+ Fixed part of Zealot Hideout area showing as The End. - Cad
+ Fixed many typos in the config. - schlaumeyer, oofy, CalMWolfs & hannibal2
+ Fixed a missing bracket in the reforge apply cost display from Estimated Item Value. - jaNI
++ Fixed a rare crash while doing enderman slayer. - hannibal2
++ Fixed pet exp tooltip doesn't show in pet inventory or Hypixel profile viewer (right-click a player). - hannibal2
++ Fixed turbo books price not getting detected in visitor rewards. - hannibal2
++ Fixed that the Paste Into Sign feature only pastes into the first line. - hannibal2 + nea
++ Hopefully fixed rare config reset cases. - nea
++ This should also fix problems with false positive detections in the crimson isle.
### Removed Features
diff --git a/FEATURES.md b/FEATURES.md
index 8d589bc5c..c9a73a5d4 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -181,6 +181,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Hide the Chum/Chumcap Bucket.
+ Hides your own Chum/Chumcap Bucket.
+ Highlight and outline feature for rare sea creatures. - Cad
++ Added Fishing Hook Display. - hannibal2
+ + Display the Hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.
## Damage Indicator
diff --git a/build.gradle.kts b/build.gradle.kts
index 31b4348b3..d0d2ebdb2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.20.Beta.20"
+version = "0.20.Beta.21"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 50559af9d..7b571fdb8 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -130,7 +130,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.20.Beta.20",
+ version = "0.20.Beta.21",
)
class SkyHanniMod {
@Mod.EventHandler