mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-21 17:13:04 +00:00
Release v2.11.0
This commit is contained in:
parent
4a7b37bb81
commit
09c3857c40
2 changed files with 9 additions and 1 deletions
8
.github/release-notes/v2.11.0.md
vendored
Normal file
8
.github/release-notes/v2.11.0.md
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
- Added display config properties `display.albumImage`, `display.artist` and `display.artistImage`.
|
||||||
|
|
||||||
|
### Installation Instructions
|
||||||
|
|
||||||
|
- [Regular](https://github.com/phin05/discord-rich-presence-plex/blob/v2.11.0/README.md#installation)
|
||||||
|
- [Docker](https://github.com/phin05/discord-rich-presence-plex/blob/v2.11.0/README.md#run-with-docker)
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
name = "Discord Rich Presence for Plex"
|
name = "Discord Rich Presence for Plex"
|
||||||
version = "2.10.0"
|
version = "2.11.0"
|
||||||
|
|
||||||
plexClientID = "discord-rich-presence-plex"
|
plexClientID = "discord-rich-presence-plex"
|
||||||
discordClientID = "413407336082833418"
|
discordClientID = "413407336082833418"
|
||||||
|
|
Loading…
Reference in a new issue