Updated Tailscale 1.6 (markdown)

Brad Fitzpatrick 2021-03-02 20:14:36 -08:00
parent 664559eb80
commit 3607471c37

@ -19,6 +19,13 @@
### Windows
* In prior releases, the Tailscale background service and the GUI binary were the same binary. In Tailscale 1.6, the background service is now just the open source `tailscaled.exe` (which people can build themselves: https://github.com/tailscale/tailscale#building). In summary there are three binaries:
- `tailscaled.exe` (the open source daemon that does all the networking)
- `tailscale.exe` (the open source CLI tool to control the daemon)
- `tailscale-ipn.exe` (the GUI to control the daemon)
* The Windows service is now named just "Tailscale" (previously it was "Tailscale IPN")
* The installer & uninstaller have been cleaned up and should now work correctly on multi-user Windows machines.
### macOS
* tailscaled now runs on macOS: https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS