Skip to content

Commit

Permalink
changelog for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 6, 2025
1 parent 3d0d365 commit 7f2c153
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
58 changes: 57 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
# SkyHanni - Change Log

## Version 1.0.0
## Version 1.1.0

### New Features

#### Minion

+ Added Minion Upgrade Helper. - Ovi_1 (https://github.com/hannibal002/SkyHanni/pull/2589)
+ Added a button in the Minion menu to obtain required items for the next upgrade from Sacks or Bazaar.
+ Opens Bazaar if items aren't found in Sacks.
+ Shows the cost of required items and total upgrade cost.

### Improvements

#### Tab List Improvements

+ Added Profile Widget to Tab List Display. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/3152)

#### Inventory Improvements

+ Added time-held display for Discrite in stack size and lore. - Luna (https://github.com/hannibal002/SkyHanni/pull/3101)

#### Mining Improvements

+ Enabled per-crystal color customization for Crystal Nucleus Barrier highlights. - Daveed (https://github.com/hannibal002/SkyHanni/pull/3062)
+ Sorted mining islands in Mining Event Tracker. - Penguin4life (https://github.com/hannibal002/SkyHanni/pull/3117)

### Bug Fixes

#### Rift Bug Fixes

+ Fixed "Rift-Exported" items incorrectly marked as "salable" for motes in the features "Show Motes Price" and "Hide Not Clickable Items". - Luna (https://github.com/hannibal002/SkyHanni/pull/3144)
+ Fixed Rift-Exportable items incorrectly marked as non-transferable with Hide Not Clickable Items. - Luna (https://github.com/hannibal002/SkyHanni/pull/3144)
+ Items can still be transferred inside the Rift but cannot be sold for motes.

#### Event Bug Fixes

+ Fixed "Tokens Owned" not always updating in Carnival Shop. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/3153)

#### Inventory Bug Fixes

+ Fixed a rare error in Estimated Chest Value calculation. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/3150)

#### Custom Scoreboard Bug Fixes

+ Fixed Custom Scoreboard Lines sometimes not showing Kuudra Lines. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/3157)

#### Misc Bug Fixes

+ Fixed overflow level-up message not showing and removed dependency on skill progress display. - appable (https://github.com/hannibal002/SkyHanni/pull/3146)

### Technical Details

+ Changed some lazy vals to getters or normal vals. - Empa (https://github.com/hannibal002/SkyHanni/pull/3143)
+ Converted Storage and related classes to Kotlin. - Daveed (https://github.com/hannibal002/SkyHanni/pull/3106)
+ Improved ModVersion class and integrated it into UpdateManager. - Empa (https://github.com/hannibal002/SkyHanni/pull/3156)
+ Moved EntityHealthUpdateEvent to DataWatcherAPI. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2876)
+ Preprocessed DataWatcherAPI and related code. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/2876)

### New Features

Expand Down
4 changes: 4 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
- Minion name display with minion tier.
- **Minion Craft Helper** - Show how many more items you need to upgrade the minion in your inventory. Especially useful
for bingo.
+ Added Minion Upgrade Helper. - Ovi_1 (https://github.com/hannibal002/SkyHanni/pull/2589)
+ Added a button in the Minion menu to obtain required items for the next upgrade from Sacks or Bazaar.
+ Opens Bazaar if items aren't found in Sacks.
+ Shows the cost of required items and total upgrade cost.

+ Shows how much skill experience you will get when picking up items from the minion storage. - Thunderblade73

Expand Down

0 comments on commit 7f2c153

Please sign in to comment.