From 18eea2781798fdbcedc44d9c21963fb69a670b24 Mon Sep 17 00:00:00 2001 From: Sefiraat Date: Fri, 6 Jan 2023 13:05:27 +0000 Subject: [PATCH 1/2] Update changelog --- .github/workflows/maven-compiler.yml | 1 + CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/maven-compiler.yml b/.github/workflows/maven-compiler.yml index 1f91ea87b0..a8ab1c1052 100644 --- a/.github/workflows/maven-compiler.yml +++ b/.github/workflows/maven-compiler.yml @@ -12,6 +12,7 @@ on: - '.github/workflows/**' - 'src/**' - 'pom.xml' + - 'CHANGELOG.md' permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index d43382816d..f4abe2746d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ * "/sf stats" can no longer be used if researching is disabled * "/sf research" can no longer be used if researching is disabled * Removed the Hercules Pickaxe from Slimefun +* If CS-CoreLib is present, Slimefun will disable itself (previously it would just error) #### Fixes * Fixed #3597 @@ -63,6 +64,8 @@ * Fixed #3664 * Fixed #3651 * Fixed #3677 +* Fixed #3705 +* Fixed BlockPlacer being able to place disabled items ## Release Candidate 32 (26 Jun 2022) https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#32 From b78c17b36280da9cede566113e999cf06fe05efd Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Sat, 7 Jan 2023 15:20:34 +0100 Subject: [PATCH 2/2] [CI skip] Schedule next RC for today --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4abe2746d..d3a1604d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Table of contents -- [Release Candidate 33 (TBD)](#release-candidate-33-tbd) +- [Release Candidate 33 (07 Jan 2023)](#release-candidate-33-07-jan-2023) - [Release Candidate 32 (26 Jun 2022)](#release-candidate-32-26-jun-2022) - [Release Candidate 31 (14 Mar 2022)](#release-candidate-31-14-mar-2022) - [Release Candidate 30 (31 Dec 2021)](#release-candidate-30-31-dec-2021) @@ -34,7 +34,8 @@ - [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019) -## Release Candidate 33 (TBD) +## Release Candidate 33 (07 Jan 2023) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#33 #### Additions * (API) Added Tinted Glass to "GLASS_BLOCKS" tag