Bump version

This commit is contained in:
thang.tranxuan
2025-11-18 10:19:09 +07:00
parent 703185976c
commit ab46490bf2
3 changed files with 14 additions and 2 deletions

View File

@@ -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.2" date="2025-11-18">
<description>
<ul>
<li>Skipping synced lyrics tracks also skips instrumental tracks</li>
<li>Auto switch light/dark mode based on system theme</li>
<li>Use existing file handle for embedding lyrics</li>
<li>Improve performance when editing lyrics</li>
<li>Improve macOS icon by adding padding</li>
<li>Update cargo dependencies</li>
</ul>
</description>
</release>
<release version="1.0.1" date="2025-10-03">
<description>
<ul>

2
src-tauri/Cargo.lock generated
View File

@@ -2383,7 +2383,7 @@ dependencies = [
[[package]]
name = "lrcget"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"anyhow",
"collapse",

View File

@@ -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"