diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 86b494046..883b79172 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/desktop", - "version": "2.6.15", + "version": "2.6.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "2.6.15", + "version": "2.6.16", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index e9fea7bd9..3cd9be288 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -2,7 +2,7 @@ "name": "@notesnook/desktop", "productName": "Notesnook", "description": "Your private note taking space", - "version": "2.6.15", + "version": "2.6.16", "appAppleId": "1544027013", "private": true, "main": "./dist/index.js", diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 7888b95fd..56e9250d3 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/web", - "version": "2.6.15", + "version": "2.6.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/web", - "version": "2.6.15", + "version": "2.6.16", "license": "GPL-3.0-or-later", "dependencies": { "@aws-sdk/util-base64-browser": "^3.208.0", diff --git a/apps/web/package.json b/apps/web/package.json index 177eefc5a..715ba341a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,7 @@ { "name": "@notesnook/web", "description": "Your private note taking space", - "version": "2.6.15", + "version": "2.6.16", "private": true, "main": "./src/app.js", "homepage": "https://notesnook.com/", diff --git a/apps/web/src/dialogs/feature-dialog.tsx b/apps/web/src/dialogs/feature-dialog.tsx index d13e1b33f..92e4a5aac 100644 --- a/apps/web/src/dialogs/feature-dialog.tsx +++ b/apps/web/src/dialogs/feature-dialog.tsx @@ -91,20 +91,34 @@ const features: Record = { ] : [ { - title: "Daily trash cleanup interval", + title: "Sort reminders by due date", subtitle: - "You can now set the trash cleanup interval to Daily in addition to Weekly, Monthly & Yearly." + "You can now sort your reminders by due date to quickly see which reminders are upcoming." }, { - title: "Organized bulk exports", + title: "Restore backups using encryption key", subtitle: - "Bulk exports are now automatically sorted/organized into folders based on your Notebook/Topic organization." + "If you forget your password but still have your recovery key, you can now use that to restore your backups." }, { - title: "New domain for Monographs", + title: "Disable markdown in editor", subtitle: - "Monographs will now be published to monogr.ph instead of monograph.notesnook.com. Don't worry, all your published notes will automatically redirect." - } + "If you find automatic markdown shortcuts annoying, you can now turn those off from Settings > Editor > Disable markdown shortcuts." + }, + { + title: "Improved password reset", + subtitle: + "Resetting password should now be much more reliable and safer." + }, + ...(IS_DESKTOP_APP + ? [ + { + title: "Proxy settings", + subtitle: + "Desktop app now support setting a custom proxy url to route all network through it. Useful if you are behind a firewall and would like to bypass it." + } + ] + : []) ], cta: { title: "Got it",