From a6e2ddeb4a052d53a3a2b9a04e86de8f41e6b8c7 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Mon, 13 Mar 2023 14:24:03 -0700 Subject: [PATCH] Updated 1.38.0 (markdown) --- 1.38.0.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/1.38.0.md b/1.38.0.md index 4e76dc9..10bf37a 100644 --- a/1.38.0.md +++ b/1.38.0.md @@ -7,19 +7,24 @@ For when 1.38.0 is out. * Early warning: as early as August 2023, Windows 7, 8, Server 2008 and Server 2012 will no longer be supported. Similarly, for macOS, macOS 10.13 High Sierra or 10.14 Mojave will no longer be supported and macOS 10.15 Catalina or later will be required. ## All platforms -* The `tailscale debug portmap` command replaces `tailscaled debug -portmap`; this is now available on platforms without a `tailscaled` binary (like the macOS App Store) -* Several improvements to UPnP portmapping have been made that should allow it to work with a broader set of home routers ([#7377](https://github.com/tailscale/tailscale/issues/7377)) +* The `tailscale debug portmap` command replaces `tailscaled debug -portmap`; this is now available on platforms without a `tailscaled` binary (like the macOS App Store). +* Several improvements to UPnP portmapping have been made that should allow it to work with a broader set of home routers ([#7377](https://github.com/tailscale/tailscale/issues/7377)). +* Add `tailscale configure` to help configure third party applications to use Tailscle features. +* Add `tailscale debug derp` to help diagnose DERP-related difficulty. +* Allow tailnet-lock to be used with preauth keys. + ## Linux ## Windows +- MSI installers start the GUI without user interaction, to allow remote upgrade. ## macOS -- add notification upon node key expiration (only on macOS 10.14 and later) +- Add a notification upon node key expiration (only on macOS 10.14 and later). +- The [Tailscale SSH](http://kb/1193/tailscale-ssh/) server component is available for macOS open source [tailscale + tailscaled CLI devices](https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS). ## iOS -- support alternate control servers by setting the URL in Settings > Tailscale +- Support alternate control servers by setting the URL in Settings > Tailscale. ## Android -- add intents for Tasker support as "com.tailscale.ipn.CONNECT_VPN" and DISCONNECT_VPN