Skip to content

Commit

Permalink
release v3.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Feb 26, 2021
1 parent 8770015 commit 1b8eb77
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.0.0-beta.7
VNOTE_VER: 3.0.0-beta.8

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.0.0-beta.7
VNOTE_VER: 3.0.0-beta.8

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.0.0-beta.7
VNOTE_VER: 3.0.0-beta.8

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions changes.md
@@ -1,4 +1,11 @@
# Changes
## v3.0.0-beta.8
* Note explorer supports different view orders
* Fix `Ctrl+V` paste in editor
* Fix Linux HTTPS crash bug
* Add button to show/hide recycle bin node
* Other small fixes

## v3.0.0-beta.7
* Support export to Markdown/HTML/PDF
* Support base level 1/2/3 for section number in read mode
Expand Down
Binary file modified src/data/core/translations/vnote_zh_CN.qm
Binary file not shown.
109 changes: 57 additions & 52 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
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.0.0-beta.7"
"version" : "3.0.0-beta.8"
},
"core" : {
"theme" : "pure",
Expand Down

0 comments on commit 1b8eb77

Please sign in to comment.