diff --git a/apps/web/desktop/package-lock.json b/apps/web/desktop/package-lock.json index 1d96f9902..13bd35d92 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.4", + "version": "2.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "2.4.4", + "version": "2.4.5", "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 65979df84..244399711 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.4", + "version": "2.4.5", "appAppleId": "1544027013", "private": true, "main": "./build/electron.js", diff --git a/apps/web/package.json b/apps/web/package.json index 2bea3bacf..4a0322dc8 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.4", + "version": "2.4.5", "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 592120a60..212934461 100644 --- a/apps/web/src/components/dialogs/feature-dialog.tsx +++ b/apps/web/src/components/dialogs/feature-dialog.tsx @@ -92,22 +92,14 @@ const features: Record = { : isDesktop() ? [ { - title: "Smoother app loading animation", + title: "Topics are now optional", subtitle: - "Starting the app will now feel much, much smoother and less janky." + "You can now move notes directly into a notebook without ever needing a topic (but topics are still there...just optional)." }, { - title: "Faster & less buggy outline list" - }, - { - title: "Sortable task lists", + title: "Adjustable trash cleanup interval", subtitle: - "Task lists can now be sorted by their status. This'll move all completed tasks to the bottom." - }, - { - title: "Faster editor", - subtitle: - "Editor performance has been vastly improved in this version especially when you have a lot of images, task list etc." + "You can now customize after how long you want your trash to be automatically cleared. Just go into Settings -> Trash settings." } ] : [],