Updated 1.34.0 (markdown)

Denton Gentry 2022-12-04 16:52:27 -08:00
parent 11cd5983ee
commit e38e2b5db4

@ -1,4 +1,33 @@
# WIP 1.34.0 release notes
## All platforms
* a new (third) 4via6 DNS form: 192-168-1-2-via-8 or 192-168-1-2-via-8.foo-bar.ts.net.
* ...
* display decoded punycode hostnames in status list
* add `tailscale set` CLI to modify one configuration setting without needing to repeat the rest
### 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`
### 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
* 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
### iOS
### Android
* Allow Sonos app to discover speakers on the local LAN.
### Synology
* Better detect DSM version, locate local socket correctly
### Containers
* replace `run.sh` with `cmd/containerboot`
### FreeBSD
* support Tailscale SSH (thanks to Pat Maddox)