diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 5ed761dbe..3d479cd0e 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/desktop", - "version": "3.0.18", + "version": "3.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "3.0.18", + "version": "3.0.20", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 678eca57e..b1961dc3f 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": "3.0.18", + "version": "3.0.20", "appAppleId": "1544027013", "private": true, "main": "./dist/cjs/index.js", diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index a105cbc21..a432a1e84 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/web", - "version": "3.0.18", + "version": "3.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/web", - "version": "3.0.18", + "version": "3.0.20", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/web/package.json b/apps/web/package.json index 99b1d008e..a6a4710e0 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": "3.0.18", + "version": "3.0.20", "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 04bd057b6..9504af308 100644 --- a/apps/web/src/dialogs/feature-dialog.tsx +++ b/apps/web/src/dialogs/feature-dialog.tsx @@ -93,19 +93,29 @@ const features: Record = { ] : [ { - title: "Full offline mode", + title: "5x faster startup", subtitle: - "You can now download all your attachments upfront so they are always available on your device even without an Internet connection. To enable just go to Settings > Sync and toggle Full Offline Mode." + "We have optimized the app startup time by 5x (3000ms to 600ms). This means you can now start taking notes faster than ever." }, { - title: "Backup with attachments", + title: "Improved ToC UX", subtitle: - "You can now backup your notes alongwith all your attachments - kind of like a full account snapshot." + "We have made a bunch of improvements to the ToC (Table of Contents): it no longer covers the note content, and its open/closed state is preserved between app restarts." }, { - title: "Self hosting", + title: "Faster checkout", subtitle: - "This release also adds initial support for changing server URLs i.e. to connect your own instance of Notesnook. Please note that this is still experimental and may not work as expected." + "Checkout is now 1-step. You can now directly enter your payment details and complete the purchase without any intermediate steps." + }, + { + title: "Zoom in Editor", + subtitle: + "You can now zoom in/out of the editor using the Ctrl/Cmd + mouse wheel. This is separate from the default font size." + }, + { + title: "Improved search", + subtitle: + "Search now defaults to AND mode instead of OR mode which better matches the expected behavior. You can still use OR if you prefer the old behavior." } ], cta: {