This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
Releases: Oslandia/qgis-versioning
Releases · Oslandia/qgis-versioning
qgis versioning 1.0
qgis versioning 0.9
Fix bug when deleting modified features.
Adds test case for the bug.
qgis versioning 0.8
Adds partial checkout of postgres working copies.
qgis versioning 0.7
Migrate to use gdal version > 2
This version is not compatible with 1.x versions of gdal.
qgis versioning 0.6
Fix duplicate key-val error on large updates (see #54)
qgis versioning 0.5
- fix PK issues on tables not owned by user
- fix massive updates of millions features (/!\ truncate instead of delete)
- fix issue with spaces in path
qgis versioning 0.4
- adds packaging and test scrips
- fix missing ui file in package
qgis versioning 0.3
- (subset) users can select a subset of features before checkout (only for spatialite)
- (teamwork) added information to the author field in the revisions table : OS:os_username.pg_committername.pg_authorname; a committer can choose the name of the author; OS info added for auditing purposes; for commits from PG working copies pg_authorname is skipped because it is the same as pg_committername
- (view) the view dialog was revamped : checkboxes make it clear what revisions are to be retrieved; added progress bar and info messages
- (icons) icons were modified to be more in line with other QGIS icons
- (commit, update, working copies) various UI changes : revision numbers updated faster; better messages to the user; relative filename for spatialite (not the full path)
- (other) redirected stdout for windows to avoid "IOError bad file descriptor" errors
qgis versioning 0.2
Added support for spatialite 4.x
Minor bug fixes.
qgis versioning 0.1
First release.