aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-28 21:58:38 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-28 21:58:38 +0200
commitec2b051767df64e93a8430c857790b1ed951830e (patch)
tree0ac6cd9ea61281c972b41d9131d6b52beb32498a
parent496cfdd7637cd1392fddd5ed49e750f4c7cd7afb (diff)
downloadskyhanni-ec2b051767df64e93a8430c857790b1ed951830e.tar.gz
skyhanni-ec2b051767df64e93a8430c857790b1ed951830e.tar.bz2
skyhanni-ec2b051767df64e93a8430c857790b1ed951830e.zip
Version 0.25 Beta 15
-rw-r--r--build.gradle.kts2
-rw-r--r--docs/CHANGELOG.md25
-rw-r--r--docs/FEATURES.md23
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 44 insertions, 8 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index c1e2b7f98..dc63a9ad3 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.25.Beta.14"
+version = "0.25.Beta.15"
val gitHash by lazy {
val baos = ByteArrayOutputStream()
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 53141c896..1403636ce 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -102,6 +102,12 @@
+ Shared waypoints for found eggs.
+ Added Bits Gained Chat Message. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1487)
+ Added Hoppity rabbit collection stats summary. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1482)
++ Added Chocolate Factory Menu Shortcut (Hoppity Menu Shortcut). - raven + martimavocado (https://github.com/hannibal002/SkyHanni/pull/1583)
++ Added Tooltip Move. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1581)
+ + Moves the tooltip away from the item you hover over while inside the Chocolate Factory.
++ Added Chocolate Factory Compact On Click. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1579)
++ Added Factory Chat Filters. - RobotHanzo (https://github.com/hannibal002/SkyHanni/pull/1574)
+ + Hide chocolate factory upgrade and employee promotion messages.
#### Inventory Features
@@ -126,6 +132,8 @@
+ Options to change the distance and number of mobs to always show.
+ Option to disable in garden.
+ 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.
### Improvements
@@ -224,6 +232,8 @@
#### Event Improvements
+ Compressed the no power up line in the Jerry winter event. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1355)
++ Improved description of Hoppity highlight updates. - rnghatesme (https://github.com/hannibal002/SkyHanni/pull/1580)
++ Added a way to disable the rabbit crush warning by setting the threshold to zero. - seraid (https://github.com/hannibal002/SkyHanni/pull/1575)
#### Rift Improvements
@@ -293,6 +303,7 @@
+ Fixed /gfs error with 0 at the end. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1528)
+ Fixed Transfer Party Chat command. - nobaboy (https://github.com/hannibal002/SkyHanni/pull/1505)
+ Fixed aquamarine gemstones in queued gfs. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1545)
++ Fixed some guild chat messages having wrong format. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1568)
#### GUI Fixes
@@ -330,6 +341,7 @@
+ Fixed bazaar order cancel save to clipboard error again. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1474)
+ Fixed Bazaar Cancelled Buy Order Clipboard one last time. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1529)
+ Fixed tooltips disappearing with the Enchant Parsing feature. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1552)
++ Fixed tooltip on certain items when using Enchant Parsing. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1569)
#### Rift Fixes
@@ -340,6 +352,15 @@
+ Fixed Paleontologist book not getting detected when excavate fossils. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1490)
+ Fixed cold overlay not resetting. - Empa (https://github.com/hannibal002/SkyHanni/pull/1540)
+#### Command Fixes
+
++ 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)
+
+#### Config Fixes
+
++ Fixed show unclaimed eggs config option. - nopo (https://github.com/hannibal002/SkyHanni/pull/1572)
+
#### Misc Fixes
+ Fixed tick event being called twice a tick. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1342)
@@ -366,6 +387,7 @@
+ Fixed Bits Gained Chat Messages being sent randomly. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1503)
+ Fixed discord profile level error. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1548)
+ Fixed Profit Trackers showing no more than 2.1b coins. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1554)
++ Fixed error with other mods that include DiscordIPC and do not relocate. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1573)
### Technical Details
@@ -484,6 +506,9 @@
+ Moved drawGradientRect to RenderUtils. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1461)
+ Moved Discord RPC to ThatGravyBoat version on TeamResourceful maven. - ThatGravyBoat (https://github.com/hannibal002/SkyHanni/pull/1526)
+ Fixed a few small errors related to RenderLivingEvent. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1555)
++ Improved mixins for custom tab completion. - nea (https://github.com/hannibal002/SkyHanni/pull/1571)
+ + This should make SkyHanni more compatible with other mods doing the exact same mixin for tab completion.
+ + Also changed the mixin to use an event, allowing more decentralized tab completion changes.
### Removed Features
diff --git a/docs/FEATURES.md b/docs/FEATURES.md
index d2af2d2a8..faae5958f 100644
--- a/docs/FEATURES.md
+++ b/docs/FEATURES.md
@@ -831,6 +831,21 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ New Year Cake Reminder. - hannibal2
+ Easter Egg Hunt 2024 waypoints. - Erymanthus + walker (https://github.com/hannibal002/SkyHanni/pull/1193)
+### Hoppity and Chocolate Factory
+
++ Hoppity rabbit collection stats summary. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1482)
++ Stuff for Chocolate Factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1434)
+ + Show info about your chocolate factory.
+ + Show which upgrades you can afford and which to buy.
+ + Notification to click on rabbit in the inventory.
+ + Notify you if you are close to having your rabbits crushed.
++ Chocolate Factory Menu Shortcut (Hoppity Menu Shortcut). - raven + martimavocado (https://github.com/hannibal002/SkyHanni/pull/1583)
++ Tooltip Move. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1581)
+ + Moves the tooltip away from the item you hover over while inside the Chocolate Factory.
++ Chocolate Factory Compact On Click. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1579)
++ Factory Chat Filters. - RobotHanzo (https://github.com/hannibal002/SkyHanni/pull/1574)
+ + Hide chocolate factory upgrade and employee promotion messages.
+
</details>
<details open><summary>
@@ -857,6 +872,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Calculate how many crops need to be farmed between different crop milestones.
+ /shcalccroptime. - CalMWolfs
+ 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.
</details>
<details open><summary>
@@ -1099,18 +1116,12 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Added `!pt` (and aliases) as a command that allows others to transfer the party to themselves.
+ Added `!pw` (and aliases) as a command that allows others to request a warp.
+ Option to highlight Zealots holding Chests in a different color. - Luna (https://github.com/hannibal002/SkyHanni/pull/1347)
-+ Stuff for Chocolate Factory. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1434)
- + Show info about your chocolate factory.
- + Show which upgrades you can afford and which to buy.
- + Notification to click on rabbit in the inventory.
- + Notify you if you are close to having your rabbits crushed.
+ Allow party members to request allinvite to be turned on. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1464)
+ Say !allinv in party chat for them to enable all invite.
+ Added Hide Far Entities. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1064)
+ 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.
-+ Hoppity rabbit collection stats summary. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1482)
</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 abb16f732..77c69e08d 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -460,7 +460,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.25.Beta.14",
+ version = "0.25.Beta.15",
)
class SkyHanniMod {