Skip to content

Commit

Permalink
web: bump version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 3, 2024
1 parent 2a4d04a commit f8bd089
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 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.6",
"version": "3.0.7",
"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.6",
"version": "3.0.7",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",
Expand Down
8 changes: 8 additions & 0 deletions apps/web/src/dialogs/feature-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ const features: Record<FeatureKeys, Feature> = {
)
}
]
: IS_DESKTOP_APP
? [
{
title: "Use native titlebar",
subtitle:
"You can now disable the custom titlebar from Settings > Desktop integration and use your operating system's native title bar."
}
]
: [],
cta: {
title: "Got it",
Expand Down

0 comments on commit f8bd089

Please sign in to comment.