Skip to content

Commit 1b8eb77

Browse files
committed
release v3.0.0-beta.8
1 parent 8770015 commit 1b8eb77

File tree

7 files changed

+68
-56
lines changed

7 files changed

+68
-56
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.0.0-beta.7
13+
VNOTE_VER: 3.0.0-beta.8
1414

1515
jobs:
1616
build-linux:

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.0.0-beta.7
13+
VNOTE_VER: 3.0.0-beta.8
1414

1515
jobs:
1616
build-linux:

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.0.0-beta.7
13+
VNOTE_VER: 3.0.0-beta.8
1414

1515
jobs:
1616
build:

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changes
2+
## v3.0.0-beta.8
3+
* Note explorer supports different view orders
4+
* Fix `Ctrl+V` paste in editor
5+
* Fix Linux HTTPS crash bug
6+
* Add button to show/hide recycle bin node
7+
* Other small fixes
8+
29
## v3.0.0-beta.7
310
* Support export to Markdown/HTML/PDF
411
* Support base level 1/2/3 for section number in read mode
96 Bytes
Binary file not shown.

src/data/core/translations/vnote_zh_CN.ts

Lines changed: 57 additions & 52 deletions
Large diffs are not rendered by default.

src/data/core/vnotex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metadata" : {
44
"//comment": "When releasing new version, please go through the following configs to check if override is needed.",
55
"//Comment": "markdown_editor#override_viewer_resource",
6-
"version" : "3.0.0-beta.7"
6+
"version" : "3.0.0-beta.8"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)