diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 9ebb73ef7c..be045f0e8d 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 a632860475..7ea3b4714e 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 afa79af953..c03742aac6 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 d85e8d3c36..0bfcd68bd5 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 7410b05311..db4a95af73 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 2187420fd1..5016799af6 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",