diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 40 | ||||
-rw-r--r-- | docs/FEATURES.md | 8 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 50 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index b1a2f13ab..0edc31e5a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.26.Beta.10" +version = "0.26.Beta.11" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 810337af2..fe6d0c27d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -71,6 +71,8 @@ + Added HotM Perks Powder features. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1460) + Added total powder cost to HotM perks. + Added powder cost for 10 levels. ++ Added Mineshaft Pity Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) + + Displays information about Mineshaft spawns, your progress towards a Pity Mineshaft, and more. #### Inventory Features @@ -99,6 +101,11 @@ + Options to show checkmarks or crosses instead of numbers. + Hover over a trophy fish to see the percentage caught and how to gain progress. +#### Rift Features + ++ Punchcard Artifact Highlighter & Overlay. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1089) + + Highlights unpunched players in the Rift. + #### Misc Features + Click on breakdown display in /playtimedetailed to copy the stats into the clipboard. - @@ -113,6 +120,10 @@ + Estimated Price Integration. + Favorite slots; option to only display favorite slots. + Added toggle for compacting Garden visitor summary messages. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/2026) ++ Added SkyHanni User Luck to the stats breakdown. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1288) + + This can be viewed in /sbmenu, /equipment, and the Misc Stats submenu. ++ Added a source download verification checker. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1914) + + Warns you when the mod has been downloaded from an untrusted source (not the official GitHub or Modrinth). ### Improvements @@ -185,6 +196,9 @@ + Ignoring irrelevant attributes (Resistance, Speed, Experience, etc). + No longer counting attribute combos or single attribute prices when cheaper than the base item price. + Added option to choose Bazaar price for Copper price. - Trîggered (https://github.com/hannibal002/SkyHanni/pull/2030) ++ Added Custom Wardrobe Slot Keybinds. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2105) + + These function independently of NEU. NEU's keybinds will not work in the Custom Wardrobe. ++ Added an option to show item tooltips in the Custom Wardrobe only when holding a keybind. - Empa (https://github.com/hannibal002/SkyHanni/pull/2078) #### Fishing Improvements @@ -200,6 +214,11 @@ + Crimson Isle Reputation Helper now warns when the Faction Quest Widget is disabled in the tab list. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1977) +#### Combat Improvements + ++ Improved Summoning Mob features. - Empa (https://github.com/hannibal002/SkyHanni/pull/2092) + + Added a separate toggle to enable/disable summoning chat messages. + #### Misc Improvements + Added a toggle for 24-hour time. - seraid (https://github.com/hannibal002/SkyHanni/pull/1804) @@ -217,6 +236,7 @@ + Added Carnival lines to the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1995) + Added an exclude dungeon toggle to hide far entities. - Iceshadow (https://github.com/hannibal002/SkyHanni/pull/2036) + Improved Custom Wardrobe outline color. - Empa (https://github.com/hannibal002/SkyHanni/pull/2079) ++ Improved phrasing of config descriptions, enhanced overall readability, fixed typos, newlines, etc. - zapteryx (https://github.com/hannibal002/SkyHanni/pull/2067) ### Fixes @@ -266,6 +286,9 @@ + 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) + Fixed compact chat sometimes breaking when obtaining legendary or higher tier rabbits. - DavidArthurCole (https://github.com/hannibal002/SkyHanni/pull/2041) ++ Fixed highlight missing requirements even when Hoppity Rabbit is already found. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2101) ++ Fixed Compact Hoppity Chat not working with rabbits purchased from the Hoppity NPC. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2100) ++ Fixed a rare case where golden strays caused incorrect duplicate detection during Compact Chat for Hoppity's. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2090) #### Custom Scoreboard Fixes @@ -324,6 +347,7 @@ #### Combat Fixes + Fixed summons not being removed from Summoning Mob Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1964) ++ Fixed area mini boss spawn durations below 1 second not displaying. - Empa (https://github.com/hannibal002/SkyHanni/pull/2110) #### Chat Fixes @@ -346,6 +370,8 @@ + Fixed an error with the chum bucket hider. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2043) + Fixed stranded highlighted placeable NPCs. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2071) + Fixed visual words import from SBE with special characters. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2085) ++ Fixed waypoint text being hidden when more than 80 blocks away. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2103) ++ Fixed durations displaying with milliseconds. - Empa (https://github.com/hannibal002/SkyHanni/pull/2095) ### Technical Details @@ -415,6 +441,20 @@ + New Scoreboard lines are added automatically from remote. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2068) + The pattern still needs to be added to the list in development. + Improved code around Kuudra armor sets in estimated item value checking. - Luna (https://github.com/hannibal002/SkyHanni/pull/2057) ++ Cleaned up some scoreboard event handling. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1940) ++ Refactored Summoning Mob Manager to use Mob Detection. - Empa (https://github.com/hannibal002/SkyHanni/pull/2092) ++ Added true color support to text rendering. - nea (https://github.com/hannibal002/SkyHanni/pull/1397) + + This is separate from chroma. + + This is achieved by using §#§0§0§0§f§f§f§/. + + Simply use the ExtendedChatColor class. ++ Refactored Area Miniboss Features to use mob detection. - Empa (https://github.com/hannibal002/SkyHanni/pull/2095) ++ Added OreBlock and OreType. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) ++ Added OreMinedEvent. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) + + Provides information on the original block mined, and any other blocks mined by sources like Efficient Miner, Mole, etc. ++ Improved performance with Commission Color Blocks. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) ++ Fixed HotmAPI saving incorrect level values when using Blue Egg. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2097) ++ Fixed the interest widget and added a scrap widget. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2094) ++ Made SkyHanni into a Mod. - hannibal2 + nea (https://github.com/hannibal002/SkyHanni/pull/2099) ### Removed Features diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 5ba29f483..06f7e2c5c 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -796,6 +796,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Vermin Highlight. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1457) + Highlights Vermin mobs in the West Village in the Rift. + Change Highlight color. ++ Punchcard Artifact Highlighter & Overlay. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1089) + + Highlights unpunched players in the Rift. </details> <details open><summary> @@ -853,6 +855,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + HotM Perks Powder features. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1460) + Added total powder cost to HotM perks. + Added powder cost for 10 levels. ++ Mineshaft Pity Display. - Empa (https://github.com/hannibal002/SkyHanni/pull/1655) + + Displays information about Mineshaft spawns, your progress towards a Pity Mineshaft, and more. </details> <details open><summary> @@ -1185,6 +1189,8 @@ 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. ++ Added SkyHanni User Luck to the stats breakdown. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1288) + + This can be viewed in /sbmenu, /equipment, and the Misc Stats submenu. + 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. @@ -1234,6 +1240,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Estimated Price Integration. + Favorite slots; option to only display favorite slots. + Added a Chat Message if the Perkapocalypse Mayor is unknown. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2009) ++ Added a source download verification checker. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1914) + + Warns you when the mod has been downloaded from an untrusted source (not the official GitHub or Modrinth). </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 e02bece5e..fa45c35c6 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -42,7 +42,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.26.Beta.10", + version = "0.26.Beta.11", ) class SkyHanniMod { |