From 192a0407f6bb51ef0c378ddc0ed9113d302f79cd Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 17 Aug 2018 21:18:13 +0000 Subject: [PATCH] :tada: Release of add-on Plex Media Server 1.0.0 --- README.md | 6 +++--- plex/CHANGELOG.md | 21 ++++++++------------- plex/README.md | 16 ++++++++++------ plex/config.json | 2 +- 4 files changed, 22 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 34824132..67843bca 100644 --- a/README.md +++ b/README.md @@ -546,10 +546,10 @@ SOFTWARE. [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v0.2.0 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v0.2.0/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v1.0.0 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v1.0.0/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-armhf.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 7ab1429f..849453fd 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,18 +1,13 @@ [Full Changelog][changelog] -### Fixed - -- Ensure Plugins folder exists before enabling WebTool -- Fixes Plex domain in claim link (#3) - ### Changed -- Upgrades Ubuntu base image to 2.0.0 -- Upgrades xmlstarlet to 1.6.1-2 -- Upgrades uuid-runtime to 2.31.1-0.4ubuntu3 -- Updates unrar to 1:5.5.8-1 -- Updates unzip to 6.0-21ubuntu1 -- Rewrites GitLab CI -- Updates Plex to 1.13.2.5154-fd05be322 +- Upgrades hadolint to latest +- Upgrades base image to v2.1.0 +- Sets default Shell +- Less aggressive cleanup +- Upgrades Plex Media Server to 1.13.5.5291 +- Updates README and links +- Marks add-on stable -[changelog]: https://github.com/hassio-addons/addon-plex/compare/v0.1.0...v0.2.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-plex/compare/v0.2.0...v1.0.0 \ No newline at end of file diff --git a/plex/README.md b/plex/README.md index 6b6005c6..836fa299 100644 --- a/plex/README.md +++ b/plex/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + Your recorded media, live TV, online news, and podcasts, beautifully organized and ready to stream. @@ -20,12 +22,14 @@ and streams them to all of your devices. [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-plex/blob/v0.2.0/README.md +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-plex/blob/v1.0.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/v0.2.0 \ No newline at end of file +[patreon-shield]: https://www.frenck.nl/images/patreon.png +[patreon]: https://www.patreon.com/frenck +[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/v1.0.0 \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 23e4a12d..5173045d 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex Media Server", - "version": "0.2.0", + "version": "1.0.0", "slug": "plex", "description": "Recorded media, live TV, online news, and podcasts ready to stream.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck",