[1.5.0] Improve error handling when QGIS algorithms are called via the processing package.
The user interface will indicate warnings and errors.
[1.5.0] Multiple results windows can now be opened for maps and attribute tables.
Previously a single window could be opened and would be replaced for each view.
[1.3.0] Fix issues where command status was not displaying properly in
areas to the left and right of the main command list.
[1.3.0] Fix issues caused by the GeoProcessor run scripts not handling QGIS long term release.
The runs scripts now handle OSGeo4W and standalone QGIS installers and detect long term release folders
for Python modules. The QGIS release is also checked when running in development and deployed environments.
[1.3.0] Fix RunProgram to run programs
directly and with command shell.
[1.3.0] Add inputFormat and inputPath to layer Results / GeoLayers list.
Add sourceFormat to GeoMapProject file.
[1.3.0] Significant overall cleanup of code to implement more robust design.
Error handling is more robust.
[1.3.0] Improve command editor user interactions.
[1.3.0] Split developer documentation out of the main code repository.
See published Developer Documentation.
[1.3.0] Update the CompareFiles
command to more correctly reflect line difference count,
and add LineDiffCountProperty and FileDiffProperty parameters.
[1.3.0] Update the WebGet command to have
Timeout and ResponseCodeProperty parameters.
[1.3.0] Update the UnzipFile command to have
IfFolderDoesNotExist parameter.
[1.3.0] Enable cut/copy/paste functionality for editing the command list.
[1.3.0] Enable the command editor for the empty lines.
[1.2.0] Fix bugs in Windows installer and run scripts.
[1.2.0] Enable comment editing.
Changes in Version 1.1.0
[1.1.0] First Windows installer.
Changes in Version 1.0.0
[1.0.0] Initial formal release.
Previous internal development was not assigned to a tracked version number.
The versioning process will be implemented over time as protocols solidify.