1.5 KiB
1.5 KiB
Changelog
The format is based on Keep a Changelog.
Unreleased
Added
LOGcommand andtoday logCLI commandCAPTUREcommandREMINDstatementCANCELstatement for tasks- One-letter aliases for
today show:today stoday log:today ltoday done:today dtoday cancel:today c
MOVEcan now move entries to a different time--datenow accepts expressions liketoday-3d- In
--rangeand--date,tcan be used as abbreviation fortoday *markers in output for days with logs and entries with descriptions
Changed
- Output is now colored
- Better error messages
- Overhauled
today showformat- It can now show log entries for days
- It now displays the source command (file and line) of the entry
- When saving...
- Unchanged files are no longer overwritten
- Imports are now sorted alphabetically
- Done and cancel dates are now simplified where possible
- Always prints import-based path, not absolute path
Fixed
- Alignment in output
- Respect
TZDIRenvironment variable
0.1.0 - 2021-12-20
Added
- Initial implementation, including...
- Parsing
INCLUDE,TIMEZONE,NOTEandTASKcommandsDATE,BDATE,FROM,UNTIL,MOVEandEXCEPTstatements
- CLI
--file,--dateand--rangeargumentsshow,doneandfmtcommands
- Readme
- This changelog
- Example file
- Git pre-commit hook ensuring code is formatted