diff options
-rw-r--r-- | CHANGELOG.md | 29 | ||||
-rw-r--r-- | FEATURES.md | 1 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index adfdaf159..1057e56e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ + Added Sea Creature Tracker. - hannibal2 + Allows to only show single variants, e.g. water or lava or winter. +#### Dungeon Features + ++ Hide particles and damage splashes during the terracotta phase in dungeons F6 and M6. - hannibal2 + #### Crimson Isle Features + Added Volcano Explosivity in Crimson Isle. - Erymanthus @@ -88,6 +92,7 @@ + This helps to farm the correct amount, especially when in the early game. + Made blocks per second calculation more accurate immediately after starting to farm. - hannibal2 + Warn to open visitor inventory again after partially serving Spaceman. - alexia ++ Updating the Garden Optimal Speed Display and Warning immediately when changing the setting. - hannibal2 #### Rift Changes @@ -130,6 +135,7 @@ + Added options to change exactly what part of the Dungeon Chat Filter should be used. - Wambo + Hide F3/M3 guardian Damage Indicators once the professor spawns. - hannibal2 + Added exact names for the floor 6 giants in the Damage Indicator. - hannibal2 ++ Show the laser phase timer even during the hit phase after a successful damage phase skip. - hannibal2 #### Diana Changes @@ -144,11 +150,20 @@ + Earned mystery dust. - alexia + Added the fire sale ended message to the Fire Sale Chat Hider. - hannibal2 +#### Command Changes + ++ Added /pd short command for party disband. - Empa + +#### Config Changes + ++ Using a better title for Area Boss features. - hannibal2 + #### Misc Changes + Tia Relay Helper: Suggest /togglemusic. - alexia + Added option to ignore Everything Chroma in the chat. - VixidDev + Added Item Ability Cooldown support for Talbot's Theodolite (the Farming Island Trapper tracker thing). - Erymanthus ++ Fewer election API updates, fewer election API errors. - CalMWolfs ### Fixes @@ -165,6 +180,7 @@ + Fixed grammar in Jacob Contest chat messages. - alexia + Fixed rarity error for items thrown around when using Sprayanator. - hannibal2 + Added cooldown to Garden Warp Commands. - Empa ++ Fixed the detection of Anita and Jacob visitors. - hannibal2 #### Combat Fixes @@ -176,6 +192,8 @@ + Fixed Fire Veil Wand circle shows on left-clicking. - hannibal2 + Fixed Ashfang Freeze Cooldown being off by one second. Fixed Fire Veil line gets shown even while frozen. - hannibal2 + Fixed time until the next area mini boss spawns being off by one second. - hannibal2 ++ Fixed Reputation Helper in Crimson Isle showing incorrect sack amount. - CalMWolfs ++ Fixed the ender slayer laser phase timer being inaccurate in the Damage Indicator. - hannibal2 #### Dungeon Fixes @@ -186,12 +204,14 @@ + Fixed Bonzo phase 1 does not get detected properly for Damage Indicator. - hannibal2 + Fixed Dungeon Clean End sometimes not deactivating when chest spawned. - hannibal2 + Fixed F3/M3 guardian spawn timer in Damage Indicator. - hannibal2 ++ Fixed Highlight Clicked Chest in water puzzle room not showing. - hannibal2 #### Diana Fixes + Fixed close griffin burrow detection with particles failing sometimes. - hannibal2 + Fixed Diana mobs being invisible because of Fix Ghost Entities and four season pet skin. - hannibal2 + Fixed a rare bug that leaves ghost burrows around. - hannibal2 ++ Properly deleting Diana target markers when manually clearing griffin burrows by talking to Diana NPC. - hannibal2 #### Mining Fixes @@ -219,6 +239,7 @@ + Fixed Crap Hat of Celebration not getting detected as accessory in Hide Not Clickable Items. - Empa + Fixed rune price calculation in Chest Value. - hannibal2 + Fixed Power Stone Guide Highlight shows in other inventories when exiting via command. - hannibal2 ++ Added options to hide Helmet Skins, Armor Dyes or Runes from Estimated Item Value Calculation. - hannibal2 #### Bingo Fixes @@ -229,12 +250,15 @@ #### Chat Fixes + Fixed poisoned candy potion chat message not getting compacted. - alexia ++ Fixed the fire sale chat message hider again. - CalMWolfs #### 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 + Fixed render overlapping problem with chat, SkyHanni GUIs and title. - Thunderblade73 ++ Fixed GUI positions moving into the bottom-right corner when leaving the GUI position editor while pressing the mouse + button on next reopen. - hannibal2 #### Winter Fixes @@ -250,6 +274,7 @@ + Fixed a typo in Odger Waypoint config. - Empa + Fixed NPC typos in config. - absterge + Fixed rare error in Harp Features. - Thunderblade73 ++ Fixed some getItemStack errors. - CalMWolfs ### Technical Changes @@ -297,6 +322,10 @@ + Better error handling when an unknown crimson isle quest is detected. - hannibal2 + Marked old number formatting code as deprecated. - hannibal2 + Added the SkyHanni icon to the IntelliJ profile view. - Erymanthus ++ Fixed key name in utils patterns. - CalMWolfs ++ Using NEUInternalName in the Reputation Helper Quest. - CalMWolfs ++ Limit RAM to 4 GB in the developement enviroment. - CalMWolfs + + This is just the default and can be changed if needed. ## Version 0.22 diff --git a/FEATURES.md b/FEATURES.md index 811d58bfd..c96ecc51e 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -79,6 +79,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Color class levels in the tab list. (Also hide rank colors and emblems because who needs that in dungeons anyway?) + Soulweaver Skull Hider in the Dungeon Object Hider. - nea + Hide the annoying soulweaver skulls that float around you if you have the soulweaver gloves equipped. ++ Hide particles and damage splashes during the terracotta phase in dungeons F6 and M6. - hannibal2 </details> <details open><summary> diff --git a/build.gradle.kts b/build.gradle.kts index 90e8ddd57..484c6fe55 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.23.Beta.15" +version = "0.23.Beta.16" 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 bdca2b391..d6e13743c 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -378,7 +378,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.23.Beta.15", + version = "0.23.Beta.16", ) class SkyHanniMod { |