From a453d6929678a48adaa49eaa73954f547106ace0 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 25 Jul 2021 11:28:59 +0800 Subject: [PATCH] release v3.5.0 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-win.yml | 2 +- changes.md | 12 ++++++++++++ src/data/core/vnotex.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index e99908d2a5..ab0ee429e7 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.4.0 + VNOTE_VER: 3.5.0 jobs: build-linux: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 0148b2dd4a..27e6a043af 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.4.0 + VNOTE_VER: 3.5.0 jobs: build-linux: diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 28632c1aca..35f4017999 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.4.0 + VNOTE_VER: 3.5.0 jobs: build: diff --git a/changes.md b/changes.md index 451eea0484..2ef421e275 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,16 @@ # Changes +## v3.5.0 +* Support History +* ViewArea + * `Ctrl+G, H/J/K/L` to navigate through ViewSplits + * `Ctrl+G, Shift+H/J/K/L` to move ViewWindow across ViewSplits +* MarkdownEditor + * Add configs for in-place preview sources + * Add a tool button to disable in-place preview +* Vi: support align and indent commands `=` and `>` +* LocationList: highlight matched text segments +* SelectDialog: support shortcuts (such as Rich Paste) + ## v3.4.0 * Support Snippet * `Ctrl+G S` to insert a snippet diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json index 3f23932cc0..28fd9b0ec4 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.4.0" + "version" : "3.5.0" }, "core" : { "theme" : "pure",