From b2855b081f696cd1daf149aba004e7f6d007b59b Mon Sep 17 00:00:00 2001 From: Yasin <19829407+LifeIsAParadox@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:42:48 +0200 Subject: 5.4.0 (#1436) * update mod to 5.4.0 * Update CHANGELOG.md * Hideonleaves --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ FEATURES.md | 14 ++++++++++++-- README.md | 33 +++++++++++++++++++++++++++++---- gradle.properties | 2 +- 4 files changed, 93 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7800c090..687a3ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,54 @@ +# Release 5.4.0 + +## Highlight +* Use custom vanilla GSON config serialization + The mysterious config wipe errors were the result of malformed json, + normal GSON is extensively tested and is highly unlikely to produce that + itself but YACL uses an intermediary parser that has had similar + problems with this stuff in the past. +* Add HOTF perk level slot text adder +* Add hunting box helper +* Hunting Mobs features +* Hunting Box Shard Prices +* Add a minimum pickle count to sea lumies +* Add attribute level slot text +* Same Color Terminal Solver +* Copy Underbid Price to Clipboard +* Add a config option to toggle item protection chat notifications +* Calculator improvements +* Config for config button and customize button +* Add attribute list for bazaar price support +* Add new shards to dungeon profit calculators +* Sea Lumies Highlighter improvements +* Fix ARGBTextInput crash when pasting +* Fix Item Pickup Widget Network Protocol Error Disconnect +* Get rid of ETF log spam +* Fix suggestions flashing sometimes when removing history entry +* New items like Fig and Mangrove Logs are now displayed as the correct item (not a player head) + +## What's Changed +* Add HOTF perk level slot text adder by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1391 +* ignore seen waypoints outside loaded chunks by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1392 +* Add hunting box helper by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1394 +* fix ARGBTextInput crash when pasting by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1408 +* Fix Item Pickup Widget Network Protocol Error Disconnect by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1416 +* Add a minimum pickle count to sea lumies by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1395 +* Fix hunting box helper not matching non-player head items by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1400 +* Add attribute level slot text by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/1399 +* Get rid of ETF log spam by @ninjaguardian in https://github.com/SkyblockerMod/Skyblocker/pull/1404 +* Copy Underbid Price to Clipboard by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1370 +* Add a config option to toggle item protection chat notifications by @salbeira in https://github.com/SkyblockerMod/Skyblocker/pull/1382 +* Fix suggestions flashing sometimes when removing history entry by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1383 +* Calculator improvements by @Ownwn in https://github.com/SkyblockerMod/Skyblocker/pull/1368 +* config for config button and customize button by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1390 +* Same Color Terminal Solver by @PeytonBrown in https://github.com/SkyblockerMod/Skyblocker/pull/1372 + +## New Contributors +* @ninjaguardian made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1404 +* @salbeira made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1382 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v5.3.0...v5.4.0 +___ # Release 5.3.0 ## Highlight diff --git a/FEATURES.md b/FEATURES.md index 1fea5d61..93f5c535 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -19,10 +19,11 @@ - *Simon Says* - *Lights On* - *Teleport Maze* - - Terminal: + - Terminal (F7/M7): - *Order* - *Coloured Items* - *Item Name* + - *Same Color* - **Rare Drop Special Effects** - **Chest Profit Calculator** - **F3/M3 Fire Freeze Staff Timer** @@ -45,6 +46,11 @@ - **Waypoints to forest nodes** - **Lushlilac and Sea Lumies Highlighters** - **Forest temple puzzle solver** +- **Hunting box helper** +- **Hunting Mobs features** + - Silence Phantoms + - Highlight Hideonleaves +- **Hunting Box Shard Prices** ### Kuudra Features: - **Kuudra waypoints:** @@ -205,7 +211,7 @@ - **Equipment in inventory** - **Search overlays for bz and ah** - **Slot Text:** - - *Attribute Shard Info Display* + - *Attribute level* - *Catacombs level* - *Collection level* - *Enchantment book level* @@ -229,6 +235,8 @@ - *Enchantment abbreviations* - *Choose Pet* - *Skyblock Guide* + - *HOTM* + - *HOTF* - **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** - **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. - **Item Tooltip:** (Provides information on) @@ -299,6 +307,7 @@ ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support** - **Item Protection** + - config option to toggle item protection chat notifications - **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message. - **Wiki Lookup:** Press F4 to open the wiki page about the held item. - **OptiFabric Compatibility** @@ -311,3 +320,4 @@ - **Skin transparency correction** - **Skyblock XP Messages** - **Share position and set waypoint** +- **Copy Underbid Price to Clipboard** diff --git a/README.md b/README.md index 82a7ac9c..e66f84c7 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Simon Says* - *Lights On* - *Teleport Maze* - - Terminal: + - Terminal (F7/M7): - *Order* - *Coloured Items* - *Item Name* + - *Same Color* - **Rare Drop Special Effects** - **Chest Profit Calculator** - **F3/M3 Fire Freeze Staff Timer** @@ -63,6 +64,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Waypoints to forest nodes** - **Lushlilac and Sea Lumies Highlighters** - **Forest temple puzzle solver** +- **Hunting box helper** +- **Hunting Mobs features** + - Silence Phantoms + - Highlight Hideonleaves +- **Hunting Box Shard Prices** ### Kuudra Features: - **Kuudra waypoints:** @@ -223,7 +229,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Equipment in inventory** - **Search overlays for bz and ah** - **Slot Text:** - - *Attribute Shard Info Display* + - *Attribute level* - *Catacombs level* - *Collection level* - *Enchantment book level* @@ -247,6 +253,8 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Enchantment abbreviations* - *Choose Pet* - *Skyblock Guide* + - *HOTM* + - *HOTF* - **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** - **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. - **Item Tooltip:** (Provides information on) @@ -317,6 +325,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support** - **Item Protection** + - config option to toggle item protection chat notifications - **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message. - **Wiki Lookup:** Press F4 to open the wiki page about the held item. - **OptiFabric Compatibility** @@ -329,6 +338,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Skin transparency correction** - **Skyblock XP Messages** - **Share position and set waypoint** +- **Copy Underbid Price to Clipboard** @@ -815,6 +825,20 @@ information. SpaceMonkeyy86 +
+
+