mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
release v3.0.0-beta.3
This commit is contained in:
parent
6dce8e65a7
commit
03806337e7
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.2
|
VNOTE_VER: 3.0.0-beta.3
|
||||||
|
|
||||||
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.2
|
VNOTE_VER: 3.0.0-beta.3
|
||||||
|
|
||||||
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.2
|
VNOTE_VER: 3.0.0-beta.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
14
changes.md
14
changes.md
@ -3,3 +3,17 @@
|
|||||||
* Fix Import Legacy Notebook
|
* Fix Import Legacy Notebook
|
||||||
* Refine toolbar
|
* Refine toolbar
|
||||||
* Fix Outline viewer
|
* Fix Outline viewer
|
||||||
|
|
||||||
|
## v3.0.0-beta.3
|
||||||
|
* Support `[TOC]`
|
||||||
|
* Fix MathJax
|
||||||
|
* Add shortcut for StayOnTop
|
||||||
|
* Add Markdown guide and shortcuts guide
|
||||||
|
* Show hovered link in read mode
|
||||||
|
* Smart Input Method in Vi mode
|
||||||
|
* Bug fix in Markdown editor when finding current heading index
|
||||||
|
* Add custom Info.plist on macOS
|
||||||
|
* Support minimizing to system tray
|
||||||
|
* Support restart
|
||||||
|
* Add read and edit in Markdown ViewWindow
|
||||||
|
* Add Chinese translations
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.0.0</string>
|
<string>3.0.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.0.0.2</string>
|
<string>3.0.0.3</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Created by VNoteX</string>
|
<string>Created by VNoteX</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
|
@ -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.2"
|
"version" : "3.0.0-beta.3"
|
||||||
},
|
},
|
||||||
"core" : {
|
"core" : {
|
||||||
"theme" : "native",
|
"theme" : "native",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user