Skip to content

Latest commit

 

History

History
207 lines (155 loc) · 8.28 KB

CHANGELOG.md

File metadata and controls

207 lines (155 loc) · 8.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

1.5.2 - 2022-01-20

Fixed

  • error for layers with z/m values (#166)

1.5.1 - 2022-01-11

Fixed

  • matrix algorithm parsing hidden options (#164)

1.5.0 - 2021-12-08

Added

  • isochrone center lat and lon to isochrone attribute table (#137)
  • implement options-parameter for routing and isochrones
  • prepare options-parameter for matrix
  • custom request timeouts for providers (#122)
  • exception on network failures due to unresponsive provider

Changed

  • default url for new provider entry to default ors backend url

1.4.0 - 2021-06-15

Added

  • CHANGELOG.md including release instructions
  • 'recommended' preference
  • round trip parameter to TSP-options for Advanced Directions (#125)
  • all TSP-options to 'Directions (Line and 1 Layer)' algorithms (#155)
  • custom sorting order for waypoints in 'Directions'-Algorithms (#142)

Changed

  • parameter names of TSP-options for Advanced Directions
  • help file formatting to highlight parameters and unify format

Fixed

  • author information
  • repository link
  • Correct isochrone computation from layer without fields
  • other errors stemming from layers without fields

Removed

  • 'cycling-safe' profile
  • gis-ops information

1.3.0 - 2021-04-30

Changed

Fixed

  • directions from line layer (#123)
  • help file encodings on mac
  • typos in help docs
  • Layer ID types for directions from 1 point layer (#124, #127)
  • incorrect algorithm ownership (#119)
  • avoid_polygons (#118)
  • metadata category
  • ors ask forum links
  • warning popup for missing waypoints

1.2.3 - 2020-02-22

Changed

1.2.2 - 2020-02-20

Added

  • backwards-compatible and future-proof workaround for possible QGIS GeoPackage bug (#114)

1.2.1 - 2019-12-02

Fixed

  • isochrone layer bug for empty IDs (#113)
  • isochrones for local setups (#112)

1.2.0 - 2019-08-19

Added

  • avoid_polygons parameter (#79)

1.1.1 - 2019-08-19

Changed

  • metadata, because repository moved to GIScience

1.1.0 - 2019-08-19

Added

  • traveling salesman option (#109)
  • support for more than 2 waypoints (batch & interactive)
  • elevation information (#83)
  • avoid_countries (#78)

Changed

  • openrouteservice requests from v1 API to v2 (#99)

1.0.7 - 2019-05-21

Added

  • warning messages to improve first user experience (#106)

1.0.6 - 2019-05-06

Changed

  • quota info to being optional (#106)

1.0.5 - 2019-05-02

Added

  • info message when no API key set for provider (#101)

Fixed

  • custom provider not working (#103)

1.0.4 - 2019-04-17

Fixed

  • POST requests not accepting dictionaries as parameter (#100)

1.0.3 - 2019-04-15

Added

  • NetworkAccessManager to leverage QGIS Proxy settings (#98)

Removed

  • requests module
  • user defined rate limits (#97)

1.0.2 - 2019-03-14

Fixed

  • mix-up of source and destination layer in matrix algo (#92)
  • UTF-8 encoding issues for Mac OSX (#91)

1.0.1 - 2019-03-01

Added

  • default isochrone layer ID field of first layer attribute (#90)

1.0.0 - 2019-01-27

Added

  • first working version of ORS Tools, after replacing OSM Tools plugin