diff --git a/README.md b/README.md index e33bd5ab..a157d19e 100644 --- a/README.md +++ b/README.md @@ -498,10 +498,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.1.0 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v0.1.0/README.md +[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 [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-v0.2.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 be787ead..7ab1429f 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1 +1,18 @@ -🎉 Initial release! \ No newline at end of file +[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 + +[changelog]: https://github.com/hassio-addons/addon-plex/compare/v0.1.0...v0.2.0 \ No newline at end of file diff --git a/plex/README.md b/plex/README.md index 46056550..6af1831c 100644 --- a/plex/README.md +++ b/plex/README.md @@ -38,10 +38,10 @@ If you are more interested in stable releases of our add-ons: [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.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-plex/blob/v0.2.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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/v0.1.0 \ No newline at end of file +[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 diff --git a/plex/config.json b/plex/config.json index 5113fb68..23e4a12d 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex Media Server", - "version": "0.1.0", + "version": "0.2.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",