← Back to Blog
Announcements

[0.6.9] Development Release


This release patches a few bugs for Grid View and Markdown Sync.

This is another small, patch release to the development version of Project Planner. This release features improved error handling, improved reliability, improved plugin code compliance with Obsidian and general code maintenance.

Fixed

Markdown Sync Improvements

  • Task Rename Handling: Fixed duplicate markdown notes being created when renaming tasks
    • Old task file is now properly deleted when task title changes
    • New file created with updated title in one atomic operation
    • Prevents orphaned markdown files in vault
  • Bidirectional Title Sync: Fixed task title changes in markdown files not syncing back to plugin
    • Changing title: in markdown frontmatter now updates task in plugin
    • Markdown file is automatically renamed to match new title
    • Full bidirectional sync for task titles now working correctly

Grid View Enhancements

  • Show Completed Tasks Toggle: Fixed toggle in settings not actually filtering tasks (fixed in 0.6.8)
    • Setting now properly hides completed tasks when disabled
    • Only affects Grid View as intended (Board, Timeline, Dashboard unaffected)
    • Updated setting description to clarify Grid View-only behavior
  • Subtask Drag-and-Drop: Fixed subtasks being pushed out of parent when reordering
    • Reordering subtasks within their parent now preserves parent-child relationship
    • Dragging subtask to another parent's children correctly adopts new parent
    • Improved parent determination logic based on drop target context

How to install

Download the new version: 0.6.9

View the full list of changes: Changelog