Skip to content

Commit db341b5

Browse files
authored
release v3.0.0-beta.4 (vnotex#1639)
* refine readme * release v3.0.0-beta.4
1 parent 774930c commit db341b5

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
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.3
13+
VNOTE_VER: 3.0.0-beta.4
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.3
13+
VNOTE_VER: 3.0.0-beta.4
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.3
13+
VNOTE_VER: 3.0.0-beta.4
1414

1515
jobs:
1616
build:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ VNote is **NOT** just a simple editor for Markdown. By providing notes managemen
2525

2626
Utilizing Qt, VNote could run on **Linux**, **Windows**, and **macOS**.
2727

28+
![Main](pics/main.png)
29+
2830
## Downloads
2931
Continuous builds on `master` branch could be found at the [Continuous Build](https://github.com/vnotex/vnote/releases/tag/continuous-build) release.
3032

changes.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changes
2-
## v3.0.0-beta.2
3-
* Fix Import Legacy Notebook
4-
* Refine toolbar
5-
* Fix Outline viewer
2+
## v3.0.0-beta.4
3+
* Add theme **moonlight** for dark mode
4+
* Add shortcuts for split and workspace
5+
* Bug fix
6+
* More configs in Settings dialog for Markdown viewer
7+
* Support section number in edit mode (without the dot suffix)
8+
* Support link jump in Markdown viewer
9+
* Use socket for single instance guard
610

711
## v3.0.0-beta.3
812
* Support `[TOC]`
@@ -17,3 +21,8 @@
1721
* Support restart
1822
* Add read and edit in Markdown ViewWindow
1923
* Add Chinese translations
24+
25+
## v3.0.0-beta.2
26+
* Fix Import Legacy Notebook
27+
* Refine toolbar
28+
* Fix Outline viewer

pics/main.png

81.7 KB
Loading

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.3"
6+
"version" : "3.0.0-beta.4"
77
},
88
"core" : {
99
"theme" : "moonlight",

0 commit comments

Comments
 (0)