Add changelog
This commit is contained in:
parent
c48462bc6e
commit
03e98bbe72
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## 0.1.0 - 2021-12-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Initial implementation, including...
|
||||||
|
- Parsing
|
||||||
|
- `INCLUDE`, `TIMEZONE`, `NOTE` and `TASK` commands
|
||||||
|
- `DATE`, `BDATE`, `FROM`, `UNTIL`, `MOVE` and `EXCEPT` statements
|
||||||
|
- CLI
|
||||||
|
- `--file`, `--date` and `--range` arguments
|
||||||
|
- `show`, `done` and `fmt` commands
|
||||||
|
- Readme
|
||||||
|
- This changelog
|
||||||
|
- Example file
|
||||||
|
- Git pre-commit hook ensuring code is formatted
|
||||||
Loading…
Add table
Add a link
Reference in a new issue