mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
release 3.1.0 (#1767)
This commit is contained in:
parent
9ada45ea4b
commit
1d4e2b14b6
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.1
|
||||
VNOTE_VER: 3.1.0
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
2
.github/workflows/ci-macos.yml
vendored
2
.github/workflows/ci-macos.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.1
|
||||
VNOTE_VER: 3.1.0
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
2
.github/workflows/ci-win.yml
vendored
2
.github/workflows/ci-win.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VNOTE_VER: 3.0.1
|
||||
VNOTE_VER: 3.1.0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
10
changes.md
10
changes.md
@ -1,4 +1,14 @@
|
||||
# Changes
|
||||
## v3.1.0
|
||||
* Support Japanese translation (Thanks @miurahr)
|
||||
* MarkdownEditor: guess image suffix when fetching to local
|
||||
* Refine read mode styles (Thanks @heartnn)
|
||||
* Support recovering edit session on start
|
||||
* Support recovering notebook explorer session on start
|
||||
* Support Flash Page
|
||||
* Support Quick Access
|
||||
* Allow to keep docks (like Outline) when expanding content area
|
||||
|
||||
## v3.0.1
|
||||
* Support spell check via Hunspell
|
||||
* `Ctrl+Alt+F` to trigger full-text search
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -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.1"
|
||||
"version" : "3.1.0"
|
||||
},
|
||||
"core" : {
|
||||
"theme" : "pure",
|
||||
|
Loading…
x
Reference in New Issue
Block a user