more NEWS updates

This commit is contained in:
Brian Warner 2017-01-16 17:57:40 -05:00
parent ed674e5ffe
commit 47a22fde6f

34
NEWS.md
View File

@ -3,22 +3,40 @@ User-visible changes in "magic-wormhole":
## Release 0.9.2 (???)
Tor support was rewritten. `wormhole send`, `wormhole receive`, `wormhole ssh invite`, and `wormhole ssh accept` all now accept three Tor-related arguments:
Tor support was rewritten. `wormhole send`, `wormhole receive`,
`wormhole ssh invite`, and `wormhole ssh accept` all now accept three
Tor-related arguments:
* `--tor`: use Tor for all connections, and hide all IP addresses
* `--launch-tor`: launch a new Tor process instead of using an existing one
* `--tor-control-port=`: use a specific control port, instead of using the default
* `--launch-tor`: launch a new Tor process instead of using an existing
one
* `--tor-control-port=`: use a specific control port, instead of using
the default
If Tor is already running on your system (either as a system package, or because the TorBrowser application is running), simply adding `--tor` should be sufficient. If Tor is installed but not running, you may need to use `--tor --launch-tor`. See docs/tor.md for more details. #64, #97
If Tor is already running on your system (either as an OS-installed
package, or because the
[TorBrowser](https://www.torproject.org/projects/torbrowser.html)
application is running), simply adding `--tor` should be sufficient. If
Tor is installed but not running, you may need to use both, e.g.
`wormhole send --tor --launch-tor`. See docs/tor.md for more details.
(#64, #97)
The relay and transit URLs were changed to point at the project's official domain name (magic-wormhole.io). The servers are the same, so this release is fully compatible with previous releases.
The relay and transit URLs were changed to point at the project's
official domain name (magic-wormhole.io). The servers themselves are
identical (only the domain name changed, not the IP address), so this
release is fully compatible with previous releases.
A packaging file for "snapcraft.io" is now included. #131
A packaging file for "snapcraft.io" is now included. (#131)
`wormhole receive` now reminds you that tab-completion is available, if you didn't use the Tab key while entering the code. #15
`wormhole receive` now reminds you that tab-completion is available, if
you didn't use the Tab key while entering the code. (#15)
`wormhole receive` should work on cygwin now (a problem with the readline-completion library caused a failure on previous releases). #111
`wormhole receive` should work on cygwin now (a problem with the
readline-completion library caused a failure on previous releases).
(#111)
Thanks to Atul Varma, Leo Arias, dkg, and Joey Hess for patches and bug
reports in this cycle.
## Release 0.9.1 (01-Jan-2017)