diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-08-14 18:18:00 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-08-14 18:18:00 +0200 |
commit | cfef2d401c80d58871c7d5c236946777d1915d00 (patch) | |
tree | 52f7eea8f0fb18bcc3327e098838fff07f61b8a1 /CHANGELOG.md | |
parent | 54133f9aa5d4b5134943d3e8d2916100ae7e1f3a (diff) | |
parent | ada74ef6b54168a1793c76bf3dd1c2c9d379c604 (diff) | |
download | Skyblocker-cfef2d401c80d58871c7d5c236946777d1915d00.tar.gz Skyblocker-cfef2d401c80d58871c7d5c236946777d1915d00.tar.bz2 Skyblocker-cfef2d401c80d58871c7d5c236946777d1915d00.zip |
Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into json-tabhud
# Conflicts:
# src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java
Pull new upstream things into branch
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2957090f..25b1d12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 1.11.1 + +## Highlight +* Fixes made to the mod to ensure it works with the latest Hypixel changes by @AzureAaron +* Overlay for all TP items by @Julienraptor01 and @kevinthegreat1 + +## What's Changed +* Update buildrelease.yml by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/223 +* Mixins refactor by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/213 +* add cache for beta builds by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/224 +* Add Overlays for ALL forms of TP by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/220 +* Fix Croesus Helper by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/226 +* Fix broken Hypixel detection by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/231 +* Random refactors by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/229 +* Fix dungeons death counter in the tab hud by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/233 + + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.11.0...v1.11.1 +___ # Release 1.11.0 ## Highlight |