aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle.kts2
-rw-r--r--docs/CHANGELOG.md30
-rw-r--r--docs/FEATURES.md10
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 38 insertions, 6 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 0c39d60cf..7167a4e50 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.25.Beta.17"
+version = "0.25.Beta.18"
val gitHash by lazy {
val baos = ByteArrayOutputStream()
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 399e4c7ab..96d6c18f1 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -53,6 +53,8 @@
+ Shows Title.
+ Shows button in chat to retrieve from sack.
+ Only works when having enough Architect First Drafts in the sack.
++ Added dungeon hub race waypoints. - seraid (https://github.com/hannibal002/SkyHanni/pull/1471)
+ + Only works for Nothing; No return races.
#### Rift Features
@@ -114,6 +116,11 @@
+ Also can notify you when you get a new charge or your charges are full.
+ Extra tooltip stats about upgrades for the chocolate factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1594)
+ View these to know when to buy time tower or Coach Jackrabbit.
++ Added Chocolate Leaderboard Change. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1602)
+ + Show the change of your chocolate leaderboard over time in chat.
+ + This updates every time you first open the /cf menu on a new server.
++ Added Chocolate Shop Price. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1601)
+ + Show chocolate to coin prices inside the Chocolate Shop inventory.
#### Inventory Features
@@ -140,6 +147,9 @@
+ SkyCrypt button to Discord RPC. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1526)
+ Added `/shupdate` command. - Empa (https://github.com/hannibal002/SkyHanni/pull/1578)
+ Can be used like `/shupdate <beta/full>` to download updates from a specific update stream.
++ Added Inventory background to GUI editor. - seraid (https://github.com/hannibal002/SkyHanni/pull/1622)
++ Added /shignore. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1469)
+ + This lets you block users from running party commands.
### Improvements
@@ -252,15 +262,15 @@
+ Removed the Hoppity Menu Shortcut in The Rift, Kuudra, Catacombs and Mineshafts. - raven (https://github.com/hannibal002/SkyHanni/pull/1585)
+ You cannot use the chocolate factory in these areas, resulting in the button being removed.
+ Live update chocolate amounts in other inventories related to the chocolate factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1594)
++ Added ranking percentage to Hoppity Display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1501)
++ Split up Chocolate Factory and Hoppity in the config. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1599)
+ + Factory is now under category inventory.
+ + Hoppity is now alone.
#### Rift Improvements
+ Made the vermins in the Vermin Tracker match the order shown in Kat's menu. - Luna (https://github.com/hannibal002/SkyHanni/pull/1459)
-#### Event Improvements
-
-+ Added ranking percentage to Hoppity Display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1501)
-
#### Dungeon Improvements
+ Added a command to clear the kismet state in Croesus. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1539)
@@ -274,6 +284,7 @@
+ Added support to right-click in GUI editor to open config for all remaining GUI elements. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1455)
+ Fixed another memory leak. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1491)
+ Don't send some reminders while in dark auction. - seraid (https://github.com/hannibal002/SkyHanni/pull/1533)
++ Added descriptions for missing config categories. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1600)
### Fixes
@@ -310,6 +321,7 @@
+ Fixed pest count error being shown. - Empa (https://github.com/hannibal002/SkyHanni/pull/1563)
+ Fixed pest count logic not having necessary delay. - Empa (https://github.com/hannibal002/SkyHanni/pull/1591)
+ Fixed visitor reward warning only blocking normal clicks. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1595)
++ Fixed Visitor's logbook stats display showing while guesting. - HiZe (https://github.com/hannibal002/SkyHanni/pull/1635)
#### Chat Fixes
@@ -347,6 +359,10 @@
+ Fixed space in visitor shopping list. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1549)
+ Fixed missing Fossil Dust line in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1586)
+ Fixed SkyHanni showing the Vanilla Scoreboard when using Apec. - hannibal2, j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1592)
++ Fixed Magical Power not setting to zero when the mod can't find the magical power line. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1632)
++ Fixed crash on Unix with Discord Rich Presence. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1611)
++ Made some lines in Discord Rich Presence shorter. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1613)
+ + This should help avoid overflowing the SkyCrypt profiles button.
#### Dungeon Fixes
@@ -381,6 +397,7 @@
+ Fixed party invite tab completion not working for friends. - nea (https://github.com/hannibal002/SkyHanni/pull/1571)
+ Fixed error when running /gfs without amount. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1567)
++ Fixed out of item messages in Composter GfS. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1398)
#### Config Fixes
@@ -389,6 +406,8 @@
#### Event Fixes
+ Fixed a typo in the Barn Warning message. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1584)
++ Fixed not sharing location when barn full. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1608)
++ Fixed Chocolate Factory Move Tooltip flickering when clicking quickly. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1604)
#### Misc Fixes
@@ -548,6 +567,9 @@
+ Added scroll able logic for Renderables. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/886)
+ Added elements: scrollList and scrollTable.
+ Cleanup Custom Scoreboard code. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1486)
++ Cleanup HoppityCollectionStats to improve readability. - walker (https://github.com/hannibal002/SkyHanni/pull/1562)
++ Added NamedParkourJson. - seraid (https://github.com/hannibal002/SkyHanni/pull/1471)
++ Added a `/shtestsackapi` debug command. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/1398)
### Removed Features
diff --git a/docs/FEATURES.md b/docs/FEATURES.md
index 9da0ae878..6e661e5f5 100644
--- a/docs/FEATURES.md
+++ b/docs/FEATURES.md
@@ -102,6 +102,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Shows Title.
+ Shows button in chat to retrieve from sack.
+ Only works when having enough Architect First Drafts in the sack.
++ Dungeon hub race waypoints. - seraid (https://github.com/hannibal002/SkyHanni/pull/1471)
+ + Only works for Nothing; No return races.
</details>
<details open><summary>
@@ -851,6 +853,11 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Also can notify you when you get a new charge or your charges are full.
+ Extra tooltip stats about upgrades for the chocolate factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1594)
+ View these to know when to buy time tower or Coach Jackrabbit.
++ Chocolate Leaderboard Change. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1602)
+ + Show the change of your chocolate leaderboard over time in chat.
+ + This updates every time you first open the /cf menu on a new server.
++ Chocolate Shop Price. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1601)
+ + Show chocolate to coin prices inside the Chocolate Shop inventory.
</details>
<details open><summary>
@@ -880,6 +887,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Calculate how long you need to farm crops between different crop milestones.
+ /shupdate command. - Empa (https://github.com/hannibal002/SkyHanni/pull/1578)
+ Can be used like `/shupdate <beta/full>` to download updates from a specific update stream.
++ /shignore. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1469)
+ + This lets you block users from running party commands.
</details>
<details open><summary>
@@ -1128,6 +1137,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Can perhaps increase FPS for some users by 5% to 150%.
+ Options to change the distance and number of mobs to always show.
+ Option to disable in garden.
++ Inventory background to GUI editor. - seraid (https://github.com/hannibal002/SkyHanni/pull/1622)
</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 9a6453c6d..2b8ca5ab8 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -467,7 +467,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.25.Beta.17",
+ version = "0.25.Beta.18",
)
class SkyHanniMod {