From d528884609857fef9ac1728643c69e45f03a8ba8 Mon Sep 17 00:00:00 2001 From: J3fftw <44972470+J3fftw1@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:26:00 +0100 Subject: [PATCH] update changelog && revert dependency update (#4142) * update changelog && revert dependency update * Update CHANGELOG.md --------- Co-authored-by: Daniel Walsh --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd52f7a3d..d6e8f59d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,33 @@ - [Release Candidate 2 (29 Sep 2019)](#release-candidate-2-29-sep-2019) - [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019) -## Release Candidate 37 (TBD) +## Release Candidate 38 (TBD) + +## Release Candidate 37 (25 Feb 2024) + +#### Additions +* (API) Introduce SlimefunItemRegistryFinalizedEvent (#4099) +* Add update warning to /sf versions (#4096) +* Add new analytics service (#4067) + +#### Changes +* Allow blocks to be dropped while in creative mode (#3934) +* Storage rewrite - Phase 1 (#4065) +* Temporarily disable senstive blocks check (#4077) +* Update MockBukkit to 1.20.4 along with existing tests (#4086) +* Move PlayerProfile saving off the main thread (#4119) + +#### Fixes +* Fix contributor head being pullable (#4072) +* Fix backpack IDs not incrementing (#4081) +* Fix inventory being used when Slimefun block is broken (#4088) +* Fix items not being able to be placed on ancient altar (#4094) +* Update dough to fix item stacking issue (#4100) +* Fix slimefun block turning into a vanilla block if there are viewers (#4101) +* Fixes #4123 - Coal Generator will no longer be locked after researching (#4124) +* Fixes exhaustion when loading large profiles (#4127) +* Fixes guide search when using colored chat (#4125) +* Fix dupe glitch with backpacks (#4134) ## Release Candidate 36 (20 Dec 2023) diff --git a/pom.xml b/pom.xml index ec30e2025..08c63b0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.2 + 3.5.1