From 09c3857c40a1d921733d37ec6d0704fead94bd67 Mon Sep 17 00:00:00 2001 From: Phin <59180111+phin05@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:03:15 +0530 Subject: [PATCH] Release v2.11.0 --- .github/release-notes/v2.11.0.md | 8 ++++++++ config/constants.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .github/release-notes/v2.11.0.md diff --git a/.github/release-notes/v2.11.0.md b/.github/release-notes/v2.11.0.md new file mode 100644 index 0000000..f097ee4 --- /dev/null +++ b/.github/release-notes/v2.11.0.md @@ -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) diff --git a/config/constants.py b/config/constants.py index 232b4ab..1496153 100644 --- a/config/constants.py +++ b/config/constants.py @@ -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"