release v3.0.0-beta.11 (#1734)

This commit is contained in:
Le Tan 2021-04-15 21:03:59 +08:00 committed by GitHub
parent a40c2174a9
commit 59e8163f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 474 additions and 122 deletions

View File

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

View File

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

View File

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

View File

@ -1,4 +1,7 @@
# Changes # Changes
## v3.0.0-beta.11
* Full-text search
## v3.0.0-beta.10 ## v3.0.0-beta.10
* Show more tips * Show more tips
* Add exclude patterns for external nodes * Add exclude patterns for external nodes

File diff suppressed because it is too large Load Diff

View File

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