Преглед изворни кода

release v3.0.0-beta.4 (#1639)

* refine readme

* release v3.0.0-beta.4
Le Tan пре 4 година
родитељ
комит
db341b5574

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

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

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

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

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.0.0-beta.3
+    VNOTE_VER: 3.0.0-beta.4
 
 jobs:
   build:

+ 2 - 0
README.md

@@ -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**.
 
+![Main](pics/main.png)
+
 ## Downloads
 Continuous builds on `master` branch could be found at the [Continuous Build](https://github.com/vnotex/vnote/releases/tag/continuous-build) release.
 

+ 13 - 4
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


+ 1 - 1
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.3"
+        "version" : "3.0.0-beta.4"
     },
     "core" : {
         "theme" : "moonlight",