Releases

Updating styled components is usually as simple as npm update styled-components. Only major versions have the potential to introduce breaking changes (noted in the following release notes).

v0.13.1

see details

Features:

  • Support trash file and folder.

  • Improve html image node loading display.

Fix:

  • revert html inline node parse method.

v0.12.3

see details

Fix:

  • Init layout visible status when open app.

  • Prevent default behavior of shortcut keys.

  • Stuck when adjusting file tree size on WindowsOS.

v0.12.0

see details

Features:

  • Add right bar to show table of content.

  • Support show table of content in source code mode.

Fix:

  • Search result display error when paragraph has inline node.

v0.11.3

see details

Fix:

  • Preview mode load some image error.

  • Updater does not work on WindowsOS.

v0.11.2

see details

Fix:

  • Some image can't load.

v0.11.1

see details

In order to understand the current operation of the app, we have integrated the most basic user statistics.

Features:

  • Support setting editor font size and line height.

  • When hovering over a heading node, the level prefix will be displayed.

  • Titlebar display active file name and edit state.

  • Support restore window state(e.g size, position).

Fix:

  • The copied image link should not be processed.

  • when users new a file or new a folder, all opened files should not be forced to close.

  • when click rename input , cursor should not blur.

v0.10.2

see details

Features:

  • Explorer support create folder.

  • Explorer support rename file or folder.

Fix:

  • Long file name display optimization.

  • problem with displaying line breaks in the table for br.

  • Titlebar window maximize button display error.

  • Some ui and ux optimization, Theme colors optimization.

v0.9.2

see details

Fix:

  • New files are not allowed temporarily. When the workspace is empty.

v0.9.1

see details

Fix:

  • Fixed cmd + A don't work in codemirror node.

  • Fixed codemirror history is not effective globally.

v0.9.0

see details

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.

v0.8.0

see details

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.

v0.7.7

see details

Fixs:

  • Editor performance optimization.

  • Chinese translation supplement.

v0.7.6

see details

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.

v0.6.2

see detailsfix: img cause software hang problem.

v0.5.3

see details

Fixs:

  • desktop: fix create table menu not working.
  • desktop: fix table style

Improves:

  • editor: html block optimization

v0.4.1

see details

:sparkles: New Features

  • 789a82c
    • crates: npm download (commit by @halodong)
  • 0ad82d4
    • desktop: table of contents (PR #285 by @halodong)
      • :arrow_lower_right: addresses issue #103 opened by @yu2chuan

:bug: 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)

v0.3.6

see details

:sparkles: New Features

  • df29a30
    • component: icon button component (commit by @halodong)
  • bbc048f
    • desktop: bookmark (PR #275 by @halodong)
      • :arrow_lower_right: addresses issue #244 opened by @yu2chuan
  • a3d274d
    • desktop: auto save (commit by @halodong)
  • e3954bc
    • desktop, editor: use open sans font (commit by @halodong)

:bug: 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)
  • 9d4bad5
    • verify add file name (commit by @halodong)
  • f8e0c02
    • desktop: insert file save info update (commit by @halodong)
  • 05836f3
    • desktop: file save refactor (commit by @halodong)
  • 77067f7
    • desktop: don't use custom titlebar (commit by @halodong)
  • 0ce5c6b
    • desktop: event bus.emit params remove context (commit by @halodong)
  • 0644098
    • desktop: save not work in windows (commit by @halodong)

v0.2.2

see details

:sparkles: 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: Bug Fixes

  • 62b5837
    • desktop: ui optimization (commit by @halodong)
  • ad13c1d
    • playground: tsconfig (commit by @halodong)
  • 160c3e7
    • editor: empty link text error (commit by @halodong)

v0.1.3

see details

:sparkles: 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: Bug Fixes

  • 91300d6
    • some ui and interaction optimization (commit by @halodong)