Skip to content

basalt/v0.11.2

Choose a tag to compare

@erikjuhani erikjuhani released this 21 Dec 12:30
727b7c5

0.11.2 (Dec, 21 2025)

Changed

  • 88ec357 Update basalt-core version to 0.7.0

Use direct definitions in the respective crates instead of using
workspace dependencies for basalt-core and basalt-widgets.

Fixed

The parser now correctly nests subtasks within their parent task nodes
rather than treating them as siblings. The task_kind field changed from
Option to Vec to track nested task states, similar to item_kind.

Nested task lists are now properly rendered following the same
implementation as in the list items code.

The sticky key effect was visible for example with task lists when tasks
were intended with tabs in the source. These tab characters would never
replace the existing symbols from the buffer. The sticky symbols issue
was fixed by replacing the tab characters with two spaces.