LRCGET Changelog

What's new in LRCGET 0.3.0

Apr 9, 2024
  • Vastly improves performance and memory consumption when loading a large music library by implementing virtual scroller in UI and various other optimization.
  • Improves memory consumption when download lyrics for all songs in library.
  • New audio playback implementation in native Rust side completely instead of in the webview. Audio playback support should now be super consistent across platform (Windows, Linux, macOS), with many strange platform-specific bugs fixed. No more ugly monkey patches and nasty workarounds! Audio playback also works again in Linux AppImage build. MacOS playback issues might also be fixed but haven't tested.
  • Allows save and publish plain (unsynced) lyrics to LRCLIB (#35 by @shipurjan).
  • Allows adjust font size in lyrics editor (#40 by @shipurjan).
  • Added support for .wav file.
  • Added new About section that allows checking new version update.
  • Added transition animation when open/close some modals.
  • Restores native titlebar UI and other minor appearance changes.