web: bump version to 2.5.0

This commit is contained in:
Abdullah Atta
2023-05-29 19:14:53 +05:00
parent 3742e923c9
commit 0cfc2e1609
5 changed files with 15 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/desktop",
"version": "2.4.11",
"version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/desktop",
"version": "2.4.11",
"version": "2.5.0",
"dependencies": {
"diary": "^0.3.1",
"electron-updater": "^5.3.0",

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "2.4.11",
"version": "2.5.0",
"appAppleId": "1544027013",
"private": true,
"main": "./build/electron.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.4.11",
"version": "2.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.4.11",
"version": "2.5.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@aws-sdk/util-base64-browser": "^3.208.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "2.4.11",
"version": "2.5.0",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",

View File

@@ -91,14 +91,19 @@ const features: Record<FeatureKeys, Feature> = {
]
: [
{
title: "Billing history",
title: "Attachments preview",
subtitle:
"You can now get a list of all the transactions you have made, their amount and when they were made."
"You can now preview PDFs & Images directly inside Notesnook."
},
{
title: "Request refund",
title: "New attachments manager",
subtitle:
"You can now request refunds directly from inside the app. No need for emails etc. Go to Settings > Request refund to send your request for a refund."
"The new attachments manager makes is much easier to view & interact with your attachments. It also allows you to download all (or some) of your attachments."
},
{
title: "Assign tags to multiple notes",
subtitle:
"You can now easily tag multiple notes without first opening them."
}
],
cta: {