KingDownloads

lrcget version history

10 releases tracked, newest first.

2.1.0

Apr 25, 2026
- Redesigned UI with a cleaner color scheme for better contrast - Improved performance of Albums and Artists tabs - Fixed lyrics export error in the editor

7 downloads

2.0.1

Apr 23, 2026
Changelog: - Lyrics editor no longer blocks saving when both plain and synced lyrics are empty. - Added ability to import synced lyrics from an .lrc file (via file picker) or directly from clipboard into the lyrics editor. - Removed dead code and refactored the mass lyrics exporter to use a background queue (similar to the downloader). You can now close the export modal and reopen it later via the header button to check progress. - Reduced memory overhead during mass download and export operations by limiting log buffers and removing unnecessary reactive arrays that are causing memory leaks. If you're here before version 2.0.0, check out the [v2.0.0 changelog](https://github.com/tranxuanthang/lrcget/releases/tag/2.0.0) to learn more about all the new features!

7 downloads

2.0.0

Apr 21, 2026
## Changelog ### Say hello to Lyricsfile — an open, extensible lyrics format <img width="1024" height="625" alt="Lyricsfile" src="https://github.com/user-attachments/assets/a3978547-aee2-4843-9027-b8a6bfcfe935" /> Lyricsfile is a new lyrics format built from the ground up to be **open, human-readable, and extensible**. Unlike other formats, Lyricsfile uses YAML and is designed to be fully documented so the community can contribute to its development. It is officially supported and endorsed by both LRCGET and LRCLIB. Key features: - **Word-by-word sync**: Full support for karaoke-style word-level timing, enabling precise highlighting as lyrics play - **Future-extensible**: The format supports adding new metadata fields (e.g., vocalists, language, multiple translations) without breaking compatibility - **Human-readable**: Stored as plain YAML, so you can read and edit it with any text editor - **Machine-readable**: Easy to parse or create in any programming language using a YAML parser library, without needing to write a specialized parser Note: This is a new format; expect breaking changes in future versions as the specification is refined. ### Brand new lyri

7 downloads

1.0.2

Nov 18, 2025
Changelog: * Skipping synced-lyrics tracks now also skips instrumental tracks (fixes #267) * Automatically switch between light and dark mode based on system theme (#275 by @DNEGEL3125) * Improved performance by reusing existing file handles when embedding lyrics (#269 by @muja) * Improved performance when editing lyrics (#235, #236, #237 by @BinaryMan32) * Enhanced macOS app icon with additional padding (#265 by @DNEGEL3125) * Updated `kira` to v0.10.8 (#239 by @BinaryMan32) Note: The “auto” theme mode might not be supported on every platform yet. Thanks so much to everyone who contributed to this release. I’m sorry for the delays in my reviews, and I really appreciate your patience!

7 downloads

1.0.1

Oct 3, 2025
Changelog: - Updated Cargo dependencies to prepare for the upcoming Flatpak version (#254 by @guihkx) - Fixed crashes when no audio output device is available (resolves #157) Screenshot: <img width="1021" height="183" alt="Screenshot_20251003_161920" src="https://github.com/user-attachments/assets/b02e9df2-66ef-4646-b61f-206781f513f1" /> Note: - For now, this fix only prevents the crash and shows a notification to the user. There is currently no automatic recheck logic, so audio playback will not work again until the application is restarted. If you're here before version 1.0.0, check out the [v1.0.0 changelog](https://github.com/tranxuanthang/lrcget/releases/tag/1.0.0) to learn more about all the new features!

7 downloads

1.0.0

Sep 25, 2025
## Changelog - Added library filtering feature (resolves #37) - Added lyrics copy buttons to various places (fixes #233) - Added a convenient dropdown menu in the header to refresh or manage directories (resolves #204) - Added lyrics line count information when searching for lyrics - Changed rewind/fast forward hotkeys in lyrics editor to `Alt+J` and `Alt+K` (was `Alt+Right` and `Alt+Left`) (fixes #150) - Fixed publishing lyrics issue in LRCLIB browser tab (fixes #229) ## Screenshots Library filtering: <img width="1020" height="254" alt="Image" src="https://github.com/user-attachments/assets/f561d8fb-ed5b-43ca-b07f-7b29264a3d53" /> New menu button: <img width="417" height="224" alt="Image" src="https://github.com/user-attachments/assets/55cbd0e1-ae8d-4abe-b46f-7c9595cbe21d" /> ## Last notes As I mentioned in the [v0.9.0 release](https://github.com/tranxuanthang/lrcget/releases/tag/0.9.0), version 1.0.0 is mainly focused on bug fixes and quality-of-life improvements. The goal is to provide a stable release that you can rely on for the long term without needing to update frequently. I understand this may feel a bit underwhelming, especially given the 8-mo

7 downloads

0.9.3

Jan 24, 2025
Changelog: - Fix an issue that caused random lyrics to be overwritten and other unexpected behaviors when using the "Edit Lyrics" feature (fixes #181). - Fix the zoom-in/zoom-out text functionality in the "Edit Lyrics" feature. - Refactor the hotkeys code in the "Edit Lyrics" component. - Attempt to fix the "LRCGET is damaged and can’t be opened" issue in the macOS build by self-signing the package (fixes #86). If you're here before version 0.9.0, check out the [v0.9.0 changelog](https://github.com/tranxuanthang/lrcget/releases/tag/0.9.0) to learn more about all the new features!

7 downloads

0.9.2

Jan 17, 2025
Changelog: - Fix "Sync Line" and "Sync Line & Move Next" buttons for tracks that don't already have synced lyrics (fixes #179) - Make "Download Album Lyrics" and similar buttons respect skip lyrics option (fixes #175) - Add option for skip downloading songs having plain lyrics ![image](https://github.com/user-attachments/assets/32f3f1da-4402-4a29-83a4-e09413293af1) If you're here before version 0.9.0, check out the [v0.9.0 changelog](https://github.com/tranxuanthang/lrcget/releases/tag/0.9.0) to learn more about all the new features!

7 downloads

0.9.1

Jan 9, 2025
## Changelog - Fixed an issue where instrumental lyrics [au: instrumental] could not be published (@tranxuanthang and @almondheil). - Relaxed rules for the synchronized lyrics linter. - Added auto-detection for preferred timestamp formats, such as `[mm:ss.xx]text`, `[mm:ss.xxx] text`, etc. - Made changes to the build process to fix the AppImage build. If you're here before version 0.9.0, check out the [v0.9.0 changelog](https://github.com/tranxuanthang/lrcget/releases/tag/0.9.0) to learn more about all the new features!

7 downloads

0.9.0

Dec 25, 2024
## Changelog ### Dark mode ![image](https://github.com/user-attachments/assets/2401db47-beca-4232-8ad2-88d62c22c205) Dark mode is finally here! Big thanks to @corylowry12 and @DataM0del for their contributions in making this possible. I’ll be paying close attention to feedback to further refine the color choices and UI design for both light and dark modes. If you have any suggestions or ideas, feel free to share them by opening a new [issue](https://github.com/tranxuanthang/lrcget/issues) or starting a [discussion](https://github.com/tranxuanthang/lrcget/discussions)! ### Built-in LRCLIB browser ![image](https://github.com/user-attachments/assets/3487aa16-b2fd-49f8-96a7-dc5ceb43a75e) ![image](https://github.com/user-attachments/assets/cb221ab1-143d-4872-a680-237072611e2b) This feature acts as an alternative to the lrclib.net homepage, enabling you to search, edit, and publish lyrics for any song, even those not in your library. Additionally, it includes a flagging feature to mark bad-quality or spam lyrics. Note: The flagging feature is still experimental and will see more improvements in the future. ### Album Artist and Track Number support ![image

7 downloads