From dec3ef1cd0eae75d600c6f5d0efb6abc8290f2e2 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 25 Feb 2020 15:22:59 +0000 Subject: [PATCH] :tada: Release of add-on Tor 2.3.0 --- README.md | 6 +++--- tor/CHANGELOG.md | 15 +++++++-------- tor/README.md | 14 +++++++------- tor/config.json | 4 ++-- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f3864b58..f1802377 100644 --- a/README.md +++ b/README.md @@ -1091,10 +1091,10 @@ SOFTWARE. [thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [thelounge-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [thelounge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v2.2.0 -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v2.2.0/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v2.3.0 +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v2.3.0/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-v2.2.0-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg [tor-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tor-armhf.svg [tor-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index 0525dda8..4bd4621b 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -4,15 +4,14 @@ This is a general maintenance release. ### 🔨 Changes -- :books: Update add-on installation instructions -- :fireworks: Updates maintenance/license year to 2020 -- :pencil2: Funding adjustments -- :pencil2: Fixes some spelling and grammar -- :arrow_up: Upgrades add-on base image to v6.0.1 -- :arrow_up: Upgrades tor to 0.4.1.7-r0 -- :ambulance: Fix hostname detection +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Re-branding +- :hammer: Update add-on config with new password & list features +- :arrow_up: Upgrades add-on base image to v7.0.2 +- :hammer: Update community forum links +- :pencil2: Replace some Hass.io occurances -[changelog]: https://github.com/hassio-addons/addon-tor/compare/v2.1.0...v2.2.0 +[changelog]: https://github.com/hassio-addons/addon-tor/compare/v2.2.0...v2.3.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/tor/README.md b/tor/README.md index aaedcb0b..f5a5944b 100644 --- a/tor/README.md +++ b/tor/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: Tor +# Home Assistant Community Add-on: Tor [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -30,13 +30,13 @@ This is useful if you want to have: The add-on also offers the possibility to open a Sock proxy into the Tor network. Allowing you to access Tor from any of your (SOCKS supporting) -applications through your Hass.io installation. +applications through your Home Assistant installation. [Click here for the full documentation][docs] ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -52,15 +52,15 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-tor/blob/v2.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-tor/blob/v2.3.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-tor/33822?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v2.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/v2.2.0 +[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/v2.3.0 [tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en \ No newline at end of file diff --git a/tor/config.json b/tor/config.json index 34141f89..13b94294 100644 --- a/tor/config.json +++ b/tor/config.json @@ -1,6 +1,6 @@ { "name": "Tor", - "version": "2.2.0", + "version": "2.3.0", "slug": "tor", "description": "Protect your privacy and access Home Assistant via Tor.", "url": "https://github.com/hassio-addons/addon-tor", @@ -33,7 +33,7 @@ ] }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "socks": "bool", "hidden_services": "bool", "stealth": "bool",