diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 885b0f9e..e1486139 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -16,7 +16,7 @@ on:
default: false
env:
- VNOTE_VER: 3.18.2
+ VNOTE_VER: 3.19.0
CMAKE_VER: 3.24.3
jobs:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index f3d3ec2b..7bba6b67 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -16,7 +16,7 @@ on:
default: false
env:
- VNOTE_VER: 3.18.2
+ VNOTE_VER: 3.19.0
CMAKE_VER: 3.24.3
jobs:
diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml
index fa849a41..04eeaa1f 100644
--- a/.github/workflows/ci-win.yml
+++ b/.github/workflows/ci-win.yml
@@ -16,7 +16,7 @@ on:
default: false
env:
- VNOTE_VER: 3.18.2
+ VNOTE_VER: 3.19.0
jobs:
build:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2dee99fe..283d56e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version")
project(VNote
- VERSION 3.18.2
+ VERSION 3.19.0
DESCRIPTION "A pleasant note-taking platform"
HOMEPAGE_URL "https://app.vnote.fun"
LANGUAGES C CXX)
diff --git a/changes.md b/changes.md
index 8451715d..c1a23cca 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,7 @@
# Changes
+## v3.19.0
+* Add VSCode-sytle editor shortcuts
+
## v3.18.1
* Fix crash caused by Qt6 change
* Fix XSS protection exemption
diff --git a/scripts/update_version.py b/scripts/update_version.py
index f32ce749..5d81ceac 100644
--- a/scripts/update_version.py
+++ b/scripts/update_version.py
@@ -26,7 +26,7 @@ for line in fileinput.input(['.github/workflows/ci-win.yml', '.github/workflows/
print(regExp.sub('\\1VNOTE_VER: ' + newVersion, line), end='')
# Info.plist
-regExp = re.compile('(\\s+)(?!12\\.1)\\d+\\.\\d+')
+regExp = re.compile('(\\s+)(?!10\\.15)\\d+\\.\\d+')
for line in fileinput.input(['src/data/core/Info.plist'], inplace = True):
print(regExp.sub('\\1' + shortVersion + '', line), end='')
diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist
index 5eb9ef84..8e1bee45 100644
--- a/src/data/core/Info.plist
+++ b/src/data/core/Info.plist
@@ -25,9 +25,9 @@
CFBundleExecutable
vnote
CFBundleShortVersionString
- 3.18
+ 3.19
CFBundleVersion
- 3.18.2
+ 3.19.0
NSHumanReadableCopyright
Distributed under LGPL-3.0 license. Copyright (c) 2024 app.vnote.fun
CFBundleIconFile
diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json
index 4016b7a9..20078f8f 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.18.2"
+ "version" : "3.19.0"
},
"core" : {
"theme" : "pure",