v0.12.1
github-actions
released this
09 Feb 21:08
·
540 commits
to master
since this release
0.12.1
Changes
The most notable change in 0.12.1 is the fix of a compatibility issue with the Kart QGIS plugin.
- Modified
point-cloud-import --replace-existing
to reuse previously imported tiles, rather than reimport them, if tiles that have already been imported are imported again - potentially saving time and disk space. Note thatpoint-cloud-import --update-existing
already had this optimization. #783 - Reintroduced support for
log --graph
. #784 - Added checks to various commands to ensure user.name and user.email have been configured (ie to
kart merge
), to bring them in line withkart commit
behaviour. #785