v0.10.6
github-actions
released this
11 Nov 03:21
·
1274 commits
to master
since this release
0.10.6
New features
- New
kart data rm
command to simply delete datasets and commit the result #490 - Minimal patches:
kart create-patch
now supports--patch-type minimal
, which creates a much-smaller patch; relying on the patch recipient having the HEAD commit in their repository #482kart apply
now applies both types of patch.
Behavioural changes
- Added a specification for allowed characters & path components in dataset names - see Valid Dataset Names.
- Information about the current spatial filter is now shown in
status
. #456 kart log
now accepts a--
marker to signal that all remaining arguments are dataset names. #498
Bugs fixed
- Make Kart more robust to manual edits to the GPKG working copy that don't leave the metadata exactly as Kart would leave it (such as by leaving unneeded table rows in
gpkg_contents
) #491 - Diffing between an old commit and the current working copy no longer fails when datasets have been deleted in the intervening commits.
- Existing auto-incrementing integer PK sequences are now overwritten properly in GPKG working copies. #468
import
from a Postgres or MSSQL source will no longer prepend the database schema name to the imported dataset path.