From 03806337e795072c0584e2cfe39bd2384585cc19 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 21 Dec 2020 21:51:05 +0800 Subject: [PATCH] release v3.0.0-beta.3 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-win.yml | 2 +- changes.md | 14 ++++++++++++++ src/data/core/Info.plist | 2 +- src/data/core/vnotex.json | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 670f4155..e82cfcdd 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -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: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 178b623d..eff0339f 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -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: diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index f85e5bc3..dd6a2f2c 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.0.0-beta.2 + VNOTE_VER: 3.0.0-beta.3 jobs: build: diff --git a/changes.md b/changes.md index 3266f9b0..2db318ae 100644 --- a/changes.md +++ b/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 diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist index 2b0ed169..89b9899a 100644 --- a/src/data/core/Info.plist +++ b/src/data/core/Info.plist @@ -7,7 +7,7 @@ CFBundleShortVersionString 3.0.0 CFBundleVersion - 3.0.0.2 + 3.0.0.3 NSHumanReadableCopyright Created by VNoteX CFBundleIconFile diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json index 7dd479c9..b7c6b761 100644 --- a/src/data/core/vnotex.json +++ b/src/data/core/vnotex.json @@ -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",