Skip to content

Commit

Permalink
release v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Nov 6, 2021
1 parent 0b58669 commit 47a49b7
Show file tree
Hide file tree
Showing 9 changed files with 926 additions and 709 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.8.1
VNOTE_VER: 3.9.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.8.1
VNOTE_VER: 3.9.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.8.1
VNOTE_VER: 3.9.0

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changes
## v3.9.0
* Remove recycle bin node (now recycle bin is just a simple folder)
* Quick Access: support removing items directly
* MarkdownEditor
* Support centering images in read mode
* Add user.css for user styles in read mode
* Add debugger by F12
* Support context-sensitive context menu for images and links

## v3.8.0
* Support tags
* Introduce notebook database using SQLITE
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.8.1</string>
<string>3.9.0</string>
<key>CFBundleVersion</key>
<string>3.8.1.1</string>
<string>3.9.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Created by VNoteX</string>
<key>CFBundleIconFile</key>
Expand Down
808 changes: 455 additions & 353 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.
806 changes: 456 additions & 350 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.8.1"
"version" : "3.9.0"
},
"core" : {
"theme" : "pure",
Expand Down

0 comments on commit 47a49b7

Please sign in to comment.