mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
web: bump version to 2.5.4
This commit is contained in:
4
apps/desktop/package-lock.json
generated
4
apps/desktop/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/desktop",
|
"name": "@notesnook/desktop",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/desktop",
|
"name": "@notesnook/desktop",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@trpc/client": "^10.29.1",
|
"@trpc/client": "^10.29.1",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@notesnook/desktop",
|
"name": "@notesnook/desktop",
|
||||||
"productName": "Notesnook",
|
"productName": "Notesnook",
|
||||||
"description": "Your private note taking space",
|
"description": "Your private note taking space",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"appAppleId": "1544027013",
|
"appAppleId": "1544027013",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
4
apps/web/package-lock.json
generated
4
apps/web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/web",
|
"name": "@notesnook/web",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/web",
|
"name": "@notesnook/web",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/util-base64-browser": "^3.208.0",
|
"@aws-sdk/util-base64-browser": "^3.208.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/web",
|
"name": "@notesnook/web",
|
||||||
"description": "Your private note taking space",
|
"description": "Your private note taking space",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./src/app.js",
|
"main": "./src/app.js",
|
||||||
"homepage": "https://notesnook.com/",
|
"homepage": "https://notesnook.com/",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import Dialog from "../components/dialog";
|
|||||||
import { getHomeRoute, hardNavigate } from "../navigation";
|
import { getHomeRoute, hardNavigate } from "../navigation";
|
||||||
import { appVersion } from "../utils/version";
|
import { appVersion } from "../utils/version";
|
||||||
import Config from "../utils/config";
|
import Config from "../utils/config";
|
||||||
import { isDesktop, isTesting } from "../utils/platform";
|
import { isTesting } from "../utils/platform";
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { ArrowRight, Checkmark, Icon, Warn } from "../components/icons";
|
import { ArrowRight, Checkmark, Icon, Warn } from "../components/icons";
|
||||||
|
|
||||||
@@ -89,26 +89,7 @@ const features: Record<FeatureKeys, Feature> = {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
: isDesktop()
|
: [],
|
||||||
? [
|
|
||||||
{
|
|
||||||
title: "New UI for settings",
|
|
||||||
subtitle:
|
|
||||||
"We have revamped Notesnook Settings from the groundup to be better suited to the desktop form factor. Take a look and let us know what you think!"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "100% native encryption",
|
|
||||||
subtitle:
|
|
||||||
"The desktop app (this app) now uses 100% native encryption instead of a WebAssembly based solution. The result is 10x faster encryption improving the sync performance on desktop significantly."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
: [
|
|
||||||
{
|
|
||||||
title: "New UI for settings",
|
|
||||||
subtitle:
|
|
||||||
"We have revamped Notesnook Settings from the groundup to be better suited to the desktop form factor. Take a look and let us know what you think!"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
cta: {
|
cta: {
|
||||||
title: "Got it",
|
title: "Got it",
|
||||||
icon: Checkmark,
|
icon: Checkmark,
|
||||||
|
|||||||
Reference in New Issue
Block a user