From 25f1ae6583f32cd9496621fc2ce298ccb5c93b24 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Fri, 1 Apr 2022 23:00:07 +0500 Subject: [PATCH] chore: add v1.8.5 highlights --- .../src/components/dialogs/feature-dialog.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/dialogs/feature-dialog.tsx b/apps/web/src/components/dialogs/feature-dialog.tsx index d41ef4ccf..53a799991 100644 --- a/apps/web/src/components/dialogs/feature-dialog.tsx +++ b/apps/web/src/components/dialogs/feature-dialog.tsx @@ -40,14 +40,24 @@ const features: Record = { subtitle: `Welcome to v${appVersion.clean}`, subFeatures: [ { - title: "Two-factor authentication", + title: "Sync over Websockets", subtitle: ( <> - Add an additional layer of security for your notes by enabling 2FA - from . + HTTP sync has been replaced with Websockets sync which is faster & + more reliable & also offers realtime sync progress. ), - icon: Icon.MFAAuthenticator, + icon: Icon.Sync, + }, + { + title: "Group by none", + subtitle: ( + <> + We went and added an option to disable grouping in lists. To use + click on . + + ), + icon: Icon.GroupBy, }, ], cta: {