web: bump version to 2.4.5

This commit is contained in:
Abdullah Atta
2023-03-21 08:07:11 +05:00
parent 9d2bacdc5f
commit e405468471
4 changed files with 8 additions and 16 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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/",

View File

@@ -92,22 +92,14 @@ const features: Record<FeatureKeys, Feature> = {
: 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."
}
]
: [],