Skip to content

v0.10.7

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 23:24
· 1328 commits to master since this release

0.10.7

Bugfix release

  • log: Fixed some regressions in 0.10.6 involving argument parsing:
    • range arguments (x..y or x...y) were handled incorrectly. #504
    • -n INTEGER caused an error #507
    • kart log @ was empty (@ is supposed to be handled as a synonym for HEAD) #510
  • Auto-incrementing PK sequences now work in PostGIS working copies for table names containing the . character. #468