web: bump version to 2.4.3

This commit is contained in:
Abdullah Atta
2023-02-14 12:45:17 +05:00
parent 2f815fcec3
commit bb0c48f26a
5 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/desktop",
"version": "2.4.2",
"version": "2.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -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",

View File

@@ -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",

View File

@@ -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/",

View File

@@ -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."
}
]
: [],