← Back to Blog
Announcements Releases

[0.6.6] Development Release


Version 0.6.6 patches more bugs!

I am putting a lot of effort towards fixing bugs, cleaning up the code and ensuring the plugin follows Obsidian's plugin guidelines. The next few releases will likely be small patch releases with the goal of providing a stable, solid foundation for adding new and improved features.

Bug Fix List

Here is a list of bugs that have been fixed for 0.6.6:

  • Dashboard cleanup
    • Removed completed tasks from Dashboard views
    • Added Dashboard view to Default View options in plugin settings
    • Show all Projects on Dashboard now displays all tasks for all projects correctly
  • Code cleanup to adhere to Obsidian plugin guidelines
    • Plugin code now adheres to the Obsidian plugin guidelines
  • Memory leak fix
    • Fixed missing Dashboard View cleanup
  • Markdown tasks cleanup
    • Notes are now being generated and updated by tasks
    • Tasks are now being updated and generated by notes
    • Markdown notes are now generated using the correct folder pattern: Project Planner > Project Name > Tasks
    • The markdown notes will now generate even if the parent folder does not exist — it will auto-create the folder instead of failing silently
  • Grid view cleanup
    • Fixed inconsistent indentation on subtasks in Grid view

Issues closed

This is a list of Issues that have been closed for 0.6.6:

How to install

Download the new version: 0.6.6

View the full list of changes: Changelog