From 063ea98a3bd68b0360492c2dd844b2a014b73991 Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Sun, 5 Mar 2023 10:25:16 -0500 Subject: [PATCH] Updated 1.38.0 (markdown) --- 1.38.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1.38.0.md b/1.38.0.md index 4f9bd5b..2fe166d 100644 --- a/1.38.0.md +++ b/1.38.0.md @@ -5,3 +5,7 @@ For when 1.38.0 is out. ## News * 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 (https://github.com/tailscale/tailscale/issues/7377)