Skip to content

Commit

Permalink
release v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Jun 19, 2022
1 parent c08296b commit 29b2093
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.13.0
VNOTE_VER: 3.13.1

jobs:
build-linux:
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 @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.13.0
VNOTE_VER: 3.13.1

jobs:
build-linux:
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 @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.13.0
VNOTE_VER: 3.13.1

jobs:
build:
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.13.1
* Shortcuts for Copy/Paste/Properties in node explorer
* Global shortcut to call out main window
* UnitedEntry: bug fix for macOS

## v3.13.0
* United Entry: migration of Universal Entry

Expand Down
4 changes: 2 additions & 2 deletions src/data/core/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<key>CFBundleExecutable</key>
<string>vnote</string>
<key>CFBundleShortVersionString</key>
<string>3.13.0</string>
<string>3.13.1</string>
<key>CFBundleVersion</key>
<string>3.13.0.1</string>
<string>3.13.1.1</string>
<key>NSHumanReadableCopyright</key>
<string>Created by VNoteX</string>
<key>CFBundleIconFile</key>
Expand Down
247 changes: 121 additions & 126 deletions src/data/core/translations/vnote_ja.ts

Large diffs are not rendered by default.

Binary file modified src/data/core/translations/vnote_zh_CN.qm
Binary file not shown.
245 changes: 124 additions & 121 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.13.0"
"version" : "3.13.1"
},
"core" : {
"theme" : "pure",
Expand Down

0 comments on commit 29b2093

Please sign in to comment.