feat(changelog): update (1.1.2-RC1)

This commit is contained in:
ineanto 2023-12-28 21:54:33 +01:00
parent af4625793c
commit dde8ea48b9
2 changed files with 12 additions and 1 deletions

View file

@ -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) 1.1.1-RC1: Update n°7 (27/12/23)
[FEATURES] [FEATURES]
- Made Nicko compatible with 1.20.3 and 1.20.4. - Made Nicko compatible with 1.20.3 and 1.20.4.

View file

@ -5,7 +5,7 @@ plugins {
} }
group = "xyz.ineanto" group = "xyz.ineanto"
version = "1.1.1-RC1" version = "1.1.2-RC1"
val shadowImplementation: Configuration by configurations.creating val shadowImplementation: Configuration by configurations.creating
configurations["implementation"].extendsFrom(shadowImplementation) configurations["implementation"].extendsFrom(shadowImplementation)