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
- 8744562 Fix nested task list rendering to properly indent subtasks by @erikjuhani
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.
- 5b54928 Fixes 'sticky' symbols when switching between read and edit by @erikjuhani
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.