# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Line direction histogram
qgisMinimumVersion=2.0
description=Create a histogram (rose diagram) of line directions
about=Visualises the distribution of line segment directions as a rose diagram (weighted using the line segment lengths). Can save the rose diagram as CSV, PDF or SVG.
version=2.5.1
author=Håvard Tveite, NMBU
email=havard.tveite@nmbu.no

# End of mandatory metadata

# Optional items:
# Uncomment the following line and add your changelog:
changelog=2.5.1
    -- Fixed SVG export (#21)
    2.5
    -- Fixing the user interface to allow use on smaller screens (#20)
    2.4
    -- Added directional mean indicators to the rose diagrams (#14)
    -- User interface change from toolbox to tab for options
    2.3
    -- Added the logarithm option (#17)
    -- Fixed CSV output (#16)
    2.2
    -- Fixed angle offset issue (#15) and added some circular statistics output (#14)
    2.1
    -- Fixed issue #13 (problems with multipart geometries)
    2.0
    -- Added option to generate a point layer with rose diagrams based on tiles provided through a polygon layer (#10)
    -- Set the default state for "selected features only" based on the presence of a selection (#12)
    1.6
    -- Fixed progressbar issue (#9)
    1.5
    -- Added help button
    1.4
    -- Copy to clipboard button added (#8)
    1.3
    -- PDF and SVG export added
    -- Area-proportional sectors option introduced
    1.2
    -- Fixed issue #1 (on update of min/max for angle offset)
    -- Fixed issue #2 (divide by zero when no features in layer)
    -- Fixed issue #3 (effect of "no weighting" checkbox)
    1.1
    -- Selected features option introduced
    -- Unweighted option introduced
    -- Multigeometry support
    -- CSV file header row added
    -- CSV angle offset bug fixed
    -- User interface fixes and updates
    1.0
    -- First public version
# Tags are comma separated with spaces allowed
tags=direction,line,histogram,line segment,orientation,rose diagram,statistics
#homepage=https://plugins.qgis.org/plugins/LineDirectionHistogram/
homepage=http://arken.nmbu.no/~havatv/gis/qgisplugins/LineDirectionHistogram/
tracker=https://github.com/havatv/qgislinedirectionhistogramplugin/issues
repository=https://github.com/havatv/qgislinedirectionhistogramplugin.git
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

