Skip to content

v0.10.8

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 19:43
· 1162 commits to master since this release

New features

  • More advanced filters for log, diff and commit: 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 with parcel 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

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