Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.6.2 #88

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release 0.6.2
  • Loading branch information
InputUsername committed Nov 16, 2022
commit 4ac23b97ea11acc66e0e46c4f0cd25d3df1d10d8
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.2 (2022-11-16)

- Fixed scrobbling from applications that report a single string value for `xesam:artist`

## v0.6.1 (2022-10-11)

- Fixed builds of version 0.6.0 breaking
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rescrobbled"
version = "0.6.1"
version = "0.6.2"
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
edition = "2021"
license = "GPL-3.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ It receives the following properties on consecutive lines of its standard input
- song title;
- album name;
- zero or more comma-separated (`,`) genre(s)

The script should write the filtered artist, song title and album name on corresponding lines of
its standard output.
This can be used to clean up song names, for example removing "remastered" and similar suffixes.
Expand Down