diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index bd5df86c7..4640394bd 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/desktop", - "version": "3.3.8-beta.1", + "version": "3.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "3.3.8-beta.1", + "version": "3.3.8", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8bbd81356..096cb6417 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.3.8-beta.1", + "version": "3.3.8", "appAppleId": "1544027013", "private": true, "main": "./dist/cjs/index.js", diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 485302b47..621def138 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/web", - "version": "3.3.8-beta.1", + "version": "3.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/web", - "version": "3.3.8-beta.1", + "version": "3.3.8", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/web/package.json b/apps/web/package.json index 02961c421..3af550b48 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.3.8-beta.1", + "version": "3.3.8", "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 9ad20c913..3c03116f7 100644 --- a/apps/web/src/dialogs/feature-dialog.tsx +++ b/apps/web/src/dialogs/feature-dialog.tsx @@ -22,8 +22,6 @@ import Dialog from "../components/dialog"; import { getHomeRoute, hardNavigate } from "../navigation"; import { appVersion } from "../utils/version"; import Config from "../utils/config"; - -import { useEffect } from "react"; import { ArrowRight, Checkmark, Icon, Warn } from "../components/icons"; import { BaseDialogProps, DialogManager } from "../common/dialog-manager"; import { strings } from "@notesnook/intl"; @@ -93,23 +91,34 @@ const features: Record = { ] : [ { - title: "Wrapped 2025", + title: "Import/export tables as CSV", subtitle: - "Notesnook Wrapped 2025 is your personal recap of the year you spent with Notesnook. Available throughout December and accessible from the sidebar, it highlights your activity, stats and how you used Notesnook this year." + "You can now import and export CSV files as tables directly in the editor." }, { - title: "Monograph analytics", + title: "Customizable monograph title", subtitle: - "Pro users can now see view count analytics for monographs." + "You can now set a custom title for your monographs different from the note title." }, { - title: "Twitter/X embed support", - subtitle: "Simply paste the post URL in the Insert Embed dialog." + title: "Expiring notes", + subtitle: + "Set an expiration date for your notes after which they will be automatically moved to trash." }, { - title: "New keyboard shortcuts", + title: "Change note's created date", subtitle: - "Use Ctrl/Cmd + Alt/Option + F to open search/replace in the editor. We have also added Ctrl/Cmd + Alt/Option + C for toggling text color." + "You can now change a note's created date from the note properties panel." + }, + { + title: "Customizable line height", + subtitle: + "You can now customize the line height in the editor from Settings > Editor." + }, + { + title: "Change week starting day", + subtitle: + "You can now change the starting day of the week from Settings > Behaviour." } ], cta: {