web: bump version to 2.6.2

This commit is contained in:
Abdullah Atta
2023-09-06 17:06:02 +05:00
parent 1cb00bca0d
commit eedd50fc64
5 changed files with 8 additions and 18 deletions

View File

@@ -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": {

View File

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

View File

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

View File

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

View File

@@ -91,19 +91,9 @@ const features: Record<FeatureKeys, Feature> = {
]
: [
{
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: {