diff --git a/packaging/linux/LRCGET.metainfo.xml b/packaging/linux/LRCGET.metainfo.xml index 0744b29..f05833e 100644 --- a/packaging/linux/LRCGET.metainfo.xml +++ b/packaging/linux/LRCGET.metainfo.xml @@ -39,6 +39,18 @@ https://github.com/tranxuanthang/lrcget/issues + + +
    +
  • Skipping synced lyrics tracks also skips instrumental tracks
  • +
  • Auto switch light/dark mode based on system theme
  • +
  • Use existing file handle for embedding lyrics
  • +
  • Improve performance when editing lyrics
  • +
  • Improve macOS icon by adding padding
  • +
  • Update cargo dependencies
  • +
+
+
    diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 890594e..8960c08 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2383,7 +2383,7 @@ dependencies = [ [[package]] name = "lrcget" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "collapse", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8199ec8..0879999 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lrcget" -version = "1.0.1" +version = "1.0.2" description = "Utility for mass-downloading LRC synced lyrics for your offline music library." authors = ["tranxuanthang"] license = "MIT"