Skip to content

Commit 84d396f

Browse files
committed
release v3.18.1
1 parent b2fb5b1 commit 84d396f

File tree

9 files changed

+237
-182
lines changed

9 files changed

+237
-182
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: false
1717

1818
env:
19-
VNOTE_VER: 3.18.0
19+
VNOTE_VER: 3.18.1
2020
CMAKE_VER: 3.24.3
2121

2222
jobs:

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: false
1717

1818
env:
19-
VNOTE_VER: 3.18.0
19+
VNOTE_VER: 3.18.1
2020
CMAKE_VER: 3.24.3
2121

2222
jobs:

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: false
1717

1818
env:
19-
VNOTE_VER: 3.18.0
19+
VNOTE_VER: 3.18.1
2020

2121
jobs:
2222
build:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
33
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version")
44

55
project(VNote
6-
VERSION 3.18.0
6+
VERSION 3.18.1
77
DESCRIPTION "A pleasant note-taking platform"
88
HOMEPAGE_URL "https://app.vnote.fun"
99
LANGUAGES C CXX)

changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changes
2+
## v3.18.1
3+
* Fix crash caused by Qt6 change
4+
* Fix XSS protection exemption
5+
* Check link before open
6+
27
## v3.18.0
38
* Upgrade to Qt6
49
* Support MacOS universal build

src/data/core/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>CFBundleShortVersionString</key>
2828
<string>3.17</string>
2929
<key>CFBundleVersion</key>
30-
<string>3.18.0</string>
30+
<string>3.18.1</string>
3131
<key>NSHumanReadableCopyright</key>
3232
<string>Distributed under LGPL-3.0 license. Copyright (c) 2024 app.vnote.fun</string>
3333
<key>CFBundleIconFile</key>

src/data/core/translations/vnote_ja.ts

Lines changed: 113 additions & 88 deletions
Large diffs are not rendered by default.

src/data/core/translations/vnote_zh_CN.ts

Lines changed: 113 additions & 88 deletions
Large diffs are not rendered by default.

src/data/core/vnotex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metadata" : {
44
"//comment": "When releasing new version, please go through the following configs to check if override is needed.",
55
"//Comment": "markdown_editor#override_viewer_resource",
6-
"version" : "3.18.0"
6+
"version" : "3.18.1"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)