mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-17 04:07:51 +01:00
web: bump version to 3.0.6
This commit is contained in:
4
apps/desktop/package-lock.json
generated
4
apps/desktop/package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
4
apps/web/package-lock.json
generated
4
apps/web/package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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/",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user