You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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