mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
web: bump version to 2.6.16
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",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@notesnook/desktop",
|
||||
"productName": "Notesnook",
|
||||
"description": "Your private note taking space",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"appAppleId": "1544027013",
|
||||
"private": true,
|
||||
"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",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/web",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@aws-sdk/util-base64-browser": "^3.208.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@notesnook/web",
|
||||
"description": "Your private note taking space",
|
||||
"version": "2.6.15",
|
||||
"version": "2.6.16",
|
||||
"private": true,
|
||||
"main": "./src/app.js",
|
||||
"homepage": "https://notesnook.com/",
|
||||
|
||||
@@ -91,20 +91,34 @@ const features: Record<FeatureKeys, Feature> = {
|
||||
]
|
||||
: [
|
||||
{
|
||||
title: "Daily trash cleanup interval",
|
||||
title: "Sort reminders by due date",
|
||||
subtitle:
|
||||
"You can now set the trash cleanup interval to Daily in addition to Weekly, Monthly & Yearly."
|
||||
"You can now sort your reminders by due date to quickly see which reminders are upcoming."
|
||||
},
|
||||
{
|
||||
title: "Organized bulk exports",
|
||||
title: "Restore backups using encryption key",
|
||||
subtitle:
|
||||
"Bulk exports are now automatically sorted/organized into folders based on your Notebook/Topic organization."
|
||||
"If you forget your password but still have your recovery key, you can now use that to restore your backups."
|
||||
},
|
||||
{
|
||||
title: "New domain for Monographs",
|
||||
title: "Disable markdown in editor",
|
||||
subtitle:
|
||||
"Monographs will now be published to monogr.ph instead of monograph.notesnook.com. Don't worry, all your published notes will automatically redirect."
|
||||
}
|
||||
"If you find automatic markdown shortcuts annoying, you can now turn those off from Settings > Editor > Disable markdown shortcuts."
|
||||
},
|
||||
{
|
||||
title: "Improved password reset",
|
||||
subtitle:
|
||||
"Resetting password should now be much more reliable and safer."
|
||||
},
|
||||
...(IS_DESKTOP_APP
|
||||
? [
|
||||
{
|
||||
title: "Proxy settings",
|
||||
subtitle:
|
||||
"Desktop app now support setting a custom proxy url to route all network through it. Useful if you are behind a firewall and would like to bypass it."
|
||||
}
|
||||
]
|
||||
: [])
|
||||
],
|
||||
cta: {
|
||||
title: "Got it",
|
||||
|
||||
Reference in New Issue
Block a user