Skip to content

0.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 03:44
· 2 commits to main since this release
7ea3dd9

0.1.9

Bugfix release. Task creation was broken for everyone on 0.1.8 and earlier using default settings.

Fixes

  • Fix "Failed to retrieve projects from Asana" when selecting a workspace (#1). The project lookup sent an unrecognized is_archived query parameter, which Asana rejects with a 400. Because the "Show archived projects" setting is off by default, this affected every user. Thanks to @braxtone for diagnosing and fixing it.
  • Asana errors now say what actually went wrong. Failures previously surfaced as a generic "Failed to retrieve..." notice that hid Asana's real status code and message, which is why the original report was hard to diagnose.
  • Task creation no longer fails silently. If adding a task to the chosen section failed, the task was still created, left unfiled, and a success link was inserted into your note anyway. Those failures are now reported.

Improvements

  • Project lookup pages through large workspaces, so every project appears in the picker.

Full Changelog: 0.1.8...0.1.9