Skip to content

Commit

Permalink
Version 0.23 Beta 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Feb 5, 2024
1 parent 6ed8185 commit fc7a9d0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
+ Added Sea Creature Tracker. - hannibal2
+ Allows to only show single variants, e.g. water or lava or winter.

#### Mining Features

+ Added Deep Caverns Parkour. - hannibal2
+ Shows a parkour to the bottom of Deep Caverns and to Rhys.

#### Dungeon Features

+ Hide particles and damage splashes during the terracotta phase in dungeons F6 and M6. - hannibal2
Expand Down Expand Up @@ -140,6 +145,7 @@
#### Diana Changes

+ Changed the Griffin Burrow Guess text to a centered title instead of an odd line that goes down. - hannibal2
+ Removed unnecessary error messages in Diana Burrow detection. - hannibal2

#### Chat Changes

Expand Down Expand Up @@ -181,6 +187,8 @@
+ 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
+ Fixed the pets menu detection for /ff. - martimavocado
+ Fixed Anita and Jacob workaround working outside of garden. - CalMWolfs

#### Combat Fixes

Expand Down Expand Up @@ -220,6 +228,7 @@
+ Fixed Mining Chat Filter not hiding gemstone messages. - CalMWolfs
+ Fixed names for the Crystal Hollows Mining Areas feature. - alexia
+ Fixed detection of gold and diamond essence gain chat message when powder mining. - CalMWolfs
+ Fixed powder mining start/end detection in Powder Tracker. - CalMWolfs

#### Rift Fixes

Expand All @@ -240,6 +249,8 @@
+ 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
+ Fixed Divine Gift and Flash enchants showing the wrong/no price in EstimatedItemValue. - jani
+ Fixed showing the Piece of Wizard Portal earned duplicate. - Thunderblade73

#### Bingo Fixes

Expand Down Expand Up @@ -275,6 +286,7 @@
+ Fixed NPC typos in config. - absterge
+ Fixed rare error in Harp Features. - Thunderblade73
+ Fixed some getItemStack errors. - CalMWolfs
+ Fixed Minion XP calculation not working when having different mouse settings. - Thunderblade73

### Technical Changes

Expand Down Expand Up @@ -326,6 +338,12 @@
+ 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.
+ Made /shupdaterepo better. - CalMWolfs
+ Added alignment support to Renderable. - Thunderblade73
+ Added support for dynamic Y size in Renderables. - Thunderblade73
+ Added outgoing chat log to /shchathistory. - nea
+ Added sending mining events to Soopy's API to test for new Mining Event feature. - CalMWolfs
+ Added /shcopybossbar to copy bossbar - Erymanthus

## Version 0.22

Expand Down
2 changes: 2 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Fully customizable: change what items or stats to show.
+ Has support for the maxed Great Explorer perk.
+ Option to hide while not grinding powder.
+ Added Deep Caverns Parkour. - hannibal2
+ Shows a parkour to the bottom of Deep Caverns and to Rhys.

</details>
<details open><summary>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.23.Beta.16"
version = "0.23.Beta.17"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.23.Beta.16",
version = "0.23.Beta.17",
)
class SkyHanniMod {

Expand Down

0 comments on commit fc7a9d0

Please sign in to comment.