From 373ca30269b0d09b31723779f824e05cd47eaa66 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 7 Jun 2022 13:53:12 -0400 Subject: [PATCH] 1.10.0 release notes. --- RELEASE-NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 06c8d416..cb992e8f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,13 @@ ZeroTier Release Notes ====== +# 2022-06-07 -- Version 1.10.0 + + * Fix formatting problem in `zerotier-cli` when using SSO networks. + * Fix a few other minor bugs in SSO signin to prepare for general availability. + * Remove requirement for webview in desktop UI and instead just make everything available via the tray pulldown/menu. Use [libui-ng](https://github.com/libui-ng/libui-ng) for minor prompt dialogs. Saves space and eliminates installation headaches on Windows. + * Use system default browser for SSO login so all your plugins, MFA devices, password managers, etc. will work as you have them configured. + # 2022-05-10 -- Version 1.8.10 * Fixed a bug preventing SSO sign-on on Windows.