mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: bump version to 3.2.0-beta.0
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": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/desktop",
|
"name": "@notesnook/desktop",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -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": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"appAppleId": "1544027013",
|
"appAppleId": "1544027013",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./dist/cjs/index.js",
|
"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",
|
"name": "@notesnook/web",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@notesnook/web",
|
"name": "@notesnook/web",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/web",
|
"name": "@notesnook/web",
|
||||||
"description": "Your private note taking space",
|
"description": "Your private note taking space",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0-beta.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./src/app.js",
|
"main": "./src/app.js",
|
||||||
"homepage": "https://notesnook.com/",
|
"homepage": "https://notesnook.com/",
|
||||||
|
|||||||
@@ -93,28 +93,22 @@ const features: Record<FeatureKeys, Feature> = {
|
|||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
{
|
{
|
||||||
title: "New sidebar UI/UX",
|
title: "Archive",
|
||||||
subtitle: (
|
subtitle: (
|
||||||
<>
|
<>
|
||||||
Your notebooks & tags are now displayed directly in the
|
You can now archive your notes to hide them from the main list.
|
||||||
sidebar making organization & navigation much easier.
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Hierarchical tree view for notebooks",
|
title: "Integrated Notesnook Importer",
|
||||||
subtitle: (
|
subtitle: (
|
||||||
<>
|
<>
|
||||||
Notebooks are now displayed in a hierarchical tree view so you
|
Notesnook Importer is now integrated directly into the app
|
||||||
can jump back and forth between them easily.
|
allowing for faster and more seamless import of your notes. Just
|
||||||
|
drag and drop your notes from other note-taking apps and viola!
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Set any tag, color or notebook as homepage",
|
|
||||||
subtitle: (
|
|
||||||
<>You can now set any tag, color or notebook as your homepage.</>
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
cta: {
|
cta: {
|
||||||
|
|||||||
Reference in New Issue
Block a user