diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 1a344231..52bceae5 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.7.0
+ VNOTE_VER: 3.8.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 9b88ae34..fd43c171 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.7.0
+ VNOTE_VER: 3.8.0
jobs:
build-linux:
diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml
index cc0ddfc5..fa2e52ec 100644
--- a/.github/workflows/ci-win.yml
+++ b/.github/workflows/ci-win.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
- VNOTE_VER: 3.7.0
+ VNOTE_VER: 3.8.0
jobs:
build:
diff --git a/changes.md b/changes.md
index c6aeabb2..e71ed75f 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,12 @@
# Changes
+## v3.8.0
+* Support tags
+* Introduce notebook database using SQLITE
+* A perfect frameless main window on Windows
+* Add switch to control whether store history in notebook
+* Refine dock widgets of main window
+* NotebookExplorer: support scan notebook and import external files
+
## v3.7.0
* PlantUml/Graphviz: support relative path executable
* macOS: support opening file with VNote in Finder
diff --git a/src/data/core/Info.plist b/src/data/core/Info.plist
index 37522178..a3afc9bf 100644
--- a/src/data/core/Info.plist
+++ b/src/data/core/Info.plist
@@ -21,9 +21,9 @@
CFBundleExecutable
vnote
CFBundleShortVersionString
- 3.7.0
+ 3.8.0
CFBundleVersion
- 3.7.0.1
+ 3.8.0.1
NSHumanReadableCopyright
Created by VNoteX
CFBundleIconFile
diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json
index bc9d7c40..17af4d2f 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.7.0"
+ "version" : "3.8.0"
},
"core" : {
"theme" : "pure",