diff --git a/apps/web/desktop/package-lock.json b/apps/web/desktop/package-lock.json index fb7cf1647..6a769f30e 100644 --- a/apps/web/desktop/package-lock.json +++ b/apps/web/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/desktop", - "version": "2.4.11", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "2.4.11", + "version": "2.5.0", "dependencies": { "diary": "^0.3.1", "electron-updater": "^5.3.0", diff --git a/apps/web/desktop/package.json b/apps/web/desktop/package.json index d6787b4f3..5b03b04b3 100644 --- a/apps/web/desktop/package.json +++ b/apps/web/desktop/package.json @@ -2,7 +2,7 @@ "name": "@notesnook/desktop", "productName": "Notesnook", "description": "Your private note taking space", - "version": "2.4.11", + "version": "2.5.0", "appAppleId": "1544027013", "private": true, "main": "./build/electron.js", diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 167376344..a4561a733 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/web", - "version": "2.4.11", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/web", - "version": "2.4.11", + "version": "2.5.0", "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 56b49550e..4e1cd8f05 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.4.11", + "version": "2.5.0", "private": true, "main": "./src/app.js", "homepage": "https://notesnook.com/", diff --git a/apps/web/src/components/dialogs/feature-dialog.tsx b/apps/web/src/components/dialogs/feature-dialog.tsx index 4cfd95413..1836dff6e 100644 --- a/apps/web/src/components/dialogs/feature-dialog.tsx +++ b/apps/web/src/components/dialogs/feature-dialog.tsx @@ -91,14 +91,19 @@ const features: Record = { ] : [ { - title: "Billing history", + title: "Attachments preview", subtitle: - "You can now get a list of all the transactions you have made, their amount and when they were made." + "You can now preview PDFs & Images directly inside Notesnook." }, { - title: "Request refund", + title: "New attachments manager", subtitle: - "You can now request refunds directly from inside the app. No need for emails etc. Go to Settings > Request refund to send your request for a refund." + "The new attachments manager makes is much easier to view & interact with your attachments. It also allows you to download all (or some) of your attachments." + }, + { + title: "Assign tags to multiple notes", + subtitle: + "You can now easily tag multiple notes without first opening them." } ], cta: {