mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
web: bump version to 2.4.5
This commit is contained in:
4
apps/web/desktop/package-lock.json
generated
4
apps/web/desktop/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
: [],
|
||||
|
||||
Reference in New Issue
Block a user