Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.21 KB

CHANGELOG

0.2.1 - 10/08/2021

  • Fix invalid GDAL import error
  • Apply flake8-qgis linting

0.2.0 - 28/04/2021

  • Add support for mesh layers
  • Add searching and filtering of different data sources
  • Improve GUI
  • Improve error handling
  • Fix the extent/bbox functionality
  • Use newest qgis_plugin_tools
  • Remove the experimental status of the plugin

0.1.2 - 08/12/2020

  • Fix import errors in QGIS 3.10
  • Add test suite for QGIS 3.10
  • Use newest qgis_plugin_tools

0.1.1 - 07/12/2020

  • Remove old enfuser processing algorithm to fix import error in QGIS < 3.14

0.1.0 - 01/12/2020

  • Plugin instructions and examples
  • Improved support for most raster stored queries
  • Pre-fetch possible values for raster stored queries
  • Improved GUI
  • Improved error handling
  • Improved tests
  • Full Changelog

0.0.1 - 19/11/2020

  • Initial dialogs and logic to view WMS data and to download WFS StoredQuery data (Guaranteed support for 'fmi::forecast::enfuser::airquality::helsinki-metropolitan::grid' and 'fmi::observations::airquality::hourly::simple' )
  • Temporal controller is used if available to control NetCDF layers
  • Initial tests