From 34bbcf638712bdf5d8acfa232ae3c14711b62ca6 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 29 Jan 2024 23:33:15 +0500 Subject: [PATCH] web: add feature highlights for v2.6.15 --- apps/web/src/dialogs/feature-dialog.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/apps/web/src/dialogs/feature-dialog.tsx b/apps/web/src/dialogs/feature-dialog.tsx index b352e4b57..d13e1b33f 100644 --- a/apps/web/src/dialogs/feature-dialog.tsx +++ b/apps/web/src/dialogs/feature-dialog.tsx @@ -89,7 +89,23 @@ const features: Record = { ) } ] - : [], + : [ + { + title: "Daily trash cleanup interval", + subtitle: + "You can now set the trash cleanup interval to Daily in addition to Weekly, Monthly & Yearly." + }, + { + title: "Organized bulk exports", + subtitle: + "Bulk exports are now automatically sorted/organized into folders based on your Notebook/Topic organization." + }, + { + title: "New domain for Monographs", + subtitle: + "Monographs will now be published to monogr.ph instead of monograph.notesnook.com. Don't worry, all your published notes will automatically redirect." + } + ], cta: { title: "Got it", icon: Checkmark,