mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: bump version to 2.5.0
This commit is contained in:
4
apps/web/desktop/package-lock.json
generated
4
apps/web/desktop/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
4
apps/web/package-lock.json
generated
4
apps/web/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user