Releases: keithfancher/kept
Releases · keithfancher/kept
0.3.0
0.3.0 - 2023-02-17
Added
- Allow passing directories of JSON to
kept
rather than having to manually
glob, e.g. with*.json
. Now one can pass in any combination of individual
files, directories, or globbed lists of files. If a directory is passed in,
it is expanded (non-recursively) into the list of the.json
files in that
directory.
Fixed
- Windows: embedded media attachments display correctly now. (Turns out
Obsidian wants/
as a path delimiter even in Windows.)
Full Changelog: 0.2.0...0.3.0
For more information about new features, check out the README.
0.2.0
0.2.0 - 2023-02-13
Added
- Full support for media attachments!
- New CLI option to include a note's title as a field in the YAML front-matter instead of as a heading in the note's body.
Changed
- Short CLI option for
--no-tag-subdirs
is now-n
rather than-t
. Frees-t
up for our new title option!
(Full Changelog: 0.1.0...0.2.0. For more information about new features, check out the README.)