From 027f20dbce0da71e85a68f5db42b1075555f2a6d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 16 May 2019 22:29:40 +0000 Subject: [PATCH] :tada: Release of add-on AdGuard Home 1.1.1 --- README.md | 6 +++--- adguard/CHANGELOG.md | 16 +++------------- adguard/README.md | 8 ++++---- adguard/config.json | 4 ++-- 4 files changed, 12 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index bf7fece8..bf7183af 100644 --- a/README.md +++ b/README.md @@ -713,10 +713,10 @@ SOFTWARE. [adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.0 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.0/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.1 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.1/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg [adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard-armhf.svg [adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index c109c859..3fe8c0b3 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,22 +1,12 @@ [Full Changelog][changelog] -✨ This release adds support for adding friendly client names in the add-on configuration. -These client names will show up in the interface of AdGuard Home, instead of the IP address, which makes your clients way more identifiable. - -🚑 Fixes crash on 64 bits ARM devices (aarch64) - -👨‍🎨 The sidebar icon was improved by @bonanitech, to make it look more like Adguard Home. +🚑 This release addresses a small hostname check that was missing in the add-on configuration and corrects an example in the documentation. ### 🔨 Changes -- 🎨 Change panel_icon (#13) -- :arrow_up: Upgrades lua-resty-http to 0.13-r0 -- :arrow_up: Upgrades nginx to 1.14.2-r1 -- :arrow_up: Upgrades nginx-mod-http-lua to 1.14.2-r1 -- :ambulance: Turns of Lua Resty core in Nginx -- :sparkles: Adds support for adding client friendly names +- :ambulance: Fixes allowance of incorrect hostnames in client feature -[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.0.1...v1.1.0 +[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.1.0...v1.1.1 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/adguard/README.md b/adguard/README.md index a1ea583c..a460c719 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -28,13 +28,13 @@ easily manage the filtering process and its settings. [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.1/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-adguard-home/90684?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.0 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.1.0/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.1 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.1.1/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index 90181d99..da1a9349 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,6 +1,6 @@ { "name": "AdGuard Home", - "version": "1.1.0", + "version": "1.1.1", "slug": "adguard", "description": "Network-wide ads & trackers blocking DNS server", "url": "https://github.com/hassio-addons/addon-adguard-home", @@ -43,7 +43,7 @@ "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "hosts": [ { - "name": "str", + "name": "match(^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$)", "ip": "match(((^\\s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))\\s*$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$)))" } ],