mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Tor to e4cb149
This commit is contained in:
parent
d468223468
commit
af4e8a7839
4 changed files with 13 additions and 10 deletions
|
@ -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/c1781eb
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/c1781eb/README.md
|
||||
[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/e4cb149
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/e4cb149/README.md
|
||||
[tor-issue]: https://github.com/hassio-addons/addon-tor/issues
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-c1781eb-blue.svg
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-e4cb149-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
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
# Changelog since v2.0.0
|
||||
|
||||
2019/04/01 19:39 UTC - [c1781eb](https://github.com/hassio-addons/addon-tor/commit/c1781eb7fde5b290a06004652da5eba23b86c649) by [@frenck](https://github.com/frenck)
|
||||
2019/04/01 20:45 UTC - [e4cb149](https://github.com/hassio-addons/addon-tor/commit/e4cb14986c9d0da2e58f3f8f9b454e302b1fd5e0) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Fixes incorrect torrc configuration
|
||||
|
||||
2019/04/01 20:45 UTC - [c1781eb](https://github.com/hassio-addons/addon-tor/commit/c1781eb7fde5b290a06004652da5eba23b86c649) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Sets missing HiddenServicesVersion
|
||||
|
||||
2019/04/01 19:39 UTC - [b1bf60a](https://github.com/hassio-addons/addon-tor/commit/b1bf60ae0988d6fade2619661262b8973e88d748) by [@frenck](https://github.com/frenck)
|
||||
2019/04/01 20:45 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:39 UTC - [7bb4d6f](https://github.com/hassio-addons/addon-tor/commit/7bb4d6fdee42889c233e1381af018f9173215c8e) by [@ludeeus](https://github.com/ludeeus)
|
||||
2019/04/01 20:45 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
|
||||
|
|
|
@ -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/c1781eb/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-tor/blob/e4cb149/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-c1781eb-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/c1781eb
|
||||
[release-shield]: https://img.shields.io/badge/version-e4cb149-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/e4cb149
|
||||
[tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Tor",
|
||||
"version": "c1781eb",
|
||||
"version": "e4cb149",
|
||||
"slug": "tor",
|
||||
"description": "Protect your privacy and access Home Assistant via Tor.",
|
||||
"url": "https://github.com/hassio-addons/addon-tor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue