mirror of
https://github.com/tranxuanthang/lrcget.git
synced 2025-12-23 22:58:21 -05:00
Bump version
This commit is contained in:
@@ -39,6 +39,18 @@
|
||||
<url type="bugtracker">https://github.com/tranxuanthang/lrcget/issues</url>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<releases>
|
||||
<release version="1.0.0" date="2025-09-25">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added library filtering feature</li>
|
||||
<li>Added lyrics copy buttons to various places</li>
|
||||
<li>Added a convienient dropdown menu in the header to refresh or manage directories</li>
|
||||
<li>Added lyrics line count information when searching for lyrics</li>
|
||||
<li>Changed rewind/fast forward hotkeys in lyrics editor to Alt+J and Alt+K (was Alt+Right and Alt+Left)</li>
|
||||
<li>Fixed publishing lyrics issue in LRCLIB browser tab</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.3" date="2025-01-24">
|
||||
<description>
|
||||
<ul>
|
||||
|
||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -2370,7 +2370,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lrcget"
|
||||
version = "0.9.3"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"collapse",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lrcget"
|
||||
version = "0.9.3"
|
||||
version = "1.0.0"
|
||||
description = "Utility for mass-downloading LRC synced lyrics for your offline music library."
|
||||
authors = ["tranxuanthang"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user