@@ -25,27 +25,28 @@ Changelog::Changelog() : ScreenBackable() {
2525 std::vector<CHANGELOG> changelogs;
2626
2727 CHANGELOG v41_10;
28- v41_10.title = " 41.10" ;
28+ v41_10.title = " 41.10 (2025-12-05) " ;
2929 v41_10.changes = {
3030 R"( - Added -console launch option to open a separate console window on Windows)" ,
3131 R"( - Added -info launch option to print OpenGL information)" ,
32+ R"( - Added support for media keyboard buttons (play/pause/prev/next))" ,
3233 R"( - Fixed being unable to chat during gameplay)" ,
3334 R"( - Fixed colors being wrong in fullscreen on Windows on AMD cards)" ,
35+ R"( - Fixed mod selection animations)" ,
3436 R"( - Fixed restarting a map not keeping nightcore pitch)" ,
35- R"( - Fixed smoke)" , // idk what the bug was
3637 R"( - Fixed multiple SoLoud specific issues:)" ,
3738 R"( - Clicking/popping when looping a song)" ,
3839 R"( - Rare deadlock/freeze when switching devices)" ,
3940 R"( - Selected audio device not always getting saved)" ,
4041 R"( - Volume sometimes getting set to 100% when switching devices)" ,
42+ R"( - Improved login error messages)" ,
4143 R"( - Made window resizing smoother)" ,
42- R"( - Media keyboard buttons (play/pause/prev/next) now work in the main menu)" ,
4344 R"( - Updated osu! version to b20251128.1)" ,
4445 };
4546 changelogs.push_back (v41_10);
4647
4748 CHANGELOG v41_09;
48- v41_09.title = " 41.09" ;
49+ v41_09.title = " 41.09 (2025-11-28) " ;
4950 v41_09.changes = {
5051 R"( - Added "snd_rate_transpose_algorithm" ConVar to adjust rate changer quality)" ,
5152 R"( - Added option to draw map backgrounds in discord rich presence)" ,
0 commit comments