23 lines
513 B
Markdown
23 lines
513 B
Markdown
# Changelog
|
|
|
|
This [changelog.md] keeps track of major changes to this program.
|
|
|
|
## v0.1.0
|
|
|
|
Initial release.
|
|
|
|
### Added
|
|
|
|
- Create todo lists versioned by date
|
|
- Edit, list todo notes by any date format understood by `date(1)`
|
|
- Write custom template programs to generate content for newly created notes
|
|
|
|
## v0.2.0
|
|
|
|
### Added
|
|
|
|
- Builtin templates for the markdown and xit formats (`.md` and `.xit`
|
|
extensions); the templates carry over open tasks from previous agenda notes
|
|
|
|
[changelog.md]: https://changelog.md/
|