Reword changelog slightly

This commit is contained in:
Joscha 2022-01-14 17:59:17 +01:00
parent 0b4f614af6
commit 371c86f10f

View file

@ -5,15 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased ## Unreleased
### Added ### Added
- `LOG` and `CAPTURE` commands - `LOG` command and `today log` CLI command
- `REMIND` and `CANCEL` statements - `CAPTURE` command
- `MOVE` entries to a different time - `REMIND` statement
- `today log` CLI command - `CANCEL` statement for tasks
- One-letter aliases for - One-letter aliases for
- `today show`: `today s` - `today show`: `today s`
- `today log`: `today l` - `today log`: `today l`
- `today done`: `today d` - `today done`: `today d`
- `today cancel`: `today c` - `today cancel`: `today c`
- `MOVE` can now move entries to a different time
- `--date` now accepts expressions like `today-3d` - `--date` now accepts expressions like `today-3d`
- In `--range` and `--date`, `t` can be used as abbreviation for `today` - In `--range` and `--date`, `t` can be used as abbreviation for `today`
- `*` markers in output for days with logs and entries with descriptions - `*` markers in output for days with logs and entries with descriptions