release 3.1.0 (#1767)

This commit is contained in:
Le Tan 2021-05-21 06:18:31 -07:00 committed by GitHub
parent 9ada45ea4b
commit 1d4e2b14b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 368 additions and 261 deletions

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.1
VNOTE_VER: 3.1.0
jobs:
build-linux:

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.1
VNOTE_VER: 3.1.0
jobs:
build-linux:

View File

@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
VNOTE_VER: 3.0.1
VNOTE_VER: 3.1.0
jobs:
build:

View File

@ -1,4 +1,14 @@
# Changes
## v3.1.0
* Support Japanese translation (Thanks @miurahr)
* MarkdownEditor: guess image suffix when fetching to local
* Refine read mode styles (Thanks @heartnn)
* Support recovering edit session on start
* Support recovering notebook explorer session on start
* Support Flash Page
* Support Quick Access
* Allow to keep docks (like Outline) when expanding content area
## v3.0.1
* Support spell check via Hunspell
* `Ctrl+Alt+F` to trigger full-text search

File diff suppressed because it is too large Load Diff

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.1"
"version" : "3.1.0"
},
"core" : {
"theme" : "pure",