aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-21 01:06:20 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-21 01:06:20 +0200
commit7ba43a05ae44fa91d93afcd95891b84f31003195 (patch)
tree651c54635d469a6dc9696f520aec7d0d515afd60
parent0106aacfa62850044f94a838970b5bb1147edf09 (diff)
downloadSkyHanni-7ba43a05ae44fa91d93afcd95891b84f31003195.tar.gz
SkyHanni-7ba43a05ae44fa91d93afcd95891b84f31003195.tar.bz2
SkyHanni-7ba43a05ae44fa91d93afcd95891b84f31003195.zip
Version 0.28 Beta 5
-rw-r--r--docs/CHANGELOG.md24
-rw-r--r--docs/FEATURES.md3
-rw-r--r--root.gradle.kts2
3 files changed, 28 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index dc79cc80f..273657034 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -17,6 +17,7 @@
+ Added Focus Mode. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2694)
+ In Focus Mode, only the name of the item is displayed instead of the full description.
++ Added WASD keybinds to the Abiphone Snake Game. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1968)
#### Fishing Features
@@ -41,6 +42,11 @@
+ Added chat compacting for 'items in stash' warnings. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2639)
+#### Combat features
+
++ Added Draconic Sacrifice Tracker. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2077)
+ + Tracks items and profit while using the Draconic Altar in the End.
+
### Improvements
#### Inventory Improvements
@@ -58,6 +64,10 @@
#### Combat Improvements
+ Added Totem of Corruption and Enrager to the Ability Cooldown feature. - DungeonHub (https://github.com/hannibal002/SkyHanni/pull/2706)
++ Improved Flare Display. - DungeonHub (https://github.com/hannibal002/SkyHanni/pull/2705)
+ + Added Flare Expiration Sound.
+ + Added Flare Expiration Flash Warning.
+ + Added a setting to adjust the expiration warning time.
#### Mining Improvements
@@ -107,6 +117,7 @@
+ Fixed locked Ultimate enchantments being hidden by Enchant Parsing. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/2732)
+ Fixed Chest Value Display on Carpentry Chests. - fazfoxy (https://github.com/hannibal002/SkyHanni/pull/2743)
+ Fixed Compact Item Stars. - Empa, Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/2741)
++ Fixed an Estimated Item Value issue where +10 stars were accidentally added to certain items and unstarred items were not showing stars. - Fazfoxy and Empa (https://github.com/hannibal002/SkyHanni/pull/2758)
#### Combat Fixes
@@ -119,6 +130,8 @@
#### Custom Scoreboard Fixes
+ Fixed Custom Scoreboard not showing the Second Barbarian Quest. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2709)
++ Fixed Custom Scoreboard duplicating the Party Leader. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2780)
++ Fixed some Custom Scoreboard errors. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/2779)
#### Hoppity Fixes
@@ -141,6 +154,7 @@
#### Commands Fixes
+ Fixed /shtranslate not working in most cases. - Obsidian (https://github.com/hannibal002/SkyHanni/pull/2693)
++ Fixed tab completions for /p [IGN]. - appable (https://github.com/hannibal002/SkyHanni/pull/2769)
#### Mining Fixes
@@ -153,6 +167,15 @@
#### Event Fixes
+ Fixed Fear Stat Display. - Fazfoxy (https://github.com/hannibal002/SkyHanni/pull/2766)
++ Fixed Carnival Goal display rarely showing outside the Hub Island. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2772)
+
+#### Rift Fixes
+
++ Fixed Mirrorverse features sometimes not working. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/2773)
+
+#### Chat Fixes
+
++ Fixed item stash messages not being compacted correctly. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2781)
#### Misc Fixes
@@ -181,6 +204,7 @@
+ Moved Hoppity Warp Menu config to `HoppityWarpMenuConfig`. - Daveed (https://github.com/hannibal002/SkyHanni/pull/2712)
+ Migrated some LorenzEvents without parameters to SkyHanniEvents. - Empa (https://github.com/hannibal002/SkyHanni/pull/2744)
+ Changed SkyHanniEvents without parameters to be objects. - Empa (https://github.com/hannibal002/SkyHanni/pull/2744)
++ Added a custom import ordering Detekt rule. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2775)
## Version 0.27
diff --git a/docs/FEATURES.md b/docs/FEATURES.md
index e84276478..5c35f1c4b 100644
--- a/docs/FEATURES.md
+++ b/docs/FEATURES.md
@@ -231,6 +231,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Shows a star on Enchanted Books with an Ultimate Enchant.
+ Added Focus Mode. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/2694)
+ In Focus Mode, only the name of the item is displayed instead of the full description.
++ Added WASD keybinds to the Abiphone Snake Game. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1968)
</details>
<details open><summary>
@@ -1419,6 +1420,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Use `/shcarry` to add carries to a customer, and set a price for a slayer boss.
+ Automatically counts slayer bosses you carry.
+ Automatically tracks coins received from customers via `/trade`.
++ Added Draconic Sacrifice Tracker. - HiZe (https://github.com/hannibal002/SkyHanni/pull/2077)
+ + Tracks items and profit while using the Draconic Altar in the End.
</details>
<details open><summary>
diff --git a/root.gradle.kts b/root.gradle.kts
index 834d2b8e4..2d6b5b0d0 100644
--- a/root.gradle.kts
+++ b/root.gradle.kts
@@ -14,7 +14,7 @@ plugins {
allprojects {
group = "at.hannibal2.skyhanni"
- version = "0.28.Beta.5"
+ version = "0.28.Beta.6"
repositories {
mavenCentral()
mavenLocal()