Skip to content

Latest commit

 

History

History
193 lines (106 loc) · 11 KB

File metadata and controls

193 lines (106 loc) · 11 KB

1.14.0 (2026-03-01)

Bug Fixes

  • remove success toast notifications for editing and deleting nodes (2c603b9), closes #49
  • resolve node creation error and missing empty blocks (#22) (64406f7)

Features

  • add support for opening mind map from block context menu (0545b9d)

1.13.0 (2026-01-21)

Features

  • add interactive search result list and optimize UI layout (fa0aa1c)

1.12.0 (2026-01-19)

Bug Fixes

Features

1.11.1 (2026-01-19)

Bug Fixes

  • resolve race condition in node data loading to preserve order (6da0fb7)

1.11.0 (2026-01-19)

Features

  • add configurable sensitivity settings for zoom and pan (ce47f2c)

1.10.2 (2026-01-18)

Bug Fixes

  • resolve UI freeze and broken shortcuts after node creation (4a8b7e9)

1.10.1 (2025-10-16)

Bug Fixes

  • fixed markdown rendering failure & resolve some warning (325cd6c)

1.10.0 (2025-10-15)

Bug Fixes

Features

  • MarkDown nodes support double-click editing (e685683)
  • support markdown rendering (fae24e7)

1.9.0 (2025-06-17)

Features

  • display according to the image's own size instead of using the default value (41c3ce2)
  • support online image display (9ed125e)

1.8.1 (2025-04-23)

Bug Fixes

  • fixed build failure (4c47ca2)
  • kebab-case attribute filtering (eb88c64)

1.8.0 (2024-11-13)

Features

  • the web version supports a custom Logseq Server API (bd82961)
  • update the theme button (bcf2efd)

1.7.0 (2024-11-06)

Features

1.6.0 (2024-11-05)

Features

  • supports modifying the line style (600ff6a)

1.5.0 (2024-11-01)

Features

  • supports modifying the background image and background color (b2d01c5)

1.4.0 (2024-10-21)

Features

  • added the feature to collapse other parent nodes (7e9a76c)

1.3.0 (2024-10-21)

Features

  • added the feature to collapse all sibling nodes and collapse other sibling nodes (856f3d0)

1.2.0 (2024-10-20)

Features

  • add right-click menu to the canvas (9e3bd21)
  • added a menu for fitting to the canvas (31f9d1f)
  • added the feature to expand to the corresponding level (3a36817)
  • added Zen mode (4e46b42)

1.1.0 (2024-10-19)

Features

  • add right-click menu for nodes (2da02fd)
  • allows the addition of child and sibling nodes (228e9ab)

1.0.0 (2024-10-12)

Bug Fixes

  • fix erroneous termination listening event (566188c)
  • fix the issue where switching themes does not take effect (c0471d8)
  • fix the issue where toast loses its color (c7e6af4)
  • fix the toast not working issue in the plugin platform (45cf157)
  • fixed issue where icon fails to display in Electron (e15cda0)
  • modify release configuration (18a4875)
  • upgrade dependencies, fix security vulnerabilities (d023efd)

Features

  • add export feature (d34dac7)
  • add language switch feature (d6fcbce)
  • add outline feature (c6b510c)
  • add search feature (cfec5a1)
  • add structure switch feature (e5ea1e0)
  • added a theme switching feature (9f21c2d)
  • added feature to prompt for enabling API (16fe2af)
  • added pagebar icon (2f08e39)
  • added prompt for failed requests on the web platform (010a16f)
  • bind keyboard shortcuts (b314973)
  • code editor (34f0654)
  • code highlighting (895a024)
  • display the language type for code block nodes (25e9eb1)
  • filter block properties (c7c9040)
  • hide empty nodes (0378661)
  • imoprt i18n & tailwindcss & daisyUI (57dfc90)
  • link UI theme with mind-map theme (0cf13ab)
  • node supports rendering images (76c7e11)
  • optimize styles & auto-fit to canvas (8ae11aa)
  • preventing frequent adaptation of the canvas to avoid poor user experience (83096cc)
  • render mind map (9f613a3)
  • synchronize updates to Logseq after editing (35f68c0)
  • the plugin platform uses CodeMirror as the code editor (bd602d8)
  • the web platform has added a refresh data button (823642a)
  • update README & demo & logo & license (49b73c0)
  • update release.yml (9dfb04d)