diff options
| author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2024-08-30 21:23:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 21:23:25 +0200 |
| commit | 0ee855fa0c77bae76bd551abaea489a41b464312 (patch) | |
| tree | 520fa2e9456726f6ce0836b585f226488ec82ab2 | |
| parent | 2d445b69020ede20c59ab67af2e80cbaade95ace (diff) | |
| parent | 06369352b9b9437923e70a9b4d6a7992cb8fd0d8 (diff) | |
| download | Skyblocker-0ee855fa0c77bae76bd551abaea489a41b464312.tar.gz Skyblocker-0ee855fa0c77bae76bd551abaea489a41b464312.tar.bz2 Skyblocker-0ee855fa0c77bae76bd551abaea489a41b464312.zip | |
Merge pull request #972 from LifeIsAParadox/update-mod-to-1.22.1
Update mod to 1.22.1 (the aaron update)
| -rw-r--r-- | CHANGELOG.md | 22 | ||||
| -rw-r--r-- | gradle.properties | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59982014..8a0b6162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# Release 1.22.1 + +## Highlight +* Display Slot Text and Protected Items in PV +* Request Profile Id if we don't receive it +* Fix Ultrasequencer Bugs +* Fix NoSuchElementException with modelless Abicases +* Fix PV Collections Crash +* Fix WebSocket bugs + +## What's Changed +* Fix Ultrasequencer Bugs by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/942 +* Fix NoSuchElementException with modelless Abicases by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/953 +* Slot Text and Item Protection support for the PV by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/954 +* Request Profile Id if we don't receive it by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/947 +* [Pv & SlayerHighlight] Fixes and improvements by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/952 +* Tooltip Info Rework + Performance improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/957 +* Fix PV Collections Crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/959 +* Fix WebSocket bugs by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/964 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.22.0...v1.22.1 +___ # Release 1.22.0 ## Highlight diff --git a/gradle.properties b/gradle.properties index 26100b44..20fe7d79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ commons_math_version = 3.6.1 commons_text_version = 1.12.0 # Mod Properties -mod_version = 1.22.0 +mod_version = 1.22.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |
