Skip to content

Releases: tranxuanthang/lrcget

0.3.0

25 Feb 18:49
Compare
Choose a tag to compare

Changelog:

  • 🚀 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.

0.2.1

04 Oct 18:53
Compare
Choose a tag to compare

Changelog:

  • Search for a lyrics for an individual track, with the ability to preview and apply the lyrics for that track
  • Add new/edit/synchronize lyrics feature.
  • You can also publish your edited/synchronized lyrics to LRCLIB service. No account/registration is needed!
  • LRCGET now attempts to download plain lyrics when synchronized lyrics are unavailable.
  • Fixed some problems related to seeking/pausing/resuming track for Linux
  • Improved speed and memory consumption when scanning directories for tracks
  • Allow scanning for tracks with file extension in uppercase format

Lastly, LRCLIB homepage and API documentation is now available at: https://lrclib.net

0.1.4

11 Jun 14:46
Compare
Choose a tag to compare

Changelog:

  • Allow enabling devtools in release mode
  • Adjust connect-src so that music player works in release mode for Linux

Changelog from 0.1.3:

  • Add support for OPUS extension in #9 by @NeatoMonster
  • Fix the music player playback in Linux

0.1.3

11 Jun 09:39
e2aefbb
Compare
Choose a tag to compare

Changelog:

  • Add support for OPUS extension in #9 by @NeatoMonster
  • Fix the music player playback in Linux

0.1.2

22 May 09:59
Compare
Choose a tag to compare

Changelog:

  • Fix the bug that prevents showing open dialog and control window

Changelog from 0.1.0:

  • Fixed directories removal
  • Avoid panicking if a scanned track is missing tag data
  • Remove some unused packages

0.1.1

22 May 04:53
Compare
Choose a tag to compare

Changelog:

  • Fixed directories removal
  • Avoid panicking if a scanned track is missing tag data
  • Remove some unused packages

0.1.0

21 May 01:38
Compare
Choose a tag to compare

Changelog:

  • UI has been massively overhauled
  • Source code is now more maintainable
  • You can now select multiple directories for scanning tracks
  • Tracks can be preview with built-in synced lyrics viewer
  • Opus format (.ogg) support
  • Support more platforms (Linux and macOS) (not heavily tested)

0.0.5

15 Nov 19:45
Compare
Choose a tag to compare
Change successed/failed count logic

0.0.4

14 Nov 11:24
Compare
Choose a tag to compare
Initial commit