Browse Source

release v3.0.0-beta.3

Le Tan 4 years ago
parent
commit
03806337e7

+ 1 - 1
.github/workflows/ci-linux.yml

@@ -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:

+ 1 - 1
.github/workflows/ci-macos.yml

@@ -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:

+ 1 - 1
.github/workflows/ci-win.yml

@@ -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 - 0
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

+ 1 - 1
src/data/core/Info.plist

@@ -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>

+ 1 - 1
src/data/core/vnotex.json

@@ -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",