Browse Source

release 3.1.0 (#1767)

Le Tan 4 years ago
parent
commit
1d4e2b14b6

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.0.1
+    VNOTE_VER: 3.1.0
 
 jobs:
   build-linux:

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.0.1
+    VNOTE_VER: 3.1.0
 
 jobs:
   build-linux:

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

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
 
 env:
-    VNOTE_VER: 3.0.1
+    VNOTE_VER: 3.1.0
 
 jobs:
   build:

+ 10 - 0
changes.md

@@ -1,4 +1,14 @@
 # Changes
+## v3.1.0
+* Support Japanese translation (Thanks @miurahr)
+* MarkdownEditor: guess image suffix when fetching to local
+* Refine read mode styles (Thanks @heartnn)
+* Support recovering edit session on start
+* Support recovering notebook explorer session on start
+* Support Flash Page
+* Support Quick Access
+* Allow to keep docks (like Outline) when expanding content area
+
 ## v3.0.1
 * Support spell check via Hunspell
 * `Ctrl+Alt+F` to trigger full-text search

BIN
src/data/core/translations/vnote_zh_CN.qm


File diff suppressed because it is too large
+ 232 - 174
src/data/core/translations/vnote_zh_CN.ts


+ 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.1"
+        "version" : "3.1.0"
     },
     "core" : {
         "theme" : "pure",

Some files were not shown because too many files changed in this diff