Skip to content

Commit

Permalink
Version 0.27 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Aug 23, 2024
1 parent 99fca44 commit 4b21b3f
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
54 changes: 54 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# SkyHanni - Change Log

## Version 0.27 (in Beta)

### New Features

#### Scoreboard Features

+ Added Soulflow to the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)
+ Requires Soulflow to be enabled in Hypixel settings: /tab -> Profile Widget -> Show Soulflow.

### Improvements

#### Diana Improvements

+ Added /warp stonks to the Burrow Warp Helper. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2399)

#### Scoreboard Improvements

+ Added an option to display the SkyBlock time in 24-hour format in the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)
+ Added an option to hide coins earned/lost in the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)
+ Added margin customization to the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)
+ Added an opacity slider for the Custom Background Image in the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)

### Fixes

#### DIana Fixes

+ Added a chat option to disable a Patcher setting that breaks SkyHanni's line from the center of the player to something else. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2387)
+ E.g. Diana guesses, Slayer Mini Bosses, etc.

#### Inventory Fixes

+ Fixed ItemCategory errors being sent even though we already have a fix. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2392)
+ Fixed AH item movements being detected by Item Trackers as new drops. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2380)

#### Mining Fixes

+ Added new Pure Ores support. - Empa (https://github.com/hannibal002/SkyHanni/pull/2388)
+ Fixed a typo in corpse detection. - Maratons4 (https://github.com/hannibal002/SkyHanni/pull/2386)

#### Scoreboard Fixes

+ Fixed a Scoreboard Error during M7 Dragons. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2382)
+ Fixed Custom Scoreboard Background position being updated 1 frame after the scoreboard text. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)

#### Misc Fixes

+ Fixed Mayor Detection failing when Special Mayors are in office. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2389)
+ Updated Derpy's extra tax perk to use the correct name. - Luna (https://github.com/hannibal002/SkyHanni/pull/2393)

### Technical Details

+ Cleaned up IslandExceptions to improve readability. - walker (https://github.com/hannibal002/SkyHanni/pull/1560)
+ Added drawInsideRoundedRectOutline, drawInsideImage, and image Renderables. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)

## Version 0.26

### New Features
Expand Down
2 changes: 2 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ A ton of settings.
+ Added Chunked Stats as a draggable list to the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1341)
+ Select and prioritize the order of the stats you want to see.
+ Added Soulflow to the Custom Scoreboard. - Empa (https://github.com/hannibal002/SkyHanni/pull/1837)
+ Requires Soulflow to be enabled in Hypixel settings: /tab -> Profile Widget -> Show Soulflow.
+ No Bits Available Warning. - Empa (https://github.com/hannibal002/SkyHanni/pull/1286)
+ Warns when you run out of available bits to generate.
+ Link from HUD elements to config options. - nea (https://github.com/hannibal002/SkyHanni/pull/1383)
Expand Down
2 changes: 1 addition & 1 deletion root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "at.hannibal2.skyhanni"
version = "0.26"
version = "0.27.Beta.1"
}

preprocess {
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 @@ -42,7 +42,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.26",
version = "0.27.Beta.1",
)
class SkyHanniMod {

Expand Down

0 comments on commit 4b21b3f

Please sign in to comment.