Skip to content

Latest commit

 

History

History
302 lines (224 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

302 lines (224 loc) · 13.1 KB

Changelog

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

The format is based on Keep a Changelog

Unreleased

Changed

  • Use QgsSettings instead of config.yml file to avoid deletion of providers on update (#108)

1.8.4 - 2024-07-29

Fixed

  • issue with missing locale value for non-default user(#271)

1.8.3 - 2024-05-29

Fixed

  • Add csv_column parameter to request made by points_layers_proc(#260)
  • make extra_info work with two points layers

1.8.2 - 2024-05-20

Fixed

  • use python 3.9-compatible type hint

1.8.1 - 2024-05-17

Fixed

  • use if-else instead of structural pattern matching

1.8.0 - 2024-05-17

Added

  • Add support for decimal ranges with isochrones(#237)
  • Add hint for joining with Layer ID Field (#143)
  • Add option to export order of optimization route points (#145)
  • Add extra_info parameter to directions processing algorithms (#251)

Changed

  • Rename Ok button in configuration window to Save for clarification (#241)
  • Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds

Fixed

  • QGis crashes when selecting more than two vertices for deletion (#230)
  • Vertices on canvas not depicted fully with n having more than one digit in length (#235)
  • Replace qt QSettings with QgsSettings for centralized configuration management (#239)
  • Point Annotations stay after saving project and not deleting them manually (#229)
  • Issue with MultiPoint-layers and optimization
  • Improved type hints

Unreleased

Added

  • Unit- and e2e-testing

1.7.1 - 2024-01-15

Added

  • Add hint to use batch jobs for point layers in tooltip in save vertices button (#211)

Fixed

  • TypeError if no SVGPaths are set (#212)
  • replace removesuffix() function with replace() function in base processing algorithm (#215)
  • Replace line style with style from QGIS v3.16 to enable correct rendering in older versions (#218)

1.7.0 - 2023-12-22

Added

  • Add keyboard shortcut (Ctrl+R)
  • Additional parameter for the "smoothing factor" to isochrones processing algorithms (#172)
  • Mention omission of configuration options when using traveling salesman
  • option to set location type for isochrones (#191)
  • Add styling of routing output in main plugin (#149)
  • make items in centroid list drag and droppable (#144)
  • Add save button for vertices (#144)
  • remove blue lines every time the red X button is clicked (#120)

1.6.0 - 2023-07-25

Added

  • translation mechanism (#183)
  • german translation (#183)

1.5.3 - 2023-03-30

Fixed

  • error on QGIS 3.30 with QgsWkbType used for QgsRubberBand (#179)

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