diff --git a/1.36.0.md b/1.36.0.md index 54e5e16..620cf28 100644 --- a/1.36.0.md +++ b/1.36.0.md @@ -2,16 +2,20 @@ ## All platforms * `tailscale debug daemon-logs` -* `--json` output for `tailscale lock status` and `tailscale lock log` commands -* Handle cases where a node expires and we don't receive an update about it from the control server ([#6929](https://github.com/tailscale/tailscale/pull/6929) and [#6937](https://github.com/tailscale/tailscale/pull/6937)) -* Support UPnP port mapping of gateway devices where they are deployed as a highly available pair. [#6946](https://github.com/tailscale/tailscale/pull/6946). -* Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)) +* `--json` output for `tailscale lock status` and `tailscale lock log` commands. +* Handle cases where a node expires and we don't receive an update about it from the control server ([#6929](https://github.com/tailscale/tailscale/pull/6929) and [#6937](https://github.com/tailscale/tailscale/pull/6937)). +* Support UPnP port mapping of gateway devices where they are deployed as a highly available pair ([#6946](https://github.com/tailscale/tailscale/pull/6946)). +* Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)). +* Fix exit node handling of a large number of SplitDNS domains ([#6875](https://github.com/tailscale/tailscale/pull/6875)). +* Accept DNS-over-TCP responses up to 4KBytes. ### Linux * Improved throughput performance on Linux [#6663](https://github.com/tailscale/tailscale/pull/6663). More details in this [blog post](https://tailscale.com/blog/throughput-improvements/). +* Add build support for Loongnix CPU architecture. ### Windows -* +* Add a more robust mechanism to remove WinTun. +* Update taskbar menu radio button implementation. ### macOS * Tailscale actions (connect, disconnect, switch profile, use exit node) are available in the Shortcuts app.