mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
release v3.0.0-beta.10
This commit is contained in:
parent
c442892b59
commit
372f092919
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.9
|
VNOTE_VER: 3.0.0-beta.10
|
||||||
|
|
||||||
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.9
|
VNOTE_VER: 3.0.0-beta.10
|
||||||
|
|
||||||
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.9
|
VNOTE_VER: 3.0.0-beta.10
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
## v3.0.0-beta.10
|
||||||
|
* Show more tips
|
||||||
|
* Add exclude patterns for external nodes
|
||||||
|
* Add command line parser and support opening files from command line
|
||||||
|
* Update Mermaid.js to 8.9.1
|
||||||
|
* Support exporting current note
|
||||||
|
* Add ExpandAll to node explorer
|
||||||
|
|
||||||
## v3.0.0-beta.9
|
## v3.0.0-beta.9
|
||||||
* Fix crash when exporting external files
|
* Fix crash when exporting external files
|
||||||
* Support manual sorting folders and notes
|
* Support manual sorting folders and notes
|
||||||
|
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.9"
|
"version" : "3.0.0-beta.10"
|
||||||
},
|
},
|
||||||
"core" : {
|
"core" : {
|
||||||
"theme" : "pure",
|
"theme" : "pure",
|
||||||
|
@ -1118,7 +1118,7 @@ QAction *NotebookNodeExplorer::createAction(Action p_act, QObject *p_parent)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Action::ReloadIndex:
|
case Action::ReloadIndex:
|
||||||
act = new QAction(tr("Re&load Index From Disk"), p_parent);
|
act = new QAction(tr("Relo&ad Index From Disk"), p_parent);
|
||||||
connect(act, &QAction::triggered,
|
connect(act, &QAction::triggered,
|
||||||
this, [this]() {
|
this, [this]() {
|
||||||
if (!m_notebook) {
|
if (!m_notebook) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user