Skip to content

0.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:04

TaskNotes Gantt 0.1.0-beta.2

This beta focuses on render stability for large and changing result sets, and
introduces an in-app "What's New" view so updates are visible without leaving
Obsidian.

Added

  • In-app "What's New" view. After updating the plugin, the release notes for
    the new version open automatically once; you can reopen them any time with the
    "Show release notes" command. Versions are listed newest-first and each is
    collapsible, and a settings toggle lets you turn off the auto-open on update.
    (#157)

Fixed

  • Fixed a long freeze (up to roughly 25 seconds) when clearing a Bases search
    or otherwise swinging a large set of tasks out of and back into the view. Large
    changes now re-seed the timeline in a single pass instead of applying thousands
    of per-row updates, cutting the work by about 99.8% on large vaults. (#161)
  • Fixed a render loop that could be triggered by changing the result set
    clearing a search, changing a filter, or toggling a view display option. View
    display options no longer feed back into how the task set is derived. (#161)
  • Fixed dependency edges and the Show all / Inherit dependency modes failing
    to appear when the TaskNotes relationship index was still warming up as the view
    mounted. The view now re-checks for a bounded window and self-heals once
    TaskNotes relationships are ready, so dependencies show up without a manual
    reload. (#161, #167)