web: bump version to v2.3.0

This commit is contained in:
Abdullah Atta
2022-12-06 10:55:59 +05:00
parent 433749d3fa
commit 4ac9bb2d9b
5 changed files with 16 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/mobile",
"version": "2.2.6",
"version": "2.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/mobile",
"version": "2.2.6",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"workspaces": [
"native/",

View File

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

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.2.4",
"version": "2.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.2.4",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@aws-sdk/util-base64-browser": "^3.208.0",
@@ -91,7 +91,7 @@
},
"desktop": {
"name": "@notesnook/desktop",
"version": "2.2.4",
"version": "2.3.0",
"dependencies": {
"diary": "^0.3.1",
"electron-updater": "^5.3.0",

View File

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

View File

@@ -90,26 +90,24 @@ const features: Record<FeatureKeys, Feature> = {
}
]
: [
{
title: "Preview trash notes",
title: "Web clipper",
subtitle:
"You can now preview all your notes in the trash before restoring (or permanently deleting) them."
<>
You can manually download &amp; install the web clipper from <Code text="here" href="https://github.com/streetwriters/notesnook/releases/tag/v2.3.0"/> until it gets released on Firefox Addons & Chrome Web Store.
</>
},
{
title: "Custom colors",
title: "Delete individual task items",
subtitle:
"All color palettes in the editor now support saving custom colors for later use."
"You can now delete individual task items with a click of a button."
},
{
title: "Better text exports",
title: "Diacritics & extended glyphs support",
subtitle:
"Exporting to text will now give a much more structured output preserving line spacing etc. Don't worry, it's not markdown."
"Notesnook now fully supports all glyphs & diacritics everywhere. No more broken fonts when writing in Polish."
},
{
title: "Clear completed tasks",
subtitle:
"Task list in the editor now allows you to quickly clear all completed tasks in a single click."
}
],
cta: {
title: "Got it",