Skip to content

Commit 1093b32

Browse files
committed
release v3.20.0
1 parent c6efb4c commit 1093b32

File tree

9 files changed

+718
-492
lines changed

9 files changed

+718
-492
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.2
19+
VNOTE_VER: 3.20.0
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.2
19+
VNOTE_VER: 3.20.0
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.2
19+
VNOTE_VER: 3.20.0
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.2
6+
VERSION 3.20.0
77
DESCRIPTION "A pleasant note-taking platform"
88
HOMEPAGE_URL "https://app.vnote.fun"
99
LANGUAGES C CXX)

changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changes
2+
## v3.20.0
3+
* MindMap: add outline and linking support
4+
* Refine themes
5+
* Support searching tags
6+
* Enhanced QuickAccess with unique id
7+
* NoteExplorer: support customizing node's color/background/outline
8+
* MarkdownEditor: support copying local GIF
9+
* Fix attachment and tag popup
10+
* InputMode: add VSCode input mode and keep the default Normal input mode simple
11+
212
## v3.19.2
313
* Codesign MacOS Bundle
414
* Fix toolbar expansion button style

src/data/core/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<key>CFBundleExecutable</key>
2626
<string>VNote</string>
2727
<key>CFBundleShortVersionString</key>
28-
<string>3.19</string>
28+
<string>3.20</string>
2929
<key>CFBundleVersion</key>
30-
<string>3.19.2</string>
30+
<string>3.20.0</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/translations/vnote_ja.ts

Lines changed: 349 additions & 243 deletions
Large diffs are not rendered by default.

src/data/core/translations/vnote_zh_CN.ts

Lines changed: 352 additions & 242 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.19.2"
6+
"version" : "3.20.0"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)