mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: bump version to v2.3.0
This commit is contained in:
4
apps/mobile/package-lock.json
generated
4
apps/mobile/package-lock.json
generated
@@ -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/",
|
||||
|
||||
@@ -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",
|
||||
|
||||
6
apps/web/package-lock.json
generated
6
apps/web/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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 & 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",
|
||||
|
||||
Reference in New Issue
Block a user