Skip to content

Commit

Permalink
bump project version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Oct 22, 2024
1 parent f1bb4de commit 026cec9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/changelog/0.5.0.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 026cec9

Please sign in to comment.