From c1a0def0a0adef949cc67a3ac8445bac1ddd1437 Mon Sep 17 00:00:00 2001 From: senseiwells Date: Mon, 19 Aug 2024 20:35:26 +0100 Subject: [PATCH] Version bump + update changelog --- README.md | 1 + build.gradle.kts | 7 +++++-- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 184cf5a..536cdcd 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ You will only have access to a limited set of commands when viewing replays, the - `/replay view speed ` Sets the playback speed of the current replay. - `/replay view restart` Restarts the playback of the current replay. - `/replay view close` Closes the current replay and brings you back to the server. +- `/replay view progress ` Hides or shows the progress bossbar. If you disconnect while watching a replay, you will be brought back to the server when you login. diff --git a/build.gradle.kts b/build.gradle.kts index 9500a53..e81eaab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -128,8 +128,11 @@ tasks { file = remapJar.get().archiveFile changelog.set( """ - - Updated to 1.21 - - Removed voicechat support (voicechat is yet to support replay) + - 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 """.trimIndent() ) type = STABLE diff --git a/gradle.properties b/gradle.properties index 15ffe94..7cc8a53 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,6 @@ voicechatApiVersion=2.5.0 vmpVersion=0.2.0+beta.7.162+1.21 syncmaticaVersion=1.21-sakura.6 -modVersion=1.1.1 +modVersion=1.1.2 org.gradle.jvmargs=-Xmx4000m \ No newline at end of file