Skip to content

Commit 856d259

Browse files
committed
release v3.19.2
1 parent 44a0d75 commit 856d259

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
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.19.1
19+
VNOTE_VER: 3.19.2
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.19.1
19+
VNOTE_VER: 3.19.2
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.19.1
19+
VNOTE_VER: 3.19.2
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.19.1
6+
VERSION 3.19.2
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.19.2
3+
* Codesign MacOS Bundle
4+
* Fix toolbar expansion button style
5+
* Support hot-reloading of theme via --watch-themes option
6+
27
## v3.19.1
38
* Fix toolbar button in Qt 6.8
49

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.19</string>
2929
<key>CFBundleVersion</key>
30-
<string>3.19.1</string>
30+
<string>3.19.2</string>
3131
<key>NSHumanReadableCopyright</key>
3232
<string>Distributed under LGPL-3.0 license. Copyright (c) 2025 app.vnote.fun</string>
3333
<key>CFBundleIconFile</key>

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.19.1"
6+
"version" : "3.19.2"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)