generated from QuiltMC/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.6.0 & fix history widget's ordering
Signed-off-by: Rina Mary Shaw <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
This update adds support for Minecraft 1.21.4, as well as revamping the music screen with a pause feature and a history widget! | ||
|
||
# Main Changes | ||
- Store natives in global cache directory (by @Pixaurora) | ||
- Add a play/pause button so you can pause your music (by @Pixaurora) | ||
- Send scrobble events at 66% listen time instead of when the track ends (by @Pixaurora) | ||
- Show the music cooldown on the Music Screen (by @Pixaurora) | ||
- Add History Widget (by @Pixaurora) | ||
- Re-do the layout of the Music Screen so everything is fully on screen (by @Pixaurora) | ||
|
||
# Misc Changes | ||
- Add a minimal native HTTP client (by @LostLuma) | ||
- Run workflows only if matching files were changed (by @LostLuma) | ||
- Store Listen History (by @Pixaurora) | ||
- Clean up Scrobbler and Rendering code to make future improvements easier (by @Pixaurora) | ||
|
||
# Natives Changes | ||
- Add support for Risc-V on Linux (by @Pixaurora, @LostLuma) | ||
|