aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-12 21:42:01 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-12 21:42:01 +0100
commit72c46e7fc21011fb883c6e2bc34e6b5959898f44 (patch)
treea916d7e47b224d27dcf4d9db33ca5c361fccc6ac
parent3e53c762c35a49e6cec3b7166ed90d2a6fa0de19 (diff)
downloadskyhanni-72c46e7fc21011fb883c6e2bc34e6b5959898f44.tar.gz
skyhanni-72c46e7fc21011fb883c6e2bc34e6b5959898f44.tar.bz2
skyhanni-72c46e7fc21011fb883c6e2bc34e6b5959898f44.zip
Version 0.24 Beta 11
-rw-r--r--build.gradle.kts2
-rw-r--r--docs/CHANGELOG.md44
-rw-r--r--docs/FEATURES.md9
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt6
4 files changed, 56 insertions, 5 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 455ebe7e3..af644c710 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.24.Beta.10"
+version = "0.24.Beta.11"
val gitHash by lazy {
val baos = ByteArrayOutputStream()
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index a9e00b3bb..79f2ec252 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -45,6 +45,15 @@
+ Display upcoming mining events. - CalMWolfs
+ Show what mining events are currently occurring in both the Dwarven Mines and Crystal Hollows.
+#### Gui Features
+
++ Added Custom Scoreboard - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
+ + Customizable; New, never seen before lines like the current mayor with perks, your party, and more!
+ + Custom Title and Footer, align them on different sides of the scoreboard.
+ + Hide the Hypixel Scoreboard, add a custom Image as a background, rounded corners.
+ + Supports colored month names & better garden plot names.
+ + A ton of settings.
+
#### Misc Features
+ Added command `/shlimbo` for easier Limbo access. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
@@ -93,6 +102,8 @@
+ Shows a chat message once the goal has been reached.
+ Added SkyHanni update download finished chat message. -
Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1122)
++ Better chat error when profile name is disabled via Hypixel widgets. -
+ hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1153)
### Fixes
@@ -123,6 +134,7 @@
CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1119)
+ Fixed Anita's Accessory chat filter not working with multi-word crops (Cocoa Beans, Nether Wart, Sugar Cane). -
Alexia (https://github.com/hannibal002/SkyHanni/pull/1115)
++ Fixed fire sale chat hider. - Empa (https://github.com/hannibal002/SkyHanni/pull/1147)
#### Garden Fixes
@@ -132,6 +144,10 @@
+ Typos in pest features.
+ Grammar in Farming Weight Display
+ Fixed the Lane Switch Calculation - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1138)
++ Fixed coins per copper display not working with new sub categories of SkyMart. -
+ hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1154)
++ Fixed tab list visitor name detection breaking when tab list said "new" -
+ hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1151)
#### Command Fixes
@@ -153,6 +169,7 @@
+ Disable action bar hider if Skill Progress feature is disabled. -
ooffyy (https://github.com/hannibal002/SkyHanni/pull/1137)
+ Improved performance of custom colored mobs. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1127)
++ Fixed Skill Progress Pattern. - HiZe_ (https://github.com/hannibal002/SkyHanni/pull/1148)
### Technical Details
@@ -206,6 +223,33 @@
+ Changed fillTable to use a list of DisplayTableEntry. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1116)
+ Removed the RenderMobColoredEvent & ResetEntityHurtEvent. -
Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1127)
++ Added BitsAPI with current bits, bits to claim & current Fame Rank. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added FameRanks, which includes all ranks with important data. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added QuiverAPI with current arrow type and amount, and a hashmap of the arrows of the player. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added MaxwellAPI with current power and magical power. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added Mayor & Perk Enum. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added method to render a string on element width. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Updated MayorAPI with new debug data, better PerkActive method & a method to give a mayor a color. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Updated ScoreboardData to only remove the second color code when it's the same as the old one. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Updated TablistData with a new getPlayerTabOverlay() and a fullyLoaded var. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added LorenzUtils.inAnyIsland(). - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added List.removeNextAfter() to CollectionUtils. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Added noStackTrace param to .logErrorWithData() in ErrorManager. -
+ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Updated some patterns to RepoPatterns. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
++ Created GuiPositionMovedEvent. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/893)
++ More features for /shtestmessage - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1145)
+ + Supports -clipboard parameter, uses the clipboard as text.
+ + Supports blocked or modified chat events.
++ Code cleanup in LaneSwitchUtils.isBoundaryPlot. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1143)
++ Creating and using ContainerChest.getAllItems(), getUpperItems() and getLowerItems(). -
+ hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1047)
### Removed Features
diff --git a/docs/FEATURES.md b/docs/FEATURES.md
index 8ae439b82..6fe5beeb2 100644
--- a/docs/FEATURES.md
+++ b/docs/FEATURES.md
@@ -996,9 +996,16 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Command `/shlimbo` for easier Limbo access. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
+ Limbo time tracker also now works in the Slumber Hotel in the Bed Wars Lobby.
+ A new secret method to get more SkyHanni User Luck from Limbo.
-+ Command `/shlimbostats` for a simple way to view your Limbo stats. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
++ Command `/shlimbostats` for a simple way to view your Limbo stats. -
+ martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
+ Support for `/playtime` and `/pt` while in Limbo.
+ Added your playtime to Hypixel's `/playtimedetailed`.
++ Custom Scoreboard - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/893)
+ + Customizable; New, never seen before lines like the current mayor with perks, your party, and more!
+ + Custom Title and Footer, align them on different sides of the scoreboard.
+ + Hide the Hypixel Scoreboard, add a custom Image as a background, rounded corners.
+ + Supports colored month names & better garden plot names.
+ + A ton of settings.
</details>
<details open><summary>
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index d7d68ba78..b101662f2 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -209,6 +209,8 @@ import at.hannibal2.skyhanni.features.garden.visitor.GardenVisitorTimer
import at.hannibal2.skyhanni.features.garden.visitor.HighlightVisitorsOutsideOfGarden
import at.hannibal2.skyhanni.features.garden.visitor.NPCVisitorFix
import at.hannibal2.skyhanni.features.garden.visitor.VisitorListener
+import at.hannibal2.skyhanni.features.gui.customscoreboard.CustomScoreboard
+import at.hannibal2.skyhanni.features.gui.customscoreboard.ScoreboardPattern
import at.hannibal2.skyhanni.features.inventory.AuctionsHighlighter
import at.hannibal2.skyhanni.features.inventory.ChestValue
import at.hannibal2.skyhanni.features.inventory.DojoRankDisplay
@@ -288,8 +290,6 @@ import at.hannibal2.skyhanni.features.misc.TpsCounter
import at.hannibal2.skyhanni.features.misc.compacttablist.AdvancedPlayerList
import at.hannibal2.skyhanni.features.misc.compacttablist.TabListReader
import at.hannibal2.skyhanni.features.misc.compacttablist.TabListRenderer
-import at.hannibal2.skyhanni.features.gui.customscoreboard.CustomScoreboard
-import at.hannibal2.skyhanni.features.gui.customscoreboard.ScoreboardPattern
import at.hannibal2.skyhanni.features.misc.discordrpc.DiscordRPCManager
import at.hannibal2.skyhanni.features.misc.items.AuctionHouseCopyUnderbidPrice
import at.hannibal2.skyhanni.features.misc.items.EstimatedItemValue
@@ -407,7 +407,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.24.Beta.10",
+ version = "0.24.Beta.11",
)
class SkyHanniMod {