diff --git a/packaging/linux/LRCGET.metainfo.xml b/packaging/linux/LRCGET.metainfo.xml index 56db401..50a252c 100644 --- a/packaging/linux/LRCGET.metainfo.xml +++ b/packaging/linux/LRCGET.metainfo.xml @@ -39,6 +39,18 @@ https://github.com/tranxuanthang/lrcget/issues + + +
    +
  • Added library filtering feature
  • +
  • Added lyrics copy buttons to various places
  • +
  • Added a convienient dropdown menu in the header to refresh or manage directories
  • +
  • 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)
  • +
  • Fixed publishing lyrics issue in LRCLIB browser tab
  • +
+
+
    diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 538da8e..79cb3f2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2370,7 +2370,7 @@ dependencies = [ [[package]] name = "lrcget" -version = "0.9.3" +version = "1.0.0" dependencies = [ "anyhow", "collapse", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1cbc4c4..50ab228 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"