Skip to content

v0.3.0

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 06 Jul 15:18
· 152 commits to main since this release
v0.3.0
d4bd764
  • Changed task storage format:
    • Switched from single-file-for-all-tasks scheme to having one task per file (identified by 128 bit UUID)
    • Switched from using custom JSON serialization format to relying on interchangeable iCalendar TODO events
    • Added support for only saving tasks that were changed
  • Added support for finding the currently selected task on other tabs via *
  • Added example program using automatically generated task data
  • Overhauled error reporting mechanism, now reporting error chains
  • Made tag to toggle through UI user-configurable and no longer hard wired to task completion
  • Re-select task after successfully editing tags
  • Use Unicode aware lowercase in task summary search
  • Fixed reverse task search not progressing under certain conditions
  • Switched to using GitHub Actions as CI provider
  • Bumped minimum supported Rust version to 1.65
  • Bumped dirs dependency to 4.0

Full Changelog: v0.2.6...v0.3.0