Skip to content

GeoProcessor / Release Notes / Version 1


Changes in Version 1.5.0

Changes in Version 1.4.0

Changes in Version 1.3.0

  • bug [1.3.0] Fix issues where command status was not displaying properly in areas to the left and right of the main command list.
  • bug [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.
  • bug [1.3.0] Fix RunProgram to run programs directly and with command shell.
  • change [1.3.0] Add inputFormat and inputPath to layer Results / GeoLayers list. Add sourceFormat to GeoMapProject file.
  • change [1.3.0] Significant overall cleanup of code to implement more robust design. Error handling is more robust.
  • change [1.3.0] Improve command editor user interactions.
  • change [1.3.0] Split developer documentation out of the main code repository. See published Developer Documentation.
  • change [1.3.0] Update the CompareFiles command to more correctly reflect line difference count, and add LineDiffCountProperty and FileDiffProperty parameters.
  • change [1.3.0] Update the WebGet command to have Timeout and ResponseCodeProperty parameters.
  • change [1.3.0] Update the UnzipFile command to have IfFolderDoesNotExist parameter.
  • new [1.3.0] Enable cut/copy/paste functionality for editing the command list.
  • new [1.3.0] Enable the command editor for the empty lines.
  • new [1.3.0] Add CreateGeoMap, CreateGeoMapProject, and related commands to automate creation of map configurations.
  • new [1.3.0] Add ReadGeoLayerFromWebFeatureService command
  • new [1.3.0] Add ReadGeoLayersFromGeoPackage command
  • new [1.3.0] Add ReadRasterGeoLayerFromFile command
  • new [1.3.0] Add ReadRasterGeoLayerFromTileMapService command
  • new [1.3.0] Add ReadRasterGeoLayerFromWebMapService command
  • new [1.3.0] Add RunGdalProgram command
  • new [1.3.0] Add RunOgrProgram command
  • new [1.3.0] Add SplitGeoLayerByAttribute command
  • new [1.3.0] Enable the command editor for the unknown commands command
  • new [1.3.0] Add WriteRasterGeoLayerToFile command

Changes in Version 1.2.0

  • new [1.2.0] Fix bugs in Windows installer and run scripts.
  • new [1.2.0] Enable comment editing.

Changes in Version 1.1.0

  • new [1.1.0] First Windows installer.

Changes in Version 1.0.0

  • new [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.