web: bump version to 3.0.6

This commit is contained in:
Abdullah Atta
2024-05-17 12:31:22 +05:00
parent 43f4669360
commit 10be5771c6
5 changed files with 7 additions and 32 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "@notesnook/desktop", "name": "@notesnook/desktop",
"version": "3.0.5", "version": "3.0.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@notesnook/desktop", "name": "@notesnook/desktop",
"version": "3.0.5", "version": "3.0.6",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop", "name": "@notesnook/desktop",
"productName": "Notesnook", "productName": "Notesnook",
"description": "Your private note taking space", "description": "Your private note taking space",
"version": "3.0.5", "version": "3.0.6",
"appAppleId": "1544027013", "appAppleId": "1544027013",
"private": true, "private": true,
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@@ -1,12 +1,12 @@
{ {
"name": "@notesnook/web", "name": "@notesnook/web",
"version": "3.0.5", "version": "3.0.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@notesnook/web", "name": "@notesnook/web",
"version": "3.0.5", "version": "3.0.6",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@notesnook/web", "name": "@notesnook/web",
"description": "Your private note taking space", "description": "Your private note taking space",
"version": "3.0.5", "version": "3.0.6",
"private": true, "private": true,
"main": "./src/app.js", "main": "./src/app.js",
"homepage": "https://notesnook.com/", "homepage": "https://notesnook.com/",

View File

@@ -89,32 +89,7 @@ const features: Record<FeatureKeys, Feature> = {
) )
} }
] ]
: [ : [],
{
title: "Bi-directional note linking",
subtitle: "You can now link any 2 notes for easier referencing."
},
{
title: "Tabs",
subtitle:
"Open multiple notes side by side for faster multi-tasking."
},
{
title: "Nested notebooks",
subtitle:
"Create subnotebooks inside notebooks upto unlimited depth."
},
{
title: "At rest encryption",
subtitle:
"All your data will now be stored encrypted on your device to keep you safe even if your device gets compromised."
},
{
title: "App lock",
subtitle:
"App lock is now here on desktop/web apps! Put a lock on the app, and keep it safe from intruders."
}
],
cta: { cta: {
title: "Got it", title: "Got it",
icon: Checkmark, icon: Checkmark,