mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: bump version to 3.3.8
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",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@notesnook/desktop",
|
||||
"productName": "Notesnook",
|
||||
"description": "Your private note taking space",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"appAppleId": "1544027013",
|
||||
"private": true,
|
||||
"main": "./dist/cjs/index.js",
|
||||
|
||||
4
apps/web/package-lock.json
generated
4
apps/web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@notesnook/web",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/web",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@notesnook/web",
|
||||
"description": "Your private note taking space",
|
||||
"version": "3.3.8-beta.1",
|
||||
"version": "3.3.8",
|
||||
"private": true,
|
||||
"main": "./src/app.js",
|
||||
"homepage": "https://notesnook.com/",
|
||||
|
||||
@@ -22,8 +22,6 @@ import Dialog from "../components/dialog";
|
||||
import { getHomeRoute, hardNavigate } from "../navigation";
|
||||
import { appVersion } from "../utils/version";
|
||||
import Config from "../utils/config";
|
||||
|
||||
import { useEffect } from "react";
|
||||
import { ArrowRight, Checkmark, Icon, Warn } from "../components/icons";
|
||||
import { BaseDialogProps, DialogManager } from "../common/dialog-manager";
|
||||
import { strings } from "@notesnook/intl";
|
||||
@@ -93,23 +91,34 @@ const features: Record<FeatureKeys, Feature> = {
|
||||
]
|
||||
: [
|
||||
{
|
||||
title: "Wrapped 2025",
|
||||
title: "Import/export tables as CSV",
|
||||
subtitle:
|
||||
"Notesnook Wrapped 2025 is your personal recap of the year you spent with Notesnook. Available throughout December and accessible from the sidebar, it highlights your activity, stats and how you used Notesnook this year."
|
||||
"You can now import and export CSV files as tables directly in the editor."
|
||||
},
|
||||
{
|
||||
title: "Monograph analytics",
|
||||
title: "Customizable monograph title",
|
||||
subtitle:
|
||||
"Pro users can now see view count analytics for monographs."
|
||||
"You can now set a custom title for your monographs different from the note title."
|
||||
},
|
||||
{
|
||||
title: "Twitter/X embed support",
|
||||
subtitle: "Simply paste the post URL in the Insert Embed dialog."
|
||||
title: "Expiring notes",
|
||||
subtitle:
|
||||
"Set an expiration date for your notes after which they will be automatically moved to trash."
|
||||
},
|
||||
{
|
||||
title: "New keyboard shortcuts",
|
||||
title: "Change note's created date",
|
||||
subtitle:
|
||||
"Use Ctrl/Cmd + Alt/Option + F to open search/replace in the editor. We have also added Ctrl/Cmd + Alt/Option + C for toggling text color."
|
||||
"You can now change a note's created date from the note properties panel."
|
||||
},
|
||||
{
|
||||
title: "Customizable line height",
|
||||
subtitle:
|
||||
"You can now customize the line height in the editor from Settings > Editor."
|
||||
},
|
||||
{
|
||||
title: "Change week starting day",
|
||||
subtitle:
|
||||
"You can now change the starting day of the week from Settings > Behaviour."
|
||||
}
|
||||
],
|
||||
cta: {
|
||||
|
||||
Reference in New Issue
Block a user