From 06369352b9b9437923e70a9b4d6a7992cb8fd0d8 Mon Sep 17 00:00:00 2001 From: Yasin Piri Date: Fri, 30 Aug 2024 19:00:14 +0200 Subject: Update mod to 1.22.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 -- cgit