diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 4b594d81..599ef4bd 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.0.0-beta.4 + VNOTE_VER: 3.0.0-beta.5 jobs: build-linux: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index ebb8d48e..c93f4e04 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.0.0-beta.4 + VNOTE_VER: 3.0.0-beta.5 jobs: build-linux: diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 7162e292..0e98991b 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VNOTE_VER: 3.0.0-beta.4 + VNOTE_VER: 3.0.0-beta.5 jobs: build: diff --git a/changes.md b/changes.md index 9252ca7a..f4c4a79c 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,15 @@ # Changes +## v3.0.0-beta.5 +* Refine themes +* Add section number style "1.1" and "1.1.", and use the later as default +* Support indentation of first line of paragraph in read mode +* Add file type combo box in NewNoteDialog +* Add "Insert Mark" in tool bar +* Support **Smart Table** +* Support `*.rmd` as Markdown suffix +* Turn on system title bar by default +* Enable AutoBreak by default + ## v3.0.0-beta.4 * Add theme **moonlight** for dark mode * Add shortcuts for split and workspace diff --git a/src/data/core/vnotex.json b/src/data/core/vnotex.json index 0a62d778..dfc8f4c8 100644 --- a/src/data/core/vnotex.json +++ b/src/data/core/vnotex.json @@ -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.4" + "version" : "3.0.0-beta.5" }, "core" : { "theme" : "moonlight",