Skip to content

Commit

Permalink
Version 0.26 Beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jun 2, 2024
1 parent 96e75fb commit f91b00b
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 44 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.26.Beta.5"
version = "0.26.Beta.6"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
155 changes: 113 additions & 42 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
+ Show effective area (as a wireframe, filled or circle).
+ Show mana regeneration buff next to the GUI element.
+ Option to hide flare particles.
+ Added a "Line to Arachne" setting, just like with slayer minibosses. - azurejelly (https://github.com/hannibal002/SkyHanni/pull/1888)
+ Added a "Line to Arachne" setting, just like with slayer minibosses. -
azurejelly (https://github.com/hannibal002/SkyHanni/pull/1888)
+ Added In-Water Display. - Stella (https://github.com/hannibal002/SkyHanni/pull/1892)
+ Useful when using a Prismarine Blade in Stranded Mode.

#### Garden Features

+ New "Craftable!" message when Visitor Items Needed are craftable. - Paloys (https://github.com/hannibal002/SkyHanni/pull/1891)
+ New "Craftable!" message when Visitor Items Needed are craftable. -
Paloys (https://github.com/hannibal002/SkyHanni/pull/1891)
+ Added crop last farmed waypoint. - appable (https://github.com/hannibal002/SkyHanni/pull/1335)
+ Accessible in the Crop Start Locations section.

Expand All @@ -39,26 +41,35 @@
#### Event Features

+ Chat reminder to check Hoppity Shop each year. - appable (https://github.com/hannibal002/SkyHanni/pull/1843)
+ Highlight rabbits that have requirements in the Hoppity's Collection menu. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1874)
+ Highlight rabbits that have requirements in the Hoppity's Collection menu. -
HiZe (https://github.com/hannibal002/SkyHanni/pull/1874)
+ Green: Requirement met.
+ Red: Requirement not met.
+ Mark duplicate egg locations in red for unlocking some of the new rabbits. - appable (https://github.com/hannibal002/SkyHanni/pull/1929)
+ Mark duplicate egg locations in red for unlocking some of the new rabbits. -
appable (https://github.com/hannibal002/SkyHanni/pull/1929)
+ Option to always mark nearby duplicate egg locations.
+ Added "Collected Locations" line to the Unclaimed Eggs Display. - appable (https://github.com/hannibal002/SkyHanni/pull/1929)
+ Added "Collected Locations" line to the Unclaimed Eggs Display. -
appable (https://github.com/hannibal002/SkyHanni/pull/1929)
+ This may be inaccurate if you've already collected eggs on an island.
+ Show total amount of chocolate spent in the Chocolate Shop. - sayomaki (https://github.com/hannibal002/SkyHanni/pull/1921)
+ Show total amount of chocolate spent in the Chocolate Shop. -
sayomaki (https://github.com/hannibal002/SkyHanni/pull/1921)

#### Mining Features

+ Configurable cold amount for the ascension rope message in Glacite Mines. - nopo (https://github.com/hannibal002/SkyHanni/pull/1905)
+ Configurable cold amount for the ascension rope message in Glacite Mines. -
nopo (https://github.com/hannibal002/SkyHanni/pull/1905)
+ Added HOTM perks level and Enable Display. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1059)
+ Added Mineshaft Corpse and Entrance/Ladder Locators. - nobaboy (https://github.com/hannibal002/SkyHanni/pull/1500)
+ Includes keybind functionality for both.

#### Inventory Features

+ Warning when outbid on an auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1818)
+ Added option to show time held in lore for Jyrre Bottles and Cacao Truffles. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916)
+ Added option to show time held in lore for Jyrre Bottles and Cacao Truffles. -
Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916)
+ Added Dark Cacao Truffle hours held as stack size. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1916)
+ Added ULTRA RARE Book Notification when doing the Experiment Table. - raven (https://github.com/hannibal002/SkyHanni/pull/1738)
+ Added ULTRA RARE Book Notification when doing the Experiment Table. -
raven (https://github.com/hannibal002/SkyHanni/pull/1738)
+ Wand of Strength cooldown is now displayed. - saga (https://github.com/hannibal002/SkyHanni/pull/1948)
+ The cooldown displayed is for the buff, not the item usage.

Expand All @@ -77,9 +88,13 @@

#### Misc Features

+ Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - seraid (https://github.com/hannibal002/SkyHanni/pull/1807)
+ Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. -
seraid (https://github.com/hannibal002/SkyHanni/pull/1807)
+ Added Editable Hotbar. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1903)
+ Allows for moving and scaling in the SkyHanni GUI editor.
+ Added Beacon Power Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1901)
+ Added Hide Useless Armor Stands. - Empa (https://github.com/hannibal002/SkyHanni/pull/1962)
+ Hides armor stands that briefly appear on Hypixel.

### Improvements

Expand All @@ -89,23 +104,36 @@

#### Garden Improvements

+ Added `/shtpinfested` command to teleport to nearest infested plot. - Empa (https://github.com/hannibal002/SkyHanni/pull/1763)
+ Warp to Infested Plot warps to garden home when no pests are found. - saga (https://github.com/hannibal002/SkyHanni/pull/1910)
+ Added `/shtpinfested` command to teleport to nearest infested plot. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1763)
+ Warp to Infested Plot warps to garden home when no pests are found. -
saga (https://github.com/hannibal002/SkyHanni/pull/1910)
+ Affects both hotkey and command.
+ Added an option for a compacted Dicer RNG Drop Tracker Display. -
Jordyrat (https://github.com/hannibal002/SkyHanni/pull/1735)
+ Also shortened the default display.

#### Hoppity Event Improvements

+ Renamed "Unfound Eggs" to "Unclaimed Eggs" for the Hoppity event. - Luna (https://github.com/hannibal002/SkyHanni/pull/1876)
+ Renamed "Unfound Eggs" to "Unclaimed Eggs" for the Hoppity event. -
Luna (https://github.com/hannibal002/SkyHanni/pull/1876)
+ Added Compact Hoppity Chat option. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1748)
+ Hoppity Collection Stats are now persistent. - appable (https://github.com/hannibal002/SkyHanni/pull/1836)
+ No longer reset on profile swap or game restart.
+ Merged duplicate times in compacted Hoppity's messages. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/1887)
+ Option to show Hoppity Eggs timer outside of SkyBlock. - maxime-bodifee (https://github.com/hannibal002/SkyHanni/pull/1926)
+ Merged duplicate times in compacted Hoppity's messages. -
DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/1887)
+ Option to show Hoppity Eggs timer outside of SkyBlock. -
maxime-bodifee (https://github.com/hannibal002/SkyHanni/pull/1926)
+ Adjusted and added Rabbit Uncle & Dog Keybinds. - raven (https://github.com/hannibal002/SkyHanni/pull/1907)
+ Added a distinct sound for the special stray rabbit. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1913)

#### Mining Improvements

+ Highlight Treasure Hoarders during Treasure Hoarder Puncher commissions. - Luna (https://github.com/hannibal002/SkyHanni/pull/1852)
+ Added Mining Event Icons. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1305)
+ Highlight Treasure Hoarders during Treasure Hoarder Puncher commissions. -
Luna (https://github.com/hannibal002/SkyHanni/pull/1852)
+ Added Mining Event Icons. Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1305)
+ Moved all SkyMall chat message hiders under the main SkyMall toggle. -
martimavocado (https://github.com/hannibal002/SkyHanni/pull/1971)

#### Commands Improvements

Expand All @@ -124,62 +152,79 @@

#### Inventory Improvements

+ Adjusted and added Rabbit Uncle & Dog Keybinds. - raven (https://github.com/hannibal002/SkyHanni/pull/1907)
+ Improved Bazaar re-buy order helper to also search in the Bazaar upon chat message click. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1946)
+ Improved Bazaar re-buy order helper to also search in the Bazaar upon chat message click. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1946)
+ Clarified the maximum clicks message for experiments. - Luna (https://github.com/hannibal002/SkyHanni/pull/1963)

#### Fishing Improvements

+ Added option to show the name of the sea creature in the title notification. - Empa (https://github.com/hannibal002/SkyHanni/pull/1858)
+ Added option to show the name of the sea creature in the title notification. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1858)

#### Diana Improvements

+ Reduced the frequency of Diana sound guess hints while the feature is working correctly. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1954)
+ Reduced the frequency of Diana sound guess hints while the feature is working correctly. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1954)

#### Misc Improvements

+ Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804)
+ Improved the NEU missing/outdated warning. - Luna (https://github.com/hannibal002/SkyHanni/pull/1847)
+ Link to the latest GitHub release instead of 2.2.0.
+ Also link to Modrinth.
+ Improved performance with Slayer Items on Ground and Fished Item Names. - Empa (https://github.com/hannibal002/SkyHanni/pull/1875)
+ Updated /shclearminiondata to remove only bugged minions nearby, not all minions. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1951)
+ Improved performance with Slayer Items on Ground and Fished Item Names. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1875)
+ Updated /shclearminiondata to remove only bugged minions nearby, not all minions. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1951)

### Fixes

#### Mining Fixes

+ Fixed Tunnel Maps GUI position not saving. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1882)
+ Fixed Glacite Walkers not being highlighted during commissions. - Luna (https://github.com/hannibal002/SkyHanni/pull/1850)
+ Fixed warping to Base in Glacite Tunnels when pressing the keybind while inside any GUI. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1911)
+ Fixed Glacite Walkers not being highlighted during commissions. -
Luna (https://github.com/hannibal002/SkyHanni/pull/1850)
+ Fixed warping to Base in Glacite Tunnels when pressing the keybind while inside any GUI. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1911)
+ Fixed Custom Scoreboard error in Mineshaft. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1909)
+ Fixed HotM error with Blue Cheese Goblin Omelette. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1953)
+ Fixed mining events not showing up in the Mineshaft. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1952)
+ Fixed Custom Scoreboard error in the mines. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1947)
+ Fixed a typo in Tunnels Maps. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1883)
+ Fixed error with SkyMall with Titanium buff. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1967)
+ Fixed swapped mining event display icons. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1958)

#### Garden Fixes

+ Fixed farming contests showing in the election GUI. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1871)
+ Fixed wrong icon for the rat crop type in Stereo Harmony display. - raven (https://github.com/hannibal002/SkyHanni/pull/1849)
+ Fixed wrong icon for the rat crop type in Stereo Harmony display. -
raven (https://github.com/hannibal002/SkyHanni/pull/1849)
+ Fixed /shcropgoal not working with double-name crops (wart, cocoa, cane). -
L3Cache (https://github.com/hannibal002/SkyHanni/pull/1970)

#### Chocolate Factory & Hoppity Hunt Fixes

+ Fixed some Chocolate Factory issues caused by a Hypixel update. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1860)
+ Fixed a bug where the chocolate factory leaderboard position was not showing when the position had many digits. - sayomaki (https://github.com/hannibal002/SkyHanni/pull/1918)
+ Fixed compact chat sometimes breaking when obtaining legendary or higher tier rabbits. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1923)
+ Fixed Sigma Rabbit bonuses not counting in collection stats display. - appable (https://github.com/hannibal002/SkyHanni/pull/1925)
+ Fixed some Chocolate Factory issues caused by a Hypixel update. -
CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1860)
+ Fixed a bug where the chocolate factory leaderboard position was not showing when the position had many digits. -
sayomaki (https://github.com/hannibal002/SkyHanni/pull/1918)
+ Fixed compact chat sometimes breaking when obtaining legendary or higher tier rabbits. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1923)
+ Fixed Sigma Rabbit bonuses not counting in collection stats display. -
appable (https://github.com/hannibal002/SkyHanni/pull/1925)
+ Fixed incorrect API name conversion for Fish the Rabbit. - appable (https://github.com/hannibal002/SkyHanni/pull/1975)
+ Fixed stray rabbit sound not playing for the Golden Rabbit. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1913)

#### Custom Scoreboard Fixes

+ Fixed scoreboard player count not displaying in dungeons. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1894)
+ Fixed scoreboard player count not displaying in dungeons. -
ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1894)

#### Dungeon Fixes

+ Fixed healer orb pickup hider. - Mikecraft1224 (https://github.com/hannibal002/SkyHanni/pull/1750)
+ Fixed Dungeon Rank Tab list color not showing the names of players with YouTube/Admin rank. - Empa (https://github.com/hannibal002/SkyHanni/pull/1878)

#### Mining Fixes

+ Fixed a typo in Tunnels Maps. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1883)
+ Fixed Dungeon Rank Tab list color not showing the names of players with YouTube/Admin rank. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1878)

#### Commands Fixes

Expand All @@ -188,36 +233,62 @@

#### Fishing Fixes

+ Fixed Thunder and Jawbus not being highlighted by Highlight Rare Sea Creatures. - Empa (https://github.com/hannibal002/SkyHanni/pull/1858)
+ Fixed Thunder and Jawbus not being highlighted by Highlight Rare Sea Creatures. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1858)
+ Fixed Trophy Fish Display not working for stranded players. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1966)

#### Performance Fixes

+ Fixed small memory leaks when staying in one island for extended periods. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1890)
+ Fixed small memory leaks when staying in one island for extended periods. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1890)

#### Diana Fixes

+ Fixed Inquisitor detection for sharing. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1949)
+ Fixed Diana errors being shown when the feature is not enabled. - Empa (https://github.com/hannibal002/SkyHanni/pull/1942)
+ Fixed Diana errors being shown when the feature is not enabled. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1942)

#### Rift Fixes

+ Fixed rift slayer warning showing while hitting Oubliette Guard. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1950)
+ Fixed rift slayer warning showing while hitting Oubliette Guard. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1950)

#### Inventory Fixes

+ Fixed estimated item value not showing in NEU PV. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1955)

#### Combat Fixes

+ Fixed summons not being removed from Summoning Mob Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1964)

#### Misc Fixes

+ Fixed LorenzToolTipEvent triggering when not actually hovering over an item. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1920)
+ Fixed LorenzToolTipEvent triggering when not actually hovering over an item. -
CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1920)
+ Fixed the GUI editor opening unintentionally. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1973)
+ Fixed movable hotbar conflicts with some mods. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1965)

### Technical Details

+ Use more simple time mark. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1777)
+ Removed all uses of ChatUtils.sendCommandToServer, replacing with HypixelCommands.. - Empa (https://github.com/hannibal002/SkyHanni/pull/1769)
+ Removed all uses of ChatUtils.sendCommandToServer, replacing with HypixelCommands.. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1769)
+ Use fewer deprecated LorenzVec functions. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1556)
+ Cleanup of duplicate code in EntityUtils. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1556)
+ Move regex and pattern operations to RegexUtils. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1854)
+ Added Track Particles command. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1787)
+ Fixed stacked mob highlights. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1856)
+ SkillExpGainEvent now uses SkillAPI data. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1788)
+ Added InquisitorFoundEvent event. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1949)
+ Added annotation to automatically load modules. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1904)
+ Just add the @SkyHanniModule annotation to an object to auto load it.
+ Modified removeColor for visual formatting consistency. - appable (https://github.com/hannibal002/SkyHanni/pull/1824)
+ Keeps formatting consistency in the presence of color codes acting as implicit reset codes.
+ Added RepoPattern.list. - !nea (https://github.com/hannibal002/SkyHanni/pull/1733)
+ A way to store x amount of patterns.
+ Added unit test for repo pattern lists. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1733)
+ Added RepoPattern.exclusiveGroup. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1733)
+ Reserves a key namespace, that is only accessible from this group.

## Version 0.25

Expand Down
5 changes: 5 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Displays profit/loss in chat after looting a corpse in the Mineshaft.
+ Includes a breakdown of information on hover.
+ HOTM perks level and Enable Display. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1059)
+ Mineshaft Corpse and Entrance/Ladder Locators. - nobaboy (https://github.com/hannibal002/SkyHanni/pull/1500)
+ Includes keybind functionality for both.

</details>
<details open><summary>
Expand Down Expand Up @@ -1211,6 +1213,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ ULTRA RARE Book Notification when doing the Experiment Table. - raven (https://github.com/hannibal002/SkyHanni/pull/1738)
+ In-Water Display. - Stella (https://github.com/hannibal002/SkyHanni/pull/1892)
+ Useful when using a Prismarine Blade in Stranded Mode.
+ Added Beacon Power Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1901)
+ Added Hide Useless Armor Stands. - Empa (https://github.com/hannibal002/SkyHanni/pull/1962)
+ Hides armor stands that briefly appear on Hypixel.

</details>
<details open><summary>
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 @@ -502,7 +502,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.26.Beta.5",
version = "0.26.Beta.6",
)
class SkyHanniMod {

Expand Down

0 comments on commit f91b00b

Please sign in to comment.