diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 9ebb73ef..be045f0e 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.5.1
+ VNOTE_VER: 3.6.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index a6328604..7ea3b471 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.5.1
+ VNOTE_VER: 3.6.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml
index afa79af9..c03742aa 100644
--- a/.github/workflows/ci-win.yml
+++ b/.github/workflows/ci-win.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.5.1
+ VNOTE_VER: 3.6.0
jobs:
build:
diff --git a/changes.md b/changes.md
index d85e8d3c..0bfcd68b 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,8 @@
# Changes
+## v3.6.0
+* Support **Image Host**: GitHub and Gitee
+* Add config page for Vi
+
## v3.5.1
* LocationList: fix recently introduced regression when highlighting segments of text
diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist
index 7410b053..db4a95af 100644
--- a/src/data/core/Info.plist
+++ b/src/data/core/Info.plist
@@ -21,9 +21,9 @@
CFBundleExecutable
vnote
CFBundleShortVersionString
- 3.5.1
+ 3.6.0
CFBundleVersion
- 3.5.1.1
+ 3.6.0.1
NSHumanReadableCopyright
Created by VNoteX
CFBundleIconFile
diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json
index 2187420f..5016799a 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.5.1"
+ "version" : "3.6.0"
},
"core" : {
"theme" : "pure",