v0.10.8
github-actions
released this
16 Jan 19:43
·
1162 commits
to master
since this release
New features
- More advanced filters for
log
,diff
andcommit
: All of these now work:- Wildcard (
*
) filters for dataset names, e.g.kart diff -- *parcel*:meta:schema.json
will show only schema changes for all datasets withparcel
in their names.*
by itself matches all datasets. #532 - You can now output the history of individual features:
kart log -- <dataset-name>:feature:<feature-primary-key>
. #496
- Wildcard (
Behavioural changes
kart clone
now strips.git
off the end of automatically-generated repo paths, if--bare
is not specified. #540
Bug fixes
- fixed certificate verification errors when cloning HTTPS repositories on some Linux distributions. #541
- fixed an error when merging a commit where every feature in a dataset is deleted. #506
import
: Disallowed--replace-ids
when the primary key is changing. #521
Development
- Simpler developer builds using CMake - see the contributing notes.