Skip to content

Release 14 - mostly bug fixes

Latest

Choose a tag to compare

@kjgcoop kjgcoop released this 11 Sep 08:46
· 3 commits to main since this release

Normally I live with a release for a few days before I announce it, but today I'm living dangerously.

Tried this with the Ralph Wiggum Technique using nearestnabors' ralph-wiggum-loop-starter project. See implementation-plan.md for what I told it.

Done

  • The search bar at the top of the task list on the Search wasn't' behaving correctly. I ran into a problem wherein it wasn't filtering to projects in the syntax #project-name. I didn't check tags. Have confirmed that both are working now.
  • Done/archived projects weren't always being filtered out properly. They are now.
  • I somehow managed to make subtasks that didn't have the same project as the parent task. This no longer happens.
  • In the date field, you can now use intervals relative to today for scheduling like "3 days".It accepts days, weeks, months and years. This syntax is not supported in the quick add.
  • Most task lists can be exported to markdown. The Overdue list couldn't be exported. It can be now.

Dr. Binocs

  • When uploading a new background for a project, it takes a while to load, even after a hard refresh. Claude seemed to think this is browser behavior and offered to add ?timestamp=whatever at the end of the img src, but then it gets loaded anew every time you load the project. That seems excessive.