Skip to content

Latest commit

 

History

History
86 lines (43 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

86 lines (43 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.10] - 2024-04-20

  • Fix sortable-tree library throwing errors on state load (by @MrMugame)
  • Use correct events

[0.9] - 2024-03-19

Fixed

  • Fix error when page:deleted event is triggered (#11)

[0.8] - 2024-02-26

Fixed

  • clientStore being called on the server-side was causing SilverBullet to crash (SB#772)

Added

  • Include custom styles in tree panel (requires SilverBullet 0.7.2 or greater).

Fixed

  • Fix header button tooltips (#9)
  • Wrap toolbar items when necessary on smaller screens (#6)

[0.7] - 2024-02-20

Fixed

  • Include the main SilverBullet stylesheet when rendering the treeview so we can access the CSS variables (previously these were duplicated and hard-coded into the plug)

[0.6] - 2024-02-18

Fixed

  • Refresh the tree when a page is deleted.

[0.5] - 2024-02-18

Added

  • Drag-and-drop support. Nodes can be dragged to move/rename pages.

[0.4] - 2024-02-17

Added

  • README dark mode screenshot.
  • README instructions for adding treeview toggle as an action button.

Fixed

  • Fix an error in the initialization retry code which can be triggered if the local treeview UI state is invalid.

[0.3] - 2024-02-17

Fixed

  • Disable drag-and-drop functionality in the UI (it isn't implemented yet).

[0.2] - 2024-02-16

Fixed

  • An error was being incorrectly shown if there was no treeview settings in the SETTINGS page.

[0.1] - 2024-02-16

Added

  • Initial Release.