release v3.19.1

This commit is contained in:
Le Tan 2025-04-17 09:48:02 +08:00
parent 8494a714cd
commit 87e87619fb
7 changed files with 9 additions and 6 deletions

View File

@ -16,7 +16,7 @@ on:
default: false default: false
env: env:
VNOTE_VER: 3.19.0 VNOTE_VER: 3.19.1
CMAKE_VER: 3.24.3 CMAKE_VER: 3.24.3
jobs: jobs:

View File

@ -16,7 +16,7 @@ on:
default: false default: false
env: env:
VNOTE_VER: 3.19.0 VNOTE_VER: 3.19.1
CMAKE_VER: 3.24.3 CMAKE_VER: 3.24.3
jobs: jobs:

View File

@ -16,7 +16,7 @@ on:
default: false default: false
env: env:
VNOTE_VER: 3.19.0 VNOTE_VER: 3.19.1
jobs: jobs:
build: build:

View File

@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version") set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version")
project(VNote project(VNote
VERSION 3.19.0 VERSION 3.19.1
DESCRIPTION "A pleasant note-taking platform" DESCRIPTION "A pleasant note-taking platform"
HOMEPAGE_URL "https://app.vnote.fun" HOMEPAGE_URL "https://app.vnote.fun"
LANGUAGES C CXX) LANGUAGES C CXX)

View File

@ -1,4 +1,7 @@
# Changes # Changes
## v3.19.1
* Fix toolbar button in Qt 6.8
## v3.19.0 ## v3.19.0
* Add VSCode-sytle editor shortcuts * Add VSCode-sytle editor shortcuts

View File

@ -27,7 +27,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.19</string> <string>3.19</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.19.0</string> <string>3.19.1</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Distributed under LGPL-3.0 license. Copyright (c) 2024 app.vnote.fun</string> <string>Distributed under LGPL-3.0 license. Copyright (c) 2024 app.vnote.fun</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>

View File

@ -3,7 +3,7 @@
"metadata" : { "metadata" : {
"//comment": "When releasing new version, please go through the following configs to check if override is needed.", "//comment": "When releasing new version, please go through the following configs to check if override is needed.",
"//Comment": "markdown_editor#override_viewer_resource", "//Comment": "markdown_editor#override_viewer_resource",
"version" : "3.19.0" "version" : "3.19.1"
}, },
"core" : { "core" : {
"theme" : "pure", "theme" : "pure",