From eedd50fc641f8d806b062e3a18e9c294c03044a5 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 6 Sep 2023 17:06:02 +0500 Subject: [PATCH] web: bump version to 2.6.2 --- apps/desktop/package-lock.json | 4 ++-- apps/desktop/package.json | 2 +- apps/web/package-lock.json | 4 ++-- apps/web/package.json | 2 +- apps/web/src/dialogs/feature-dialog.tsx | 14 ++------------ 5 files changed, 8 insertions(+), 18 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index ba039a645..3ecb76280 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/desktop", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/desktop", - "version": "2.6.1", + "version": "2.6.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 41f738549..9d91663aa 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": "2.6.1", + "version": "2.6.2", "appAppleId": "1544027013", "private": true, "main": "./dist/index.js", diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 97cce242e..09635f91e 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/web", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/web", - "version": "2.6.1", + "version": "2.6.2", "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 30491364a..5402ffd27 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.6.1", + "version": "2.6.2", "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 c0efa4a4a..5ae9c38f8 100644 --- a/apps/web/src/dialogs/feature-dialog.tsx +++ b/apps/web/src/dialogs/feature-dialog.tsx @@ -91,19 +91,9 @@ const features: Record = { ] : [ { - title: "Custom themes", + title: "Much faster & more reliable sync", subtitle: - "You can now customize how each part of Notesnook looks to your hearts desire. To access all available themes just go to Settings > Appearance." - }, - { - title: "Improved copy/pasting formatting", - subtitle: - "The copy/pasting has been significantly improved and should now cause much less frustration due to bad formatting. Give it a try!" - }, - { - title: "More reliable attachment uploads", - subtitle: - "No more sudden and unexpected error popups due to broken attachment uploads. We have fixed lots of bugs in this release to make upload of attachment as smooth as possible." + "Syncing should now work more reliably & also much, much faster. Like 10x faster than before." } ], cta: {