|
| 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 |
0 commit comments