web: bump version to 3.3.8

This commit is contained in:
Abdullah Atta
2026-01-27 17:24:36 +05:00
parent 97f3e02f59
commit 406c63721d
5 changed files with 25 additions and 16 deletions

View File

@@ -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": {

View File

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

View File

@@ -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": {

View File

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

View File

@@ -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: {