All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix bug in todo tag serialization
- ensure version-specific searcher module
- enable tagging of todos
- sort completed todos by completion date
- make links styled and clickable
- fix issue with native searcher module installation
- add tracking for todo completion date
- enable showing only completed items
- fixed downloading of searcher native module release artifact
- fixed release script
- replaced use of ripgrep and jq via shell command from elisp with ripgrep-backed native module
- reverted to using
ts
timestamps for all time fields
- fixed bug affecting todo creation
- added a release script
- added logic to ensure that note file has not been modified since last write before updating
- improved handling of due date parsing errors in
mxtodo-create-todo
- added this CHANGELOG file
- added initial README
- added basic functionality for listing and managing Markdown TODOs