From 8d0f5580d4bd1b71f6ef66a47a80b61a3477ec4a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 19 Jan 2021 12:22:08 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tor to 0d39eb0 --- README.md | 6 +++--- tor/CHANGELOG.md | 3 +++ tor/DOCS.md | 6 ++---- tor/README.md | 6 +++--- tor/config.json | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6f8f2230e..2179e78e2 100644 --- a/README.md +++ b/README.md @@ -1127,10 +1127,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/37f4152 -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/37f4152/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/0d39eb0 +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/0d39eb0/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-37f4152-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-0d39eb0-blue.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 [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index f70e34c94..afee72122 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v2.4.1 +- Documentation tweaks (#31) +- Happy New Year (#30) +- Upgrade Code of Conduct (#29) - Upgrade add-on base image to 9.0.0 (#28) - Add new repository workflow (#27) diff --git a/tor/DOCS.md b/tor/DOCS.md index 6fbc11dcb..f4124fdb4 100644 --- a/tor/DOCS.md +++ b/tor/DOCS.md @@ -186,8 +186,7 @@ the setting so that it is set to "false". Now you should be able to access ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented @@ -223,7 +222,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2020 Franck Nijhof +Copyright (c) 2017-2021 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -249,7 +248,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-tor/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [orbot]: https://guardianproject.info/apps/orbot [orfox]: https://guardianproject.info/apps/orfox [reddit]: https://reddit.com/r/homeassistant diff --git a/tor/README.md b/tor/README.md index c5577f1a5..080458561 100644 --- a/tor/README.md +++ b/tor/README.md @@ -57,10 +57,10 @@ If you are more interested in stable releases of our add-ons: [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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-37f4152-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/37f4152 +[release-shield]: https://img.shields.io/badge/version-0d39eb0-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/0d39eb0 [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 93c515216..728a4e6e8 100644 --- a/tor/config.json +++ b/tor/config.json @@ -1,6 +1,6 @@ { "name": "Tor", - "version": "37f4152", + "version": "0d39eb0", "slug": "tor", "description": "Protect your privacy and access Home Assistant via Tor.", "url": "https://github.com/hassio-addons/addon-tor",