-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from patryk-ku/dev
Dev
- Loading branch information
Showing
7 changed files
with
180 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,6 @@ jobs: | |
uses: softprops/[email protected] | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
body_path: release-notes.txt | ||
files: target/release/mpris-discord-rpc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## v0.1.4 | ||
|
||
- Allowlist of music players (`-a` or `--allowlist-add`). | ||
|
||
## v0.1.3 | ||
|
||
- Dependencies update. | ||
|
||
## v0.1.2 | ||
|
||
- Dependencies update. | ||
|
||
## v0.1.1 | ||
|
||
- List active MPRIS2 players with `-l` or `--list-players` arguments. | ||
- Select only one specific player for music status with `-n` or `--player-name` arguments. | ||
- Fix: skip setting status when unknown metadata. | ||
- Better log messages. | ||
- Switched to different cache library. | ||
|
||
## v0.1.0 | ||
|
||
- Initial release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Allowlist of music players (`-a` or `--allowlist-add`). |
Oops, something went wrong.