diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index c2ed48f3..ebad4e67 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.0
+ VNOTE_VER: 3.12.888
jobs:
build-linux:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 815f2c04..30ad0a74 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.0
+ VNOTE_VER: 3.12.888
jobs:
build-linux:
diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml
index e836d3fd..7d9eafd2 100644
--- a/.github/workflows/ci-win.yml
+++ b/.github/workflows/ci-win.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.12.0
+ VNOTE_VER: 3.12.888
jobs:
build:
diff --git a/changes.md b/changes.md
index ed32b705..61bb68e9 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,13 @@
# Changes
+## v3.12.888
+* Fix shortcuts in key sequence with input method (like `Ctrl+G, E`)
+* Add line ending settings for config files
+* FindAndReplace: fix zero-length search
+* QuickAccess: support folders
+* Upgrade to Qt 5.15.2
+* Support file associations
+* NewNoteDialog: remember default file type
+
## v3.12.0
* NotebookExplorer: support separate node explorer
* Theme: add user-provided VSCode-Dark theme
diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist
index 91c7f7bc..6ee3ef21 100644
--- a/src/data/core/Info.plist
+++ b/src/data/core/Info.plist
@@ -21,9 +21,9 @@
CFBundleExecutable
vnote
CFBundleShortVersionString
- 3.12.0
+ 3.12.888
CFBundleVersion
- 3.12.0.1
+ 3.12.888.1
NSHumanReadableCopyright
Created by VNoteX
CFBundleIconFile
diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json
index b64c3ef0..a821865f 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.12.0"
+ "version" : "3.12.888"
},
"core" : {
"theme" : "pure",