Skip to content

Commit

Permalink
release v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Jul 10, 2024
1 parent b2fb5b1 commit 84d396f
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: false

env:
VNOTE_VER: 3.18.0
VNOTE_VER: 3.18.1
CMAKE_VER: 3.24.3

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: false

env:
VNOTE_VER: 3.18.0
VNOTE_VER: 3.18.1
CMAKE_VER: 3.24.3

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: false

env:
VNOTE_VER: 3.18.0
VNOTE_VER: 3.18.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
VERSION 3.18.1
DESCRIPTION "A pleasant note-taking platform"
HOMEPAGE_URL "https://app.vnote.fun"
LANGUAGES C CXX)
Expand Down
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changes
## v3.18.1
* Fix crash caused by Qt6 change
* Fix XSS protection exemption
* Check link before open

## v3.18.0
* Upgrade to Qt6
* Support MacOS universal build
Expand Down
2 changes: 1 addition & 1 deletion src/data/core/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>CFBundleShortVersionString</key>
<string>3.17</string>
<key>CFBundleVersion</key>
<string>3.18.0</string>
<string>3.18.1</string>
<key>NSHumanReadableCopyright</key>
<string>Distributed under LGPL-3.0 license. Copyright (c) 2024 app.vnote.fun</string>
<key>CFBundleIconFile</key>
Expand Down
201 changes: 113 additions & 88 deletions src/data/core/translations/vnote_ja.ts

Large diffs are not rendered by default.

201 changes: 113 additions & 88 deletions src/data/core/translations/vnote_zh_CN.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/core/vnotex.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
"version" : "3.18.1"
},
"core" : {
"theme" : "pure",
Expand Down

0 comments on commit 84d396f

Please sign in to comment.