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:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
VNOTE_VER: 3.0.0-beta.4
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
2
.github/workflows/ci-macos.yml
vendored
2
.github/workflows/ci-macos.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
VNOTE_VER: 3.0.0-beta.4
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
2
.github/workflows/ci-win.yml
vendored
2
.github/workflows/ci-win.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
VNOTE_VER: 3.0.0-beta.4
|
||||
|
||||
jobs:
|
||||
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**.
|
||||
|
||||

|
||||
|
||||
## Downloads
|
||||
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
|
||||
## v3.0.0-beta.2
|
||||
* Fix Import Legacy Notebook
|
||||
* Refine toolbar
|
||||
* Fix Outline viewer
|
||||
## v3.0.0-beta.4
|
||||
* Add theme **moonlight** for dark mode
|
||||
* Add shortcuts for split and workspace
|
||||
* 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
|
||||
* Support `[TOC]`
|
||||
@ -17,3 +21,8 @@
|
||||
* Support restart
|
||||
* Add read and edit in Markdown ViewWindow
|
||||
* 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" : {
|
||||
"//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.0-beta.3"
|
||||
"version" : "3.0.0-beta.4"
|
||||
},
|
||||
"core" : {
|
||||
"theme" : "moonlight",
|
||||
|
Loading…
x
Reference in New Issue
Block a user