Skip to content

Commit

Permalink
Version 0.22 Beta 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 17, 2023
1 parent c2dd809 commit 0fdbc48
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@

+ Added bottle of Jyrre time overlay in stack size feature. - HiZe
+ Added show special edition number as stack size when below 1k. - hannibal2
+ 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.

#### Minion Features

Expand Down Expand Up @@ -128,6 +130,11 @@
+ Display Farming Fortune reduction from pests on the HUD. - alexia
+ Allow showing optimal speed warning without HUD enabled. - alexia
+ Highlight Rancher Boots speed in green when a Racing Helmet is equipped. — walker
+ Show the closest plot border when outside a garden plot. - hannibal2
+ Especially useful when building farms.
+ Show the garden build limit with F3+G on. - hannibal2
+ Added an option to show if the plot is not sprayed. - alexia
+ Changed pest spawn message format. - hannibal2

#### Fishing Changes

Expand Down Expand Up @@ -172,6 +179,7 @@
+ Added Support to read Badlion sendcoords format. - Cad
+ Added an option to not show cooldown when ability is ready. - Obsidian
+ Added an option to highlight dungeon perm/vc parties. - Cad
+ Added Glowing Mush Mixin support to the Non-God Pod display. - jani

### Fixes

Expand Down Expand Up @@ -202,6 +210,10 @@
+ Fixed rancher boots speed stack size. - walker
+ Fixed overflow garden level detection. - hannibal2
+ Fixed pet level up check in /ff. - alexia
+ Fixed next visitor time while farming. - alexia
+ Fixed sixth visitor warning title showing when disabled. - alexia
+ Show not revealed brackets in the Jacob Contest time needed display. - hannibal2
+ Fixed wrong Rancher Boots item stack size color in combination with Black Cat or Racing Helmet.- hannibal2

#### Bingo Fixes

Expand All @@ -219,15 +231,19 @@
#### Fishing Fixes

+ Fixed Water Hydra warning showing up multiple times. - Cad
+ Fixed Shark Message missing a color code. - jani
+ Fixed /shresetfishingtracker description - absterge

#### Diana Fixes

+ Fixed the closest burrow warp point being off, especially for the castle. - hannibal2
+ Fixed show inquisitor waypoints outside the hub. - Cad
+ Fixed Minos Inquisitor highlighting not working while the mob is getting damage. - hannibal2

#### Chat Fixes

+ Fixed an error message on /pt. - nea
+ Fixed the fire sale filter when a rune is selling. - j10a1n15

#### Misc Fixes

Expand All @@ -246,6 +262,8 @@
+ Fixed finished city project still reminding and suggests buying items. - hannibal2
+ Open the city project inventory once again to fix warnings correctly.
+ Fixed kick alert triggering instantly. - alexia
+ Fixed daily boss kill detection in Crimson Isle Reputation Helper. - hannibal2
+ Fixed Estimated Item Value error in Jerry's Island Deliveries menu. - hannibal2

#### Config Fixes

Expand Down Expand Up @@ -297,6 +315,8 @@
+ Add limbo time PB. - mar
+ Added helper functions for armor. - walker
+ Created PetAPI.isCurrentPet. - hannibal2
+ Refactored Duplicate Code in SkyHanniInstallerFrame. - walker
+ Removed unnecessary non-capturing groups. - walker

## Version 0.21.1

Expand Down
2 changes: 2 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Sack items can be crafted normally.
+ **Shift Click Equipment**. - Thunderblade73
+ 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.
</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 @@ -12,7 +12,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.22.Beta.14"
version = "0.22.Beta.15"

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

0 comments on commit 0fdbc48

Please sign in to comment.