Skip to content

Commit

Permalink
release v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Nov 13, 2021
1 parent 4d41421 commit 3a4334f
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 875 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.9.0
VNOTE_VER: 3.10.0

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.9.0
VNOTE_VER: 3.10.0

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.9.0
VNOTE_VER: 3.10.0

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changes
## v3.10.0
* MarkdownEditor
* Support side-by-side edit with preview
* Support config for highlighting whitespace
* Tag: fix input method issue on macOS

## v3.9.0
* Remove recycle bin node (now recycle bin is just a simple folder)
* Quick Access: support removing items directly
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.9.0</string>
<string>3.10.0</string>
<key>CFBundleVersion</key>
<string>3.9.0.1</string>
<string>3.10.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Created by VNoteX</string>
<key>CFBundleIconFile</key>
Expand Down
525 changes: 154 additions & 371 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.
Loading

0 comments on commit 3a4334f

Please sign in to comment.