v2023.6.0
barbeque-squared
released this
18 Jun 12:58
·
293 commits
to master
since this release
🚨 Breaking changes
The Windows version of USDX no longer ships with DLLs for OpenSSL and cURL. Highscore plugins that rely on them should be bundled with them instead (place the plugin DLL in webs
, the other DLLs in the main game directory). Although copying them over from a previous USDX version will work, it is recommended to find newer versions of the libraries the plugin depends on.
⭐ Features
- Song videos and background images now default to letterbox on game startup. Toggle with
A
. Stretch has been completely removed #689 #692
If you use a custom theme (or create them) you will probably want to findSingBackground]
in your theme ini and setColR=0
,ColB=0
andColG=0
.
📈 Enhancements
🪲 Bug Fixes
- Save scores for all players when using more than 6 players #676
- Fix wrong shortcuts listed in editor help #683
- Fix various memory leaks #688 #705 #707
- Correctly not highlight yet-unselected songs on the song selection screen #695
- Reset not-found previously selected avatars to the default colorized avatar to prevent a crash #698
- Fix floating point exception on MacOS ARM64 #708
- Use correct texture for rap notes #716