MarkFlowy Changelog

What's new in MarkFlowy 0.9.2 Alpha

May 5, 2024
  • New files are not allowed temporarily. When the workspace is empty.

New in MarkFlowy 0.9.1 Alpha (Apr 28, 2024)

  • Fixed cmd + A don't work in codemirror node.
  • Fixed codemirror history is not effective globally.

New in MarkFlowy 0.9.0 Alpha (Apr 25, 2024)

  • Features:
  • Support preview mode
  • Better html inline node
  • Add tooltip to sidebar item.
  • Fix:
  • Fixed the table of contents doesn't refresh while switching different md files.
  • Fixed reference text not show in editor.
  • Some ui and ux optimization.

New in MarkFlowy 0.8.0 Alpha (Apr 14, 2024)

  • Features:
  • Support Table column and row selection.
  • Support ChatGPT get post summary.
  • Support ChatGPT translate post.
  • Multi-language support French.
  • Fixs:
  • Code block lang menu style error.
  • Codemirror highlight error.
  • Some ui and ux optimize.

New in MarkFlowy 0.7.7 Alpha (Mar 17, 2024)

  • Fixs:
  • Editor performance optimization.
  • Chinese translation supplement.

New in MarkFlowy 0.7.6 Alpha (Mar 3, 2024)

  • Features:
  • Support custom theme.
  • Support add file to root folder.
  • Html Image and Iframe inlinnode, and can resize.
  • Support table of content level display
  • Support editarea full width setting.
  • Support slash menu for commands.
  • Auto updater.
  • Fixs:
  • Some image load error.
  • Delete file should confirm.
  • Clipboard paste error.
  • Some ui bugs.

New in MarkFlowy 0.7.2 Alpha (Jan 31, 2024)

  • Chore: bump version to v0.7.2

New in MarkFlowy 0.7.1 Alpha (Jan 7, 2024)

  • updater test

New in MarkFlowy 0.7.0 Alpha (Jan 4, 2024)

  • Features:
  • Support custom theme.
  • Support add file to root folder.
  • Html Image and Iframe inlinnode, and can resize.
  • Support editarea full width setting.
  • Fixs:
  • Some image load error.
  • Delete file should confirm.

New in MarkFlowy 0.6.2 Alpha (Oct 18, 2023)

  • fix: img cause software hang problem.

New in MarkFlowy 0.6.1 Alpha (Oct 17, 2023)

  • features:
  • new layout, new ui
  • support load local image in imgmark and html
  • fixed:
  • refresh state when setting change
  • source code mod + f crash
  • windows search not can click to target range

New in MarkFlowy 0.5.3 Alpha (Sep 25, 2023)

  • Fixes:
  • desktop: fix create table menu not working.
  • desktop: fix table style
  • Improves:
  • editor: html block optimization

New in MarkFlowy 0.5.2 Alpha (Sep 20, 2023)

  • features:
  • search text in current opened folder.
  • find and replace in active editor.
  • sort folderData by name and kind

New in MarkFlowy 0.4.1 Alpha (Sep 13, 2023)

  • New Features:
  • 789a82c - crates: npm download (commit by @halodong)
  • 0ad82d4 - desktop: table of contents (PR #285 by @halodong)
  • addresses issue #103 opened by @yu2chuan
  • Bug Fixes:
  • 6097221 - editor: codemirror theme optimization (commit by @halodong)
  • 525cae4 - desktop: editor tab scrolling optimization (commit by @halodong)
  • f837ac2 - desktop: app crashes when file path does not exist (commit by @halodong)

New in MarkFlowy 0.3.6 Pre-release (Sep 9, 2023)

  • New Features:
  • df29a30 - component: icon button component (commit by @halodong)
  • bbc048f - desktop: bookmark (PR #275 by @halodong)
  • addresses issue #244 opened by @yu2chuan
  • a3d274d - desktop: auto save (commit by @halodong)
  • e3954bc - desktop, editor: use open sans font (commit by @halodong)
  • Bug Fixes:
  • a7ab75f - desktop: some ui optimization (commit by @halodong)
  • f24a8c8 - desktop: editor toolbar offset (commit by @halodong)
  • a85f7b1 - desktop: improve setting ui (commit by @halodong)
  • d4bad5 - verify add file name (commit by @halodong)
  • f8e0c02 - desktop: insert file save info update (commit by @halodong)
  • f3 - desktop: file save refactor (commit by @halodong)
  • f7 - desktop: don't use custom titlebar (commit by @halodong)
  • ce5c6b - desktop: event bus.emit params remove context (commit by @halodong)
  • desktop: save not work in windows (commit by @halodong)

New in MarkFlowy 0.2.2 Alpha (Aug 31, 2023)

  • New Features:
  • 3072b4c - desktop: animate editor tabs (commit by @halodong)
  • 2ddf092 - support copy conf path (commit by @halodong)
  • 71559c8 - add ErrorBoundary (commit by @halodong)
  • Bug Fixes:
  • 62b5837 - desktop: ui optimization (commit by @halodong)
  • ad13c1d - playground: tsconfig (commit by @halodong)
  • 160c3e7 - editor: empty link text error (commit by @halodong)

New in MarkFlowy 0.2.0 Alpha (Aug 24, 2023)

  • New Features:
  • bc2367d - html inline extension (PR #245 by @halodong)
  • addresses issue #128 opened by @yu2chuan
  • 0ed036a - add command to toggle sidebar visible (commit by @halodong)
  • Bug Fixes:
  • 7140012 - scrollbar css (commit by @halodong)
  • 23a6ce9 - same attrs node only render once (commit by @halodong)
  • f4bd5fe - editor: only allow hard break in htmlnline (commit by @halodong)

New in MarkFlowy 0.1.3 Alpha (Aug 15, 2023)

  • New Features:
  • 13a9597 - keyboard table (commit by @halodong)
  • 61e0a7e - openFolder command (commit by @halodong)
  • 6c24d61 - keyboard table (PR #210 by @halodong)
  • 1166845 - add file (commit by @halodong)
  • c49ce0e - editor tabs show file save state (commit by @halodong)
  • 54ba1ec - file tree context menu (commit by @halodong)
  • 844ae2a - delete file (commit by @halodong)
  • Bug Fixes:
  • 91300d6 - some ui and interaction optimization (commit by @halodong)

New in MarkFlowy 0.1.2 Alpha (Aug 2, 2023)

  • New Features:
  • 411550d - restore openedfiles and activefile when program start (commit by @halodong)
  • Bug Fixes:
  • 0765bb0 - tablecell break use (commit by @halodong)
  • f11cb1e - some ui optimization (commit by @halodong)

New in MarkFlowy 0.1.0 Alpha (Jul 16, 2023)

  • New Features:
  • Chatgpt optimization
  • Editor placeholder
  • Titlebar overlay
  • More table editing method
  • More table editing method
  • Codemirror setup
  • Codemirror dark theme
  • Count status bar
  • Clear recent open history and ux optimize
  • Bug Fixes:
  • Theme menu selected update
  • EditorArea focus regional expansion
  • Titlebar os limit error
  • File type filter
  • Editorarea focus

New in MarkFlowy 0.0.8 Alpha (Jul 10, 2023)

  • New Features:
  • f05ba0a - code select menu (PR #144 by @halodong)
  • addresses issue #116 opened by @halodong
  • Refactors:
  • bfbeeaa - codemirror style optimization (commit by @halodong)
  • Chores:
  • e58caf9 - deps-dev: bump esbuild-node-externals from 1.7.0 to 1.8.0 (PR #133 by @dependabot[bot])
  • 0fddd30 - deps: bump serde_json from 1.0.99 to 1.0.100 in /src-tauri (PR #138 by @dependabot[bot])
  • 0ff58b1 - deps: bump @floating-ui/react from 0.24.3 to 0.24.5 (PR #139 by @dependabot[bot])
  • 8cdfac4 - deps: bump zustand from 4.3.8 to 4.3.9 (PR #136 by @dependabot[bot])
  • 02b1078 - deps: bump next from 13.4.7 to 13.4.9 (PR #148 by @dependabot[bot])
  • 53736a1 - Initial window size (commit by @halodong)
  • 150cc0a - deps: bump serde from 1.0.166 to 1.0.167 in /src-tauri (PR #146 by @dependabot[bot])
  • 44a353d - deps: bump serde from 1.0.167 to 1.0.171 in /src-tauri (PR #149 by @dependabot[bot])
  • aed49b1 - deps: bump i18next from 23.2.3 to 23.2.8 (PR #147 by @dependabot[bot])
  • 62d2e33 - deps: bump @remirror/core from 2.0.16 to 2.0.17 (PR #143 by @dependabot[bot])
  • 45a4a48 - deps: bump @remirror/react from 2.0.29 to 2.0.32 (PR #150 by @dependabot[bot])
  • 752416f - deps: bump @remirror/react-editors from 1.0.34 to 1.0.35 (PR #135 by @dependabot[bot])
  • f805eea - deps: bump fast-glob from 3.2.12 to 3.3.0 (PR #137 by @dependabot[bot])
  • 629ae28 - bump version (commit by @halodong)

New in MarkFlowy 0.0.7 Alpha (Jul 4, 2023)

  • See the assets to download and install this version. Notice: The current version does not have a built-in updater

New in MarkFlowy 0.0.6 Alpha (Jul 2, 2023)

  • See the assets to download and install this version. Notice: The current version does not have a built-in updater

New in MarkFlowy 0.0.5 Alpha (Jun 11, 2023)

  • See the assets to download and install this version. Notice: The current version does not have a built-in updater.

New in MarkFlowy 0.0.4 Alpha (Jun 11, 2023)

  • See the assets to download and install this version. Notice: The current version does not have a built-in updater