diff --git a/README.md b/README.md index 1138ea8..9e66181 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,24 @@ # Tor GNOME Shell Extension -Switch your "Tor identity" (the tunnel used by future connections) by -double-clicking the Tor icon in the GNOME Shell panel. +Switch your "Tor identity" (the tunnel used by future connections) via an onion +button in the GNOME Shell panel. Currently only supports authentication via auth cookie. -Suppose beta status. +This extension has beta status. ## TODO -* Add other authentication methods -* Make configurable (host/port to use) -* Use async communication with Tor server, making it possible to react to - signals from the server +[x] Replace "disconnected menu" by single extra menu item +[x] Log extension name so that source is visible in logs +[ ] Make configurable (host/port to use) +[ ] Use async communication with Tor server, making it possible to react to + signals from the server +[ ] Add other authentication methods ## Ideas * Add option for switching identity regularly * Add option for running configurable applications with torsocks (if available) -* Show info about current tunnel (maps, hostnames, countries) -* Add option for explicitly choosing tunnels, excluding countries etc. +* Show info about current tunnel (maps, hostnames, countries) - or write + separate tool? +* Add options for explicitly choosing tunnels, excluding countries etc. +* Support automatic detection of a running Tor Browser? diff --git a/metadata.json b/metadata.json index 8c147d3..ff9d971 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "Tor Control", - "description": "Change Tor identity from the GNOME Shell panel", + "description": "Change Tor identity from the panel", "shell-version": [ "3.14" ],