Release v2.11.0

This commit is contained in:
Phin 2024-10-18 00:03:15 +05:30
parent 4a7b37bb81
commit 09c3857c40
2 changed files with 9 additions and 1 deletions

8
.github/release-notes/v2.11.0.md vendored Normal file
View 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)

View file

@ -2,7 +2,7 @@ import os
import sys
name = "Discord Rich Presence for Plex"
version = "2.10.0"
version = "2.11.0"
plexClientID = "discord-rich-presence-plex"
discordClientID = "413407336082833418"