From e7f445955245667932d7cc9537a20fe2d466df3c Mon Sep 17 00:00:00 2001 From: senseiwells Date: Wed, 18 Sep 2024 00:04:55 +0100 Subject: [PATCH 1/2] Changelog --- README.md | 2 +- build.gradle.kts | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0d659a..f1da753 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ repositories { } dependencies { - modImplementation("me.senseiwells:server-replay:1.1.2+1.21.1") + modImplementation("me.senseiwells:server-replay:1.1.3+1.21.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 72cb7e5..742480e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -114,11 +114,9 @@ tasks { file = remapJar.get().archiveFile changelog.set( """ - - Re-implement voicechat support (for 1.21) - - Fixed an issue with Carpet bots not recording entities properly - - Fixed an issue with `/replay view` - - Fixed an incompatibility with Syncmatica - - Added the ability to change the player's recording directory name + - Fixed an incompatibility with Servux + - Fixed an incompatibility with C2ME + - Fixed an issue that caused players to not be able to join when auto recording """.trimIndent() ) type = STABLE From 28a9b35f1bd8f11aa3015ebdb6ee9d0e592dd8a0 Mon Sep 17 00:00:00 2001 From: senseiwells Date: Wed, 18 Sep 2024 00:08:40 +0100 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d90348..6ced24f 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ repositories { } dependencies { - modImplementation("me.senseiwells:server-replay:1.1.2+1.20.6") + modImplementation("me.senseiwells:server-replay:1.1.3+1.20.6") } ```