Skip to content

Commit 91f5e2d

Browse files
authored
Release v6.0
- #247 - #249 - #251
1 parent 8efa2b8 commit 91f5e2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
**Summary of changes of the command line tool**
33

4+
## v6.0
5+
- **[ BREAKING ]** The default location of the klog config folder has moved!
6+
So far, that folder only contains the bookmark database, so if you don’t
7+
use bookmarks, you can ignore this change. In order to see or configure the
8+
new location of the klog config folder, please run `klog --config-folder`.
9+
The previous location was `~/.klog` on all systems, so you might have to
10+
manually move over the contents of that previous folder, and potentially adjust
11+
your dotfile management (if you have that).
12+
- **[ FEATURE ]** Introduce optional, file-based configuration for general
13+
preferences such as the preferred date or time format, or default values for
14+
certain CLI flags. See `klog config` / `klog config --help` to learn more.
15+
- **[ FEATURE ]** Display warning when using `--now` without there being any
16+
open-ended time range in the data.
17+
418
## v5.4
519
- **[ BREAKING ]** For `klog edit`, support if the `$EDITOR` variable
620
contains additional flags, e.g. `vi -R` or `subl -w`. (If your editor

0 commit comments

Comments
 (0)