mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
release v3.0.0-beta.11 (#1734)
This commit is contained in:
parent
a40c2174a9
commit
59e8163f27
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
@ -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:
|
||||||
|
2
.github/workflows/ci-macos.yml
vendored
2
.github/workflows/ci-macos.yml
vendored
@ -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:
|
||||||
|
2
.github/workflows/ci-win.yml
vendored
2
.github/workflows/ci-win.yml
vendored
@ -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:
|
||||||
|
@ -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
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user