<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>UltraStar Deluxe</title>
    <description>A free and open source karaoke game inspired by the Singstar™ game, runs on Windows, Linux and macOS.
</description>
    <link>https://ultrastar-deluxe.github.io/</link>
    <atom:link href="https://ultrastar-deluxe.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 03 Jun 2026 07:44:44 +0000</pubDate>
    <lastBuildDate>Wed, 03 Jun 2026 07:44:44 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>v2026.6.0 released</title>
        <description>&lt;p&gt;Version 2026.6.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.6.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Round scores to multiples of 1 instead of 10. Highscore plugin website owners might need to adjust input validation #1268&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Do not create extra SongDir paths if they don’t exist #1260&lt;/li&gt;
  &lt;li&gt;Improve image scaling #1300&lt;/li&gt;
  &lt;li&gt;Use a fixed range for editor MIDI #1282&lt;/li&gt;
  &lt;li&gt;Allow larger textures if the system supports it #1165&lt;/li&gt;
  &lt;li&gt;Do not ask to uninstall when reinstalling or updating, allow to keep avatars, and fix some checkboxes in the uninstaller #1183&lt;/li&gt;
  &lt;li&gt;Allow playlists to be used in all party modes #1208&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix crash when going to the webcam screen after changing languages #1275&lt;/li&gt;
  &lt;li&gt;Do not save scores times the number of screens #1248&lt;/li&gt;
  &lt;li&gt;Allow disabling buttons in themes #1215&lt;/li&gt;
  &lt;li&gt;Fix Alt+Letter search when categories are enabled #1196&lt;/li&gt;
  &lt;li&gt;Fix missing note textures in the Editor in some cases #1303&lt;/li&gt;
  &lt;li&gt;Fix color of rap notes and selected rap notes #1302&lt;/li&gt;
  &lt;li&gt;Fix incorrect microphone names #1309&lt;/li&gt;
  &lt;li&gt;Fix some note splitting regressions #1299&lt;/li&gt;
  &lt;li&gt;Do not automagically ‘correct’ where spaces are #1313&lt;/li&gt;
  &lt;li&gt;Add some missing MIDI guards #1211&lt;/li&gt;
  &lt;li&gt;Do correct where spaces are when splitting/joining sentences #1314&lt;/li&gt;
  &lt;li&gt;Fix various playlist bugs #1241&lt;/li&gt;
  &lt;li&gt;Fix circular reference in USkins #1315&lt;/li&gt;
  &lt;li&gt;Use the correct difficulty when submitting highscores through plugins #1321&lt;/li&gt;
  &lt;li&gt;Detect if there is singing across the entire buffer instead of only the oldest quarter #1283&lt;/li&gt;
  &lt;li&gt;Prevent Windows from taking screenshots #1194&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Various refactorings and cleanup of unused code #1278 #1279 #1280 #1235 #1233 #1311&lt;/li&gt;
  &lt;li&gt;Drop support for ProjectM 0.x #1239&lt;/li&gt;
  &lt;li&gt;Remove in-game console #1271&lt;/li&gt;
  &lt;li&gt;Deduplicate player-related theme assets #1284&lt;/li&gt;
  &lt;li&gt;Build AppImage with Debian Jessie #1272&lt;/li&gt;
  &lt;li&gt;Remove support for old OpenCV versions #1238 #1301&lt;/li&gt;
  &lt;li&gt;AppImage dependency updates #1304&lt;/li&gt;
  &lt;li&gt;Add support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;#VOCALS&lt;/code&gt; #1297&lt;/li&gt;
  &lt;li&gt;Local checking for trailing whitespace #1188&lt;/li&gt;
  &lt;li&gt;Update Windows DLLs #1307&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Wed, 03 Jun 2026 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2026/06/03/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2026/06/03/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2026.5.0 released</title>
        <description>&lt;p&gt;Version 2026.5.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.5.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Some txt checks have been deferred until the song is actually played. If you need to have all the issues at startup, use the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-check-songs&lt;/code&gt; switch #1121 #1257&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Count in songs that have lyrics soon after starting them #1203 #1274&lt;/li&gt;
  &lt;li&gt;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&lt;/li&gt;
  &lt;li&gt;Add more precise volume controls #1093 #1253&lt;/li&gt;
  &lt;li&gt;Emulate MIDI #1131&lt;/li&gt;
  &lt;li&gt;Loading screen reports song loading progress #1100 #1259&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Switch Windows to 64-bit #1149&lt;/li&gt;
  &lt;li&gt;Use OpenCV C++ wrapper on macOS #1243&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Blacklist &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;vdownmix&lt;/code&gt; device in Portaudio #1231&lt;/li&gt;
  &lt;li&gt;Don’t insert &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;null&lt;/code&gt; bytes at the end of a string in the database #1173&lt;/li&gt;
  &lt;li&gt;Fix overlaping buttons on statistics screen #1242&lt;/li&gt;
  &lt;li&gt;Fix MIDI notes getting stuck in the Editor #1265&lt;/li&gt;
  &lt;li&gt;Fix medleys with deferred txt checks, and medleys should not affect difficulty level #1264&lt;/li&gt;
  &lt;li&gt;Don’t crash if config.ini is not writable in some cases #1178&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Update linter job to support Node.js 24 #1228&lt;/li&gt;
  &lt;li&gt;Remove unused soundfonts #1237&lt;/li&gt;
  &lt;li&gt;Remove unused Bamboo CI scripts #1232&lt;/li&gt;
  &lt;li&gt;Use full path for song errors #1205&lt;/li&gt;
  &lt;li&gt;Fix packaging output for macOS #1251&lt;/li&gt;
  &lt;li&gt;Refactor scoring #1246&lt;/li&gt;
  &lt;li&gt;Remove obsolete cover.db #1255&lt;/li&gt;
  &lt;li&gt;Do not play MIDI when clicking a note with the mouse #1269&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 09 May 2026 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2026/05/09/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2026/05/09/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2026.4.0 released</title>
        <description>&lt;p&gt;Version 2026.4.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.4.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Remove support for the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;#RESOLUTION&lt;/code&gt; header&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Support Lua 5.5 #1216&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Update Noto fonts #1218 #1221&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix crash if more microphones are configured than the game supports #1191&lt;/li&gt;
  &lt;li&gt;Flush FFmpeg audio resampler when seeking #1204&lt;/li&gt;
  &lt;li&gt;Fix memory leak in lyrics #1223&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Remove unused credits tune #1187&lt;/li&gt;
  &lt;li&gt;Rename Apple builds to macOS + replace some IRC references with Discord #1214 #1222&lt;/li&gt;
  &lt;li&gt;Remove unused internals that allowed multiple BPMs throughout a song #1198&lt;/li&gt;
  &lt;li&gt;Prepare projectM wrapper for building as DLL #1220&lt;/li&gt;
  &lt;li&gt;Link release page #1202&lt;/li&gt;
  &lt;li&gt;Improve management of option menu interactions #1224&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 06 Apr 2026 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2026/04/06/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2026/04/06/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2026.3.0 released</title>
        <description>&lt;p&gt;Version 2026.3.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.3.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Remove Carousel, Slot Machine, Slide and Tile song selection modes. Custom theme providers, see &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/wiki/Theme-changes#202630&quot;&gt;wiki page&lt;/a&gt; #1163&lt;/li&gt;
  &lt;li&gt;Line bonus is no longer optional, it is always on #1162 #1175&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Allow ordered playlists. Toggle with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;O&lt;/code&gt; #1096&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Improve text editing in the editor and add mouse support #1088&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix party mode bugs: hide duets, refresh songs, correctly use playlists, scrolling #1128&lt;/li&gt;
  &lt;li&gt;Fix memory leaks in sing screen and score screen #1161&lt;/li&gt;
  &lt;li&gt;Fix random song selecting a song not in the current playlist/search&lt;/li&gt;
  &lt;li&gt;Fix various song selection bugs #1168&lt;/li&gt;
  &lt;li&gt;Correctly size P2 track when editing a duet #1172&lt;/li&gt;
  &lt;li&gt;Correct editor help for pasting notes + remove references to non-existing modes #1171&lt;/li&gt;
  &lt;li&gt;Fix texture bug on pre-SSSE3 systems #1181&lt;/li&gt;
  &lt;li&gt;Fix chessboard desyncing when rapidly scrolling #1182&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Refactor some player-related fields #1157&lt;/li&gt;
  &lt;li&gt;Remove credits screen and replace it with a text on the About screen #1164&lt;/li&gt;
  &lt;li&gt;Fix flathub linter warning #1154&lt;/li&gt;
  &lt;li&gt;Reject songs that use P1/P2 but are not actually a duet #1166&lt;/li&gt;
  &lt;li&gt;UltraStar Manager and UltraStar Creator are no longer included in the Windows installer #1170&lt;/li&gt;
  &lt;li&gt;Update credits #1185&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sun, 08 Mar 2026 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2026/03/08/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2026/03/08/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2026.2.0 released</title>
        <description>&lt;p&gt;Version 2026.2.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2026.2.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Refactor theme system, see &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/wiki/Theme-changes#202620&quot;&gt;Theme changes#2026.2.0&lt;/a&gt; #1135 #1143&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix Linux AppImage build #1152&lt;/li&gt;
  &lt;li&gt;Less unnecessary compiler output #1142&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sun, 08 Feb 2026 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2026/02/08/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2026/02/08/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2025.12.1 released</title>
        <description>&lt;p&gt;Version 2025.12.1 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.12.1&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Report txt errors (e.g. overlapping notes) in the Editor #1106&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Editor automatically corrects displayed staves #1115&lt;/li&gt;
  &lt;li&gt;Cache player names in party mode #1119&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix crash in audio playback #1110&lt;/li&gt;
  &lt;li&gt;Use correct avatar frame color when using multiple screens #1090&lt;/li&gt;
  &lt;li&gt;Fix crash when changing theme multiple times #1126&lt;/li&gt;
  &lt;li&gt;Allow &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;q&lt;/code&gt; in new playlist titles #1087&lt;/li&gt;
  &lt;li&gt;Fix crash when using MIDI output #1113&lt;/li&gt;
  &lt;li&gt;Fix display bug in editor if startbeat is not 0 #1117&lt;/li&gt;
  &lt;li&gt;Display duets correctly #1120&lt;/li&gt;
  &lt;li&gt;Remove empty lines from songs #1092&lt;/li&gt;
  &lt;li&gt;Respect negative &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;#VIDEOGAP&lt;/code&gt; when seeking #1118&lt;/li&gt;
  &lt;li&gt;Fix missing background in fullscreen mode #1127&lt;/li&gt;
  &lt;li&gt;Fix crash on certain recording devices #1122&lt;/li&gt;
  &lt;li&gt;Show proper stacktraces on installed Linux versions #1132&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Tracks&lt;/code&gt; is no longer a global variable #1099&lt;/li&gt;
  &lt;li&gt;Cache CI build environment #1124&lt;/li&gt;
  &lt;li&gt;Resolve many compilation warnings #1104&lt;/li&gt;
  &lt;li&gt;Fix UScreenSongMenu line endings #1097&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 30 Dec 2025 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2025/12/30/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2025/12/30/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2025.12.0 released</title>
        <description>&lt;p&gt;Version 2025.12.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.12.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Refactor how the Options screens work internally, see &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/wiki/Theme-changes#2025120&quot;&gt;wiki page&lt;/a&gt; for details if you provide or use a custom theme #1094 + #1108 + #1102&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Improve where linebreaks are set when fixing timings in the Editor (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;T&lt;/code&gt;) #1059&lt;/li&gt;
  &lt;li&gt;Reload playlists automatically #1049&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Default difficulty for new installs changed to Medium #1067&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Do not log error if a score didn’t increase #1054&lt;/li&gt;
  &lt;li&gt;Do not attempt instrumental mode by default if the song doesn’t have one #1058&lt;/li&gt;
  &lt;li&gt;Use correct song length if preview from previously-selected song is still active #1065&lt;/li&gt;
  &lt;li&gt;Fix crash when restarting a song with more players than there are lyrics tracks #1074&lt;/li&gt;
  &lt;li&gt;Fix only saving scores for actually completed songs #1084&lt;/li&gt;
  &lt;li&gt;Fix crash when moving the mouse on the score screen #1095&lt;/li&gt;
  &lt;li&gt;Fix popup and menu z-index when using multiple screens #1091&lt;/li&gt;
  &lt;li&gt;Highlight correct button when returning from the Options - Themes screen #1086&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Use Lazarus 4.2 / FPC 3.2.2 for Windows builds #1068&lt;/li&gt;
  &lt;li&gt;Remove most compilation spam about inline hints #1075&lt;/li&gt;
  &lt;li&gt;Compile Linux and Mac builds with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-Ciro&lt;/code&gt; flags for stricter error checking #1081&lt;/li&gt;
  &lt;li&gt;Add documentation on how to fix the pipeline when the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;mxe&lt;/code&gt; token expires #1080&lt;/li&gt;
  &lt;li&gt;Do not echo every single file that’s being copied #1076&lt;/li&gt;
  &lt;li&gt;Allow running &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;game/ultrastardx&lt;/code&gt; on self-compiled Mac versions #1101&lt;/li&gt;
  &lt;li&gt;Update Mac images used by CI #1105&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 06 Dec 2025 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2025/12/06/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2025/12/06/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2025.10.1 released</title>
        <description>&lt;p&gt;Version 2025.10.1 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.10.1&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix scores not saving #1062&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 13 Oct 2025 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2025/10/13/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2025/10/13/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2025.10.0 released</title>
        <description>&lt;p&gt;Version 2025.10.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.10.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Support MIDI keyboards in the Editor (Windows-only) #1000&lt;/li&gt;
  &lt;li&gt;Add &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/wiki/config.ini&quot;&gt;config.ini&lt;/a&gt; option to start songs in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;#INSTRUMENTAL&lt;/code&gt; by default #1015&lt;/li&gt;
  &lt;li&gt;Reload player names if config.ini has changed #1048&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Check only relevant sentences for every beat, not always all sentences #1051&lt;/li&gt;
  &lt;li&gt;Save scores for songs where the audio ends earlier than the lyrics #1020&lt;/li&gt;
  &lt;li&gt;Show full backtraces on the console if an error occurs #1019&lt;/li&gt;
  &lt;li&gt;Show error popup with full backtraces on Linux + Mac #1007&lt;/li&gt;
  &lt;li&gt;Update Slovenian translation #1055&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 04 Oct 2025 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2025/10/04/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2025/10/04/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>v2025.9.0 released</title>
        <description>&lt;p&gt;Version 2025.9.0 has been released.
Downloads are available from &lt;a href=&quot;https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2025.9.0&quot;&gt;github&lt;/a&gt;
and &lt;a href=&quot;https://flathub.org/apps/eu.usdx.UltraStarDeluxe&quot;&gt;flathub&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;enhancements&quot;&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Support FFmpeg 8 #1038&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix some category images on case-sensitive file systems #1042&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-changes&quot;&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix some image names #1040&lt;/li&gt;
  &lt;li&gt;Fix various typos #1041&lt;/li&gt;
  &lt;li&gt;Add keywords to desktop file #1043&lt;/li&gt;
  &lt;li&gt;Remove unused Zlib #1044&lt;/li&gt;
  &lt;li&gt;Use CPPFLAGS #1046&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 06 Sep 2025 04:09:00 +0000</pubDate>
        <link>https://ultrastar-deluxe.github.io/news/2025/09/06/release.html</link>
        <guid isPermaLink="true">https://ultrastar-deluxe.github.io/news/2025/09/06/release.html</guid>
        
        
        <category>news</category>
        
      </item>
    
  </channel>
</rss>
