Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2024.8.0 #25

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions _posts/2024-08-04-release.md
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.
5 changes: 3 additions & 2 deletions downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ permalink: /downloads/
menu: main
---

## Current version: 2024.5.1
[Installer, release notes and source can be found on github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.5.1).
## Current version: 2024.8.0
[Installer, release notes and source can be found on github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.8.0).

The most recent version.
Bug reports should be based on this version.
Expand All @@ -17,6 +17,7 @@ Alternative installation methods:


## Previous versions
* [2024.5.1](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.5.1)
* [2024.3.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.3.0)
* [2024.1.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2024.1.0)
* [2023.12.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2023.12.0)
Expand Down