diff --git a/README.md b/README.md index c4b6789b9..0c9b75c0e 100644 --- a/README.md +++ b/README.md @@ -1065,10 +1065,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/7bb4d6f -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/7bb4d6f/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/b1bf60a +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/b1bf60a/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-7bb4d6f-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-b1bf60a-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 d24c5337c..e310d7c0d 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog since v2.0.0 -2019/04/01 19:05 UTC - [7bb4d6f](https://github.com/hassio-addons/addon-tor/commit/7bb4d6fdee42889c233e1381af018f9173215c8e) by [@ludeeus](https://github.com/ludeeus) +2019/04/01 19:22 UTC - [b1bf60a](https://github.com/hassio-addons/addon-tor/commit/b1bf60ae0988d6fade2619661262b8973e88d748) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes client names when in stealth mode + +2019/04/01 19:22 UTC - [7bb4d6f](https://github.com/hassio-addons/addon-tor/commit/7bb4d6fdee42889c233e1381af018f9173215c8e) by [@ludeeus](https://github.com/ludeeus) > :ambulance: Fixes client definitions for stealth mode (#13) * Change client definitions for stealth mode diff --git a/tor/README.md b/tor/README.md index 36a8d4289..8b51e397e 100644 --- a/tor/README.md +++ b/tor/README.md @@ -57,13 +57,13 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-tor/blob/7bb4d6f/README.md +[docs]: https://github.com/hassio-addons/addon-tor/blob/b1bf60a/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 [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-7bb4d6f-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/7bb4d6f +[release-shield]: https://img.shields.io/badge/version-b1bf60a-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/b1bf60a [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 ae8e17629..28ceeaea3 100644 --- a/tor/config.json +++ b/tor/config.json @@ -1,6 +1,6 @@ { "name": "Tor", - "version": "7bb4d6f", + "version": "b1bf60a", "slug": "tor", "description": "Protect your privacy and access Home Assistant via Tor.", "url": "https://github.com/hassio-addons/addon-tor",