We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a206bcc commit 8bf13a2Copy full SHA for 8bf13a2
1 file changed
src/main.cpp
@@ -36,7 +36,7 @@ void OpenLyricsVersion::get_about_message(pfc::string_base & out)
36
out += "\nChangelog:\n";
37
// out += "Version " OPENLYRICS_VERSION " (" __DATE__ "):\n"
38
// "\n";
39
- out += "Version 1.10.2 (2024-09-01):\n"
+ out += "Version 1.10.2 (2024-09-02):\n"
40
"- Fix a crash when attempting to edit lyrics on a track with none saved\n"
41
"- Fix internet radio always searching when a new track starts, ignoring\n"
42
" the option to only search when an OpenLyrics panel is visible\n"
0 commit comments