mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
web: bump version to 2.4.3
This commit is contained in:
2
apps/web/desktop/package-lock.json
generated
2
apps/web/desktop/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@notesnook/desktop",
|
||||
"productName": "Notesnook",
|
||||
"description": "Your private note taking space",
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"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.1",
|
||||
"version": "2.4.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/web",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.3",
|
||||
"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.2",
|
||||
"version": "2.4.3",
|
||||
"private": true,
|
||||
"main": "./src/app.js",
|
||||
"homepage": "https://notesnook.com/",
|
||||
|
||||
@@ -92,14 +92,27 @@ const features: Record<FeatureKeys, Feature> = {
|
||||
: isDesktop()
|
||||
? [
|
||||
{
|
||||
title: "Multi-language spell check",
|
||||
title: "Full RTL support in editor",
|
||||
subtitle:
|
||||
"Spell checking support is finally here. You can enable/disable & add new languages support from settings. The spell checker supports multiple languages at once so feel free to add as many as you'd like."
|
||||
"The editor now supports RTL languages everywhere and correctly aligns them."
|
||||
},
|
||||
{
|
||||
title: "Better OS integration",
|
||||
title: "CJK character count",
|
||||
subtitle:
|
||||
"Notesnook now supports all the standard desktop integration features like auto start on startup, minimize to system tray, shortcuts from jumplist, dock menu etc. There are some other goodies as well like native notifications for reminders."
|
||||
"The editor word counter now correctly counds CJK characters."
|
||||
},
|
||||
{
|
||||
title: "Telemetry is now opt-in by default"
|
||||
},
|
||||
{
|
||||
title: "Revamped notebook linking dialog",
|
||||
subtitle:
|
||||
"The new dialog is much more user friendly & makes linking notebooks a breeze."
|
||||
},
|
||||
{
|
||||
title: "A lot of UX improvements",
|
||||
subtitle:
|
||||
"The app should now behave much nicer on some actions. More UX improvements coming in next versions."
|
||||
}
|
||||
]
|
||||
: [],
|
||||
|
||||
Reference in New Issue
Block a user