Skip to content

Commit

Permalink
web: bump version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed May 17, 2024
1 parent 43f4669 commit 10be577
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 32 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "3.0.5",
"version": "3.0.6",
"appAppleId": "1544027013",
"private": true,
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "3.0.5",
"version": "3.0.6",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",
Expand Down
27 changes: 1 addition & 26 deletions apps/web/src/dialogs/feature-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
title: "Got it",
icon: Checkmark,
Expand Down

0 comments on commit 10be577

Please sign in to comment.