diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0a9f3..c53d452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Konik - CHANGELOG +## v0.3.0 (September 15, 2024) + +- Added: submit track duration to ListenBrainz +- Fixed: showing unreadable/broken tags +- Fixed: passing relative paths to a running instance +- Fixed: using wrong ListenBrainz field for the music player name + + ## v0.2.0 (May 25, 2024) - Fixed: sending invalid payload to ListenBrainz diff --git a/Cargo.lock b/Cargo.lock index f1617ff..4310338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,7 +1208,7 @@ dependencies = [ [[package]] name = "konik" -version = "0.2.0" +version = "0.3.0" dependencies = [ "alphanumeric-sort", "alsa", diff --git a/Cargo.toml b/Cargo.toml index 51dc506..8230241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "konik" -version = "0.2.0" +version = "0.3.0" authors = ["Alexey Parfenov "] categories = ["multimedia::audio"] edition = "2021"