mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
parent
774930c950
commit
db341b5574
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.3
|
VNOTE_VER: 3.0.0-beta.4
|
||||||
|
|
||||||
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.3
|
VNOTE_VER: 3.0.0-beta.4
|
||||||
|
|
||||||
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.3
|
VNOTE_VER: 3.0.0-beta.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -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**.
|
Utilizing Qt, VNote could run on **Linux**, **Windows**, and **macOS**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
Continuous builds on `master` branch could be found at the [Continuous Build](https://github.com/vnotex/vnote/releases/tag/continuous-build) release.
|
Continuous builds on `master` branch could be found at the [Continuous Build](https://github.com/vnotex/vnote/releases/tag/continuous-build) release.
|
||||||
|
|
||||||
|
17
changes.md
17
changes.md
@ -1,8 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
## v3.0.0-beta.2
|
## v3.0.0-beta.4
|
||||||
* Fix Import Legacy Notebook
|
* Add theme **moonlight** for dark mode
|
||||||
* Refine toolbar
|
* Add shortcuts for split and workspace
|
||||||
* Fix Outline viewer
|
* 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
|
## v3.0.0-beta.3
|
||||||
* Support `[TOC]`
|
* Support `[TOC]`
|
||||||
@ -17,3 +21,8 @@
|
|||||||
* Support restart
|
* Support restart
|
||||||
* Add read and edit in Markdown ViewWindow
|
* Add read and edit in Markdown ViewWindow
|
||||||
* Add Chinese translations
|
* Add Chinese translations
|
||||||
|
|
||||||
|
## v3.0.0-beta.2
|
||||||
|
* Fix Import Legacy Notebook
|
||||||
|
* Refine toolbar
|
||||||
|
* Fix Outline viewer
|
||||||
|
BIN
pics/main.png
Normal file
BIN
pics/main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
@ -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.3"
|
"version" : "3.0.0-beta.4"
|
||||||
},
|
},
|
||||||
"core" : {
|
"core" : {
|
||||||
"theme" : "moonlight",
|
"theme" : "moonlight",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user