From 026cec9cbdc509c79988f3856772d846f902a663 Mon Sep 17 00:00:00 2001 From: Pixirora Date: Tue, 22 Oct 2024 19:00:28 -0400 Subject: [PATCH] bump project version to 0.5.0 --- gradle.properties | 2 +- src/main/resources/changelog/0.5.0.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/changelog/0.5.0.txt diff --git a/gradle.properties b/gradle.properties index 3127531..50d5f7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.configureondemand = true maven_group = net.pixaurora # Mod Properties -mod_version = 0.4.0 +mod_version = 0.5.0 update_title = axolotl description = Helps you appreciate this game's music a bit more! diff --git a/src/main/resources/changelog/0.5.0.txt b/src/main/resources/changelog/0.5.0.txt new file mode 100644 index 0000000..b51a3aa --- /dev/null +++ b/src/main/resources/changelog/0.5.0.txt @@ -0,0 +1,17 @@ +This update gives support for Minecraft 1.21.2, and adds a brand new screen which shows the song that's playing! The screen is still in its early infancy, so when a song isn't playing there's nothing on screen and that'll be changed in the next update, but check it out when some music is playing with Mod Menu! + +# Main additions +- Animate the background so that it scrolls from right to left +- Add a Music Screen, complete with music metadata, timer widget, & progress bar + +# Version Support +- Support Minecraft 1.21.2 + +# Changes to Natives +- Update natives to Catculator Version 0.2.0 +- Move cache of natives to `.cache/kit_tunes` for improved transparency +- Parse sound files using Rust to find the length of tracks + +# Misc/build-time changes +- Prevent certain concurrency issues and config/music events +- Upgrade to Quilt Loom 1.8