mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +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:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.0-beta.2
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
|
||||
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.2
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
|
||||
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.2
|
||||
VNOTE_VER: 3.0.0-beta.3
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
14
changes.md
14
changes.md
@ -3,3 +3,17 @@
|
||||
* Fix Import Legacy Notebook
|
||||
* Refine toolbar
|
||||
* 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>
|
||||
<string>3.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.0.2</string>
|
||||
<string>3.0.0.3</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Created by VNoteX</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
@ -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.2"
|
||||
"version" : "3.0.0-beta.3"
|
||||
},
|
||||
"core" : {
|
||||
"theme" : "native",
|
||||
|
Loading…
x
Reference in New Issue
Block a user