From 148057842c41285f01ab3b09162a388f9b0821e8 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Wed, 25 Oct 2023 11:44:04 +0200 Subject: [PATCH] Version 0.5.0 --- imodqgis/metadata.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/imodqgis/metadata.txt b/imodqgis/metadata.txt index ffd40fd..53f3fb3 100644 --- a/imodqgis/metadata.txt +++ b/imodqgis/metadata.txt @@ -2,7 +2,7 @@ name=iMOD qgisMinimumVersion=3.28 description=A plugin to visualize 4D geospatial data, to aid groundwater modellers -version=0.4.0 +version=0.5.0 author=Deltares email=imod.support@deltares.nl @@ -27,7 +27,12 @@ repository=https://github.com/Deltares/imod-qgis hasProcessingProvider=no # Uncomment the following line and add your changelog: -changelog=

0.4.0 - New features & usability improvements +changelog=

0.5.0 - New features & usability improvements + - Timeseries: Added support to save and load color legends + - Cross-section: Added support to save and load color legends +

0.5.0 - Bug fixes + - Timeseries: Fixed bug where error was thrown when selecting vector as data and minimizing and maximizing QGIS twice. +

0.4.0 - New features & usability improvements - Timeseries: Supports plotting Arrow data. See https://gdal.org/drivers/vector/arrow.html

0.4.0 - Bug fixes - Timeseries: Fixed bug where selecting a point, plotting it, clearing plot, then selecting same point, and trying to plot that would not result in a plot.