Skip to content

Commit 7f9900a

Browse files
release notes for v2026.5.0
1 parent d37492f commit 7f9900a

2 files changed

Lines changed: 44 additions & 2 deletions

File tree

_posts/2026-05-09-release.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: "v2026.5.0 released"
4+
date: 2026-05-09 06:09:00 +0200
5+
categories: news
6+
---
7+
Version 2026.5.0 has been released.
8+
Downloads are available from [github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.5.0)
9+
and [flathub](https://flathub.org/apps/eu.usdx.UltraStarDeluxe).
10+
11+
## Breaking changes
12+
* Some txt checks have been deferred until the song is actually played. If you need to have all the issues at startup, use the `-check-songs` switch #1121 #1257
13+
14+
## Features
15+
* Count in songs that have lyrics soon after starting them #1203 #1274
16+
* Re-scan audio devices when entering Options - Record. This allows for hotplugging audio devices without restarting the entire game. Startup now only scans devices that are assigned to players #1174 #1262
17+
* Add more precise volume controls #1093 #1253
18+
* Emulate MIDI #1131
19+
* Loading screen reports song loading progress #1100 #1259
20+
21+
## Enhancements
22+
* Switch Windows to 64-bit #1149
23+
* Use OpenCV C++ wrapper on macOS #1243
24+
25+
## Bug Fixes
26+
* Blacklist `vdownmix` device in Portaudio #1231
27+
* Don't insert `null` bytes at the end of a string in the database #1173
28+
* Fix overlaping buttons on statistics screen #1242
29+
* Fix MIDI notes getting stuck in the Editor #1265
30+
* Fix medleys with deferred txt checks, and medleys should not affect difficulty level #1264
31+
* Don't crash if config.ini is not writable in some cases #1178
32+
33+
## Other Changes
34+
* Update linter job to support Node.js 24 #1228
35+
* Remove unused soundfonts #1237
36+
* Remove unused Bamboo CI scripts #1232
37+
* Use full path for song errors #1205
38+
* Fix packaging output for macOS #1251
39+
* Refactor scoring #1246
40+
* Remove obsolete cover.db #1255
41+
* Do not play MIDI when clicking a note with the mouse #1269

downloads.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permalink: /downloads/
55
menu: main
66
---
77

8-
## Current version: 2026.4.0
9-
[Installer, release notes and source can be found on github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.4.0).
8+
## Current version: 2026.5.0
9+
[Installer, release notes and source can be found on github](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.5.0).
1010

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

1818

1919
## Previous versions
20+
* [2026.4.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.4.0)
2021
* [2026.3.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.3.0)
2122
* [2026.2.0](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.2.0)
2223
* [2025.12.1](https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.12.1)

0 commit comments

Comments
 (0)