; mandatory entries

[general]
name=Midvatten
qgisMinimumVersion=3.34.6
description=A toolset that makes QGIS an interface for editing/viewing hydrogeological observational data (drillings, water levels, seismic data etc) stored in a sqlite db.
about=The plugin is a toolset for using QGIS to manage observational data from hydrogeological investigations. Data is stored in a spatialite database.
version=1.8.1
author=Josef Källgården, Henrik Spångmyr
email=midvattenplugin@gmail.com
repository=https://github.com/jkall/qgis-midvatten-plugin.git
license=GPLv2

;optional metadata entries
qgisMaximumVersion=3.99
experimental=False
deprecated=False
tags=hydrogeology,groundwater,time series,stratigraphy,piper diagram,borehole
homepage=https://github.com/jkall/qgis-midvatten-plugin/wiki
tracker=https://github.com/jkall/qgis-midvatten-plugin/issues?state=open
icon=icons/MidvSettings.png

changelog=
        Version 1.8.1
        - Database connection to PostgreSQL/PostGIS now supports "service" (pg_service.conf).
        - db_utils: Fixes to allow parts of the utils to be used with other database schemas.
        - Fixes for error messages.

        - LoggerEditor: Printing trend adjustment to log.
        - FieldloggerImport: Fixes support for import of FieldForm result files.
        - FieldLoggerImport: Fixes error "wrapped C/C++ object ... has been deleted".
        - FieldLoggerExport: Fixes support for FieldForm and changed vector layer list to QgsMapLayerComboBox.
        - Sectionplot: Fixes a bug in two templates.
        - Sectionplot: Fixes adjustment of graded dems to QGIS 3.40.
        - Sectionplot: Fix to only check geometry of selected layer.
        - PrepareforQgis2Threejs: Fixes for postgis databases.


        Version 1.8.0:
        - Added column "source" to table w_levels_logger table. Can be used to separate
            logger series in the logger editor.
        - Added column "type" to table comments. Can be used to group types of comments.
        - FieldLogger export: Added support for FieldForm.
        - Customplot: Adjustments for matplotlib 3.8.4.


        For changes until ver 1.8.0, see separate document changelog_history
