Skip to content

Commit

Permalink
0.21 Beta 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Nov 7, 2023
1 parent e2c66f3 commit b32a56f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
+ Added commands /shresetpowdertracker and /shresetdicertracker to reset the Powder Tracker and Dicer Drop Tracker - hannibal2
+ Added current session/total session switch for Dicer Drop Tracker. - hannibal2
+ Added a button to reset the local session for Dicer Drop Tracker and for Powder Tracker. - hannibal2
+ Added more features for Ender Node Tracker and Armor Drop Tracker. - hannibal2
+ Added session/display mode support, added a button to reset the current session, and added the commands /shresetendernodetracker and /shresetarmordroptracker to reset the full data.
+ Added support for different current sessions per profile for all new trackers: Ender Node, Armor Drop, Dicer Drop, Powder and Slayer Profit Tracker
+ Added the option to change the Blaze Slayer Dagger GUI positions. - hannibal2

### Bug Fixes

Expand Down Expand Up @@ -235,6 +239,8 @@
accidentally. - hannibal2
+ Hopefully fixed resets of Visitor Drops stats. - hannibal2
+ Fixed typo in The Art Of Peace. - walker
+ Fixed compatibility problems with ChatTriggers that caused flickering in the Estimated Item Value while inside the NEU Profile Viewer. - hannibal2
+ Fixed Quest Item Helper showing negative numbers. - hannibal2

#### Config

Expand Down Expand Up @@ -275,6 +281,7 @@
+ Added the slayer profit tracker logic (command to reset, toggle between total view and session view, and button to delete session) to powder tracker and Dicer Drop Tracker. - hannibal2
+ Added support for migrating parts of the player or session storage. - nea
+ Changed the config format for dicerRngDrops/dicerDropsTracker. - hannibal2
+ Created SkyHanniTracker, the core API for working with tracker stuff. This should be used everywhere someday in the future. - hannibal2

## Version 0.20

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.21.Beta.20"
version = "0.21.Beta.21"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.21.Beta.20",
version = "0.21.Beta.21",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit b32a56f

Please sign in to comment.