web: bump version to 2.6.16

This commit is contained in:
Abdullah Atta
2024-03-06 12:03:06 +05:00
parent 9a1f54c41a
commit 9b728902d4
5 changed files with 27 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "@notesnook/desktop", "name": "@notesnook/desktop",
"version": "2.6.15", "version": "2.6.16",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@notesnook/desktop", "name": "@notesnook/desktop",
"version": "2.6.15", "version": "2.6.16",
"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": "2.6.15", "version": "2.6.16",
"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": "2.6.15", "version": "2.6.16",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@notesnook/web", "name": "@notesnook/web",
"version": "2.6.15", "version": "2.6.16",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@aws-sdk/util-base64-browser": "^3.208.0", "@aws-sdk/util-base64-browser": "^3.208.0",

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": "2.6.15", "version": "2.6.16",
"private": true, "private": true,
"main": "./src/app.js", "main": "./src/app.js",
"homepage": "https://notesnook.com/", "homepage": "https://notesnook.com/",

View File

@@ -91,20 +91,34 @@ const features: Record<FeatureKeys, Feature> = {
] ]
: [ : [
{ {
title: "Daily trash cleanup interval", title: "Sort reminders by due date",
subtitle: 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: 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: 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: { cta: {
title: "Got it", title: "Got it",