Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SGroe committed Mar 23, 2021
1 parent fff725f commit 5d03ab1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 16 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v1.1 (2021-03-23)

* [Feature] Read-only flag for Graphium connections
* [Feature] Double click table to download graph version in manager
* [Feature] Include algorithm pointsToTrajectory
* [Feature] Add connection json string as attribute to output layer in download_graph_version_algorithm
* [Feature] Enable adding and removing hd graph versions (optional feature)
* [Feature] Enable downloading hd graph data (optional feature)
* [Feature] Set authentication for server connection (optional feature)
* [Improvement] Read metadata to detect graph type in add_graph_version_algorithm
* [Improvement] Save output direction in qgis settings in osm2graphium and gip2graphium
* [Improvement] Disable buttons that cannot be used before selecting graph name or version
* [Improvement] Sort connections in combo box by name in manager
* [Improvement] Double click to select graph name or download graph version in manager
* [Improvement] Add status code to error feedback in api
* [Fixed] Correct progress value in download_graph_version_algorithm
* [Fixed] long datatype for id/startNodeId/endNodeId in download_graph_version_algorithm
* [Fixed] long datatype for segmentId in download_graph_version_algorithm
* [Fixed] Remove unreliable segment count check in download_graph_version_algorithm

v1.0 (2020-07-08)

* [Feature] New algorithm UpdateGraphVersionValidity
Expand Down
35 changes: 19 additions & 16 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name=Graphium
# QGIS-version 3.6 QgsNetworkAccessManager.blockingGet()
qgisMinimumVersion=3.6
description=QGIS extention for the road network management tool Graphium.
version=1.0
version=1.1
author=Simon Gröchenig @ Salzburg Research
[email protected]

Expand All @@ -27,21 +27,24 @@ repository=https://github.com/graphium-project/graphium
# Recommended items:

# Uncomment the following line and add your changelog:
changelog=v1.0 (2020-07-08)
* [Feature] New algorithm UpdateGraphVersionValidity
* [Feature] Add valid_from and valid_to parameters to gip2graphium and osm2graphium algorithms
* [Improvement] Menu button to launch all AddGraphVersion algorithms (add/gip/osm) in manager
* [Improvement] Add request type to url in feedback in api
* [Improvement] QgsNetworkAccessManager, timeout and downloadProgress for all requests (including PUT/DELETE) in api
* [Improvement] Simplify output of remove_graph_version_algorithm to state only
* [Improvement] Graphium icons for all algorithms
* [Improvement] Use checkParameterValues to check new date in UpdateGraphVersionValidityAlgorithm
* [Fixed] Provide useful error feedback at AddGraphVersion algorithm
* [Fixed] Better message in case of decode error at osm2graphium/gip2graphium
* [Fixed] Allow aborting GET and POST requests
* [Fixed] Select correct server at gip2graphium algorithm if set via parameter
* [Fixed] Never use processing.QgisAlgorithm to improve stability
* [Fixed] Disable unused keepDownloadFile and forceDownload parameters in gip2graphium and osm2graphium algorithms
changelog=v1.1 (2021-03-23)
* [Feature] Read-only flag for Graphium connections
* [Feature] Double click table to download graph version in manager
* [Feature] Include algorithm pointsToTrajectory
* [Feature] Add connection json string as attribute to output layer in download_graph_version_algorithm
* [Feature] Enable adding and removing hd graph versions (optional feature)
* [Feature] Enable downloading hd graph data (optional feature)
* [Feature] Set authentication for server connection (optional feature)
* [Improvement] Read metadata to detect graph type in add_graph_version_algorithm
* [Improvement] Save output direction in qgis settings in osm2graphium and gip2graphium
* [Improvement] Disable buttons that cannot be used before selecting graph name or version
* [Improvement] Sort connections in combo box by name in manager
* [Improvement] Double click to select graph name or download graph version in manager
* [Improvement] Add status code to error feedback in api
* [Fixed] Correct progress value in download_graph_version_algorithm
* [Fixed] long datatype for id/startNodeId/endNodeId in download_graph_version_algorithm
* [Fixed] long datatype for segmentId in download_graph_version_algorithm
* [Fixed] Remove unreliable segment count check in download_graph_version_algorithm

# Tags are comma separated with spaces allowed
tags=network analysis, vector, postgis
Expand Down

0 comments on commit 5d03ab1

Please sign in to comment.