From dde8ea48b92dde6e99bd4e78ae8fc15f120aa0fa Mon Sep 17 00:00:00 2001 From: ineanto Date: Thu, 28 Dec 2023 21:54:33 +0100 Subject: [PATCH] feat(changelog): update (1.1.2-RC1) --- CHANGELOG.log | 11 +++++++++++ build.gradle.kts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.log b/CHANGELOG.log index ebc8c70..7e1362a 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -1,3 +1,14 @@ +1.1.2-RC1: Update n°8 (28/12/23) + [FEATURES] + - Players now default back to their original appearance upon failure. + + [FIXES] + - Fixed an invalid placeholder parameter (%nicko_random_skin% now gets if the player has random skin on login set or not). + - Fixed the error reason not appearing upon failure. + - Fixed player profiles (name and skin associated) not being reset gracefully upon failure. + - Fixed error messages not being precise enough. + - Various optimizations and improvements. + 1.1.1-RC1: Update n°7 (27/12/23) [FEATURES] - Made Nicko compatible with 1.20.3 and 1.20.4. diff --git a/build.gradle.kts b/build.gradle.kts index e356166..3a7c4b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "xyz.ineanto" -version = "1.1.1-RC1" +version = "1.1.2-RC1" val shadowImplementation: Configuration by configurations.creating configurations["implementation"].extendsFrom(shadowImplementation)