Skip to content

Commit

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

#### Inventory Features

+ Added Power Stone Guide features. - hannibal2
+ Highlight missing power stones, show their total bazaar price, and allows to open the bazaar when clicking on the
items in the Power Stone Guide.
+ Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73

#### Item Features

+ Lesser Orb of Healing Hider. - jani

#### Chat Features

+ Add tab list fire sale advertisement hider. - nea

### Changes

#### Garden Changes
Expand All @@ -29,6 +44,9 @@
+ Don't count Bountiful as a max reforge fortune on tools. - alexia
+ /shcroptime now supports k, m and b numbers. - DylanBruner
+ Only show the Garden Vacuum Bag on your own vacuums. - alexia
+ Jacob Contest feature now has clickable calendar open command when Elite API is not ready yet. - alexia
+ Mark carrot/pumpkin fortune as completed when giving to Carrolyn after already done. - alexia
+ Added ability to get unique visitors served without Green Thumb. - alexia

#### Rift Changes

Expand All @@ -41,6 +59,7 @@
#### Fishing Changes

+ Odger highlight feature tells in description that it is only useful for users without abiphone. - hannibal2
+ Added toggle to count double hook catches as two catches in Sea Creature Tracker. - hannibal2

#### Mining Changes

Expand All @@ -60,6 +79,7 @@
#### Dungeon Changes

+ Changed the description of the Dungeon Chat Filter feature to be more descriptive. - Wambo
+ Added options to change exactly what part of the Dungeon Chat Filter should be used. - Wambo

#### Chat Changes

Expand All @@ -81,15 +101,21 @@
hannibal2
+ Auto-fixing plots marked as pests when killing all pests without SkyHanni earlier. - hannibal2
+ Fixed error message that nearest pests cannot get removed properly. - hannibal2
+ Fixed grammar in Jacob Contest chat messages. - alexia
+ Fixed rarity error for items thrown around when using Sprayanator. - hannibal2

#### Combat Fixes

+ Fixed corrupted Kada Knight getting detected as Revenant Slayer mini boss. - hannibal2
+ Fixed Daily Kuudra part of Crimson Isle Reputation Helper not detecting completed runs. - hannibal2
+ Fixed wrong calculation when zero bosses killed in slayer profit trackers. - hannibal2
+ Hide No Fishing Bait warning during Kuudra fight. - hannibal2

#### Mining Fixes

+ Fixed an error when showing all elements in Powder Tracker. - hannibal2
+ Fixed powder tracker detecting gemstone chat messages. - CalMWolfs
+ Fixed Mining Chat Filter not hiding gemstone messages. - CalMWolfs

#### Rift Fixes

Expand Down Expand Up @@ -117,6 +143,10 @@

+ Fixed poisoned candy potion chat message not getting compacted. - alexia

#### GUI Fixes

+ Fixed items in SkyHanni GUI elements rendering over minecraft menus. - Thunderblade73

#### Misc Fixes

+ Maybe fixed Tia Relay Helper. - Thunderblade73
Expand All @@ -138,6 +168,12 @@
+ Moving minion craft helper fully over to neu internal names. - hannibal2
+ Added information about trackers to the Discord FAQ. - j10a1n15
+ Defined the way how dependent PRs should be written in contributing.md. - Thunderblade73
+ Added debug command /shtestburrow. - hannibal2
+ Using SkyHanniMod.coroutineScope instead of CoroutineScope(Dispatchers.Default). - CalMWolfs
+ Creating function addTotalProfit for item trackers. - hannibal2
+ Tell people how to name a pattern variable. - CalMWolfs
+ Typo fixes in contributing md. - CalMWolfs
+ Make Repo Pattern keys more consistent for Farming Gear. - CalMWolfs

## Version 0.22

Expand Down
6 changes: 6 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Optional if left or right side of name.
+ Should not break with other mods.
+ Hide the repeating fire sale reminder chat messages. - hannibal2
+ Add tab list fire sale advertisement hider. - nea

#### Chat Filter

Expand Down Expand Up @@ -132,6 +133,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ This removes the need to shift-click to swap the equipment items, without the annoying "pick up animation".
+ Added Copy Underbid Price. - hannibal2
+ Copies the price of an item in the "Create BIN Auction" minus 1 coin into the clipboard for faster under-bidding.
+ Added Power Stone Guide features. - hannibal2
+ Highlight missing power stones, show their total bazaar price, and allows to open the bazaar when clicking on the
items in the Power Stone Guide.
+ Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73

</details>
<details open><summary>
Expand All @@ -145,6 +150,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Supports dungeon mage cooldown reduction. - Cad
+ Hiding the flame particles when using the Fire Veil Wand ability.
+ Circle around the player when having the Fire Veil Wand ability active.
+ Lesser Orb of Healing Hider. - jani

</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 @@ -13,7 +13,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.23.Beta.6"
version = "0.23.Beta.7"

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 @@ -367,7 +367,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.23.Beta.6",
version = "0.23.Beta.7",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit f71f3c5

Please sign in to comment.