diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2afc669d..ec8360db 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.14.0 + VNOTE_VER: 3.15.0 jobs: build-linux: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index cecca1c5..ec9877e1 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.14.0 + VNOTE_VER: 3.15.0 jobs: build: diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 3f96748c..015ea716 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.14.0 + VNOTE_VER: 3.15.0 jobs: build: diff --git a/changes.md b/changes.md index 5a980ca9..49d84c19 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,11 @@ # Changes +## v3.15.0 +* Editor supports Word Count +* Add Open Windows panel +* Theme: add Vue-light theme +* Support default open mode +* NotebookSelector: support dynamic icons for notebooks + ## v3.14.0 * Theme: support custom icons * Theme: refine icons diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist index 9383aba0..e56cba4d 100644 --- a/src/data/core/Info.plist +++ b/src/data/core/Info.plist @@ -21,9 +21,9 @@ CFBundleExecutable vnote CFBundleShortVersionString - 3.14.0 + 3.15.0 CFBundleVersion - 3.14.0.1 + 3.15.0.1 NSHumanReadableCopyright Created by VNoteX CFBundleIconFile diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json index d664f229..6b379b91 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.14.0" + "version" : "3.15.0" }, "core" : { "theme" : "pure",