release v3.0.0-beta.4 (#1639)

* refine readme

* release v3.0.0-beta.4
This commit is contained in:
Le Tan 2021-01-01 19:27:04 -08:00 committed by GitHub
parent 774930c950
commit db341b5574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 8 deletions

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.0-beta.3
VNOTE_VER: 3.0.0-beta.4
jobs:
build-linux:

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.0-beta.3
VNOTE_VER: 3.0.0-beta.4
jobs:
build-linux:

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.0-beta.3
VNOTE_VER: 3.0.0-beta.4
jobs:
build:

View File

@ -25,6 +25,8 @@ VNote is **NOT** just a simple editor for Markdown. By providing notes managemen
Utilizing Qt, VNote could run on **Linux**, **Windows**, and **macOS**.
![Main](pics/main.png)
## Downloads
Continuous builds on `master` branch could be found at the [Continuous Build](https://github.com/vnotex/vnote/releases/tag/continuous-build) release.

View File

@ -1,8 +1,12 @@
# Changes
## v3.0.0-beta.2
* Fix Import Legacy Notebook
* Refine toolbar
* Fix Outline viewer
## v3.0.0-beta.4
* Add theme **moonlight** for dark mode
* Add shortcuts for split and workspace
* Bug fix
* More configs in Settings dialog for Markdown viewer
* Support section number in edit mode (without the dot suffix)
* Support link jump in Markdown viewer
* Use socket for single instance guard
## v3.0.0-beta.3
* Support `[TOC]`
@ -17,3 +21,8 @@
* Support restart
* Add read and edit in Markdown ViewWindow
* Add Chinese translations
## v3.0.0-beta.2
* Fix Import Legacy Notebook
* Refine toolbar
* Fix Outline viewer

BIN
pics/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -3,7 +3,7 @@
"metadata" : {
"//comment": "When releasing new version, please go through the following configs to check if override is needed.",
"//Comment": "markdown_editor#override_viewer_resource",
"version" : "3.0.0-beta.3"
"version" : "3.0.0-beta.4"
},
"core" : {
"theme" : "moonlight",