-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from UltraStar-Deluxe/release-2024-8-0
release v2024.8.0
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: post | ||
title: "v2024.8.0 released" | ||
date: 2024-08-04 20:09:00 +0200 | ||
categories: news | ||
--- | ||
Version 2024.8.0 has been released. | ||
Downloads are available from [github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.8.0) | ||
and [flathub](https://flathub.org/apps/eu.usdx.UltraStarDeluxe). | ||
|
||
## Features | ||
* Lua plugins have a new global `current_filename` which returns the absolute path to the plugin #855 | ||
|
||
## Enhancements | ||
* Selecting a random song will not select the same song repeatedly #851 #874 | ||
* Editor selected note color is the inverse of P1 #870 | ||
* Lua `require` now returns the last module table #854 | ||
|
||
## Bug Fixes | ||
* Multichannel audio files play at the correct speed #867 | ||
* Invalid `#RESOLUTION` is ignored #868 | ||
* Fix CI #866 #882 | ||
|
||
## Other Changes | ||
* Remove Sort functionality from song menu #869 | ||
* Automatically detect trailing whitespace in PR's #876 | ||
* Change build status badge to Github Actions #863 | ||
* Updates for FlatHub releases #857 | ||
* Remove old AppVeyor and Travis CI files and workarounds #877 | ||
* Document `--enable-debug` #875 | ||
|
||
## Upcoming breaking change | ||
Support for 8 or 12 players in regular mode is slated to be removed in a future release. |
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