Updated 1.34.0 (markdown)

Denton Gentry 2022-12-05 08:32:25 -08:00
parent e38e2b5db4
commit ed9c68dd7a

@ -7,16 +7,16 @@
### Linux
* add Fast User Switching using `tailscale login` and `tailscale switch`
* warn in `tailscale status` health if something else overwrites /etc/resolv.conf
* warn in `tailscale status` health and `taislcale up` if there are nodes advertising routes but `--accept-routes=false`
* warn in `tailscale status` health and `tailscale up` if there are nodes advertising routes but `--accept-routes=false`
### Windows
* Use named pipes to communicate between UI and Service
* move state storage responsibility from frontend to backend. The current state is migrated, this should not be a noticeable change.
* add Fast User Switching by selecting the desired tailnet from the Tailscale icon in the taskbar
* add Fast User Switching by selecting the desired tailnet from the Tailscale icon in the taskbar, or via `login` and `switch` subcommands from the CLI
* switch to `wingoes` for OLE support, use multithreaded apartment
### macOS
* add Fast User Switching by selecting the desired tailnet from the Tailscale icon in the menubar
* add Fast User Switching by selecting the desired tailnet from the Tailscale icon in the menubar, or via `login` and `switch` subcommands from the CLI
### iOS