Skip to content

Commit

Permalink
Release v5.2
Browse files Browse the repository at this point in the history
* `$EDITOR` fix

* Shell completions

* Phrasing
  • Loading branch information
jotaen committed Aug 19, 2022
1 parent 1bb2986 commit 61d0c8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
**Summary of changes of the command line tool**

## v5.2
- **[ FEATURE ]** Provide tab completion functionality for bash, zsh
and fish shell. Run `klog completion` for setup instructions.
- **[ FIX ]** `klog edit` handles when the `$EDITOR` variable contains
spaces, and it also fails when `$EDITOR` is invalid.

## v5.1
- **[ FEATURE ]** Optionally print out totals as decimal values (in minutes)
via the `--decimal` flag; e.g. `150` instead of `2h30m`.
Expand Down

0 comments on commit 61d0c8d

Please sign in to comment.