Skip to content

Commit

Permalink
Update changelog for v3.3
Browse files Browse the repository at this point in the history
* Allow `24:00`

* `klog goto` and `klog bookmark info`

* Style prefs

* `--tomorrow`

* Improved warnings

* Week-based aggregation fix

* Set version
  • Loading branch information
jotaen authored Jan 30, 2022
1 parent 3f52bd5 commit d0b5543
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
**Summary of changes of the command line tool**

## v3.3
- **[ FEATURE ]** Allow times to be `24:00`, e.g. `22:00 - 24:00`.
- **[ FEATURE ]** Add `klog goto` command for opening the file explorer
at the location of a file or bookmark.
- **[ FEATURE ]** Add `klog bookmark info` command.
- **[ FEATURE ]** When using the manipulation commands (`klog track`, etc.),
conform to style preferences encountered in the file.
- **[ FEATURE ]** Add `--tomorrow` as shorthand flag for the next day’s date.
- **[ FEATURE ]** Improve warnings (which are shown for potential data problems).
- **[ FIX ]** Fix bug in week-based aggregation of `klog report --aggregate week`.

## v3.2
- **[ BREAKING ]** Don’t allow mixing the indentation style within a
record. (It might still differ *between* records, though.) For example: if
Expand Down

0 comments on commit d0b5543

Please sign in to comment.