We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb2986 commit 61d0c8dCopy full SHA for 61d0c8d
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
**Summary of changes of the command line tool**
3
4
+## v5.2
5
+- **[ FEATURE ]** Provide tab completion functionality for bash, zsh
6
+ and fish shell. Run `klog completion` for setup instructions.
7
+- **[ FIX ]** `klog edit` handles when the `$EDITOR` variable contains
8
+ spaces, and it also fails when `$EDITOR` is invalid.
9
+
10
## v5.1
11
- **[ FEATURE ]** Optionally print out totals as decimal values (in minutes)
12
via the `--decimal` flag; e.g. `150` instead of `2h30m`.
0 commit comments