web: add feature highlights for v2.6.15

This commit is contained in:
Abdullah Atta
2024-01-29 23:33:15 +05:00
parent 33c3c78e2f
commit 34bbcf6387

View File

@@ -89,7 +89,23 @@ const features: Record<FeatureKeys, Feature> = {
)
}
]
: [],
: [
{
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,