Skip to content

v0.12.1

Compare
Choose a tag to compare
@github-actions 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 that point-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 with kart commit behaviour. #785