Skip to content

Commit bbab5cc

Browse files
committed
release v3.13.0
1 parent fe3280e commit bbab5cc

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.12.888
13+
VNOTE_VER: 3.13.0
1414

1515
jobs:
1616
build-linux:

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.12.888
13+
VNOTE_VER: 3.13.0
1414

1515
jobs:
1616
build-linux:

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
VNOTE_VER: 3.12.888
13+
VNOTE_VER: 3.13.0
1414

1515
jobs:
1616
build:

changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changes
2+
## v3.13.0
3+
* United Entry: migration of Universal Entry
4+
25
## v3.12.888
36
* Fix shortcuts in key sequence with input method (like `Ctrl+G, E`)
47
* Add line ending settings for config files

src/data/core/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<key>CFBundleExecutable</key>
2222
<string>vnote</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.12.888</string>
24+
<string>3.13.0</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.12.888.1</string>
26+
<string>3.13.0.1</string>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Created by VNoteX</string>
2929
<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.12.888"
6+
"version" : "3.13.0"
77
},
88
"core" : {
99
"theme" : "pure",

0 commit comments

Comments
 (0)