Skip to content

Commit 14c54ab

Browse files
committed
release v3.10.1
1 parent ecf1f8d commit 14c54ab

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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.10.0
13+
VNOTE_VER: 3.10.1
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.10.0
13+
VNOTE_VER: 3.10.1
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.10.0
13+
VNOTE_VER: 3.10.1
1414

1515
jobs:
1616
build:

changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changes
2+
## v3.10.1
3+
* MarkdownEditor: fix view mode issue
4+
* Support print
5+
* Refine icons
6+
27
## v3.10.0
38
* MarkdownEditor
49
* Support side-by-side edit with preview

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.10.0"
6+
"version" : "3.10.1"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)