[general]
name=Select Lines
qgisMinimumVersion=3.34
qgisMaximumVersion=3.99
description=Select Lines
version=0.4.2
author=Shai Sussman
email=shai.sussman@gmail.com

changelog = First version

about = Enables selecting line featuers based that pass through all the drawn lines.


# For QGIS WPS
server=False

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
    Version 0.1
    * first version
    Version 0.2
    * Set number of selected drawing lines from 5 to 25
    * Show corrected number of selected lines in user push message
    Version 0.3
    * Overhauled the code with significant improvements in performance.
    * Improved UI interaction
    * Now the plugin works with existing selection, the plugin won't reset exisitng selection thus enabling selecting features ahead of using the plugin.
    * Add help notes to describe the different options in the plugin
    * Added annotation near the drawn line for ordering execution reference and convenience
    * Added add, remove, filter options that can be drawn.
    * Added automatic/manual mode, automatic mode: first adds to selection and than filters for each drawn line, manual mode: enable the user to add, remove or filter in every step
    * Added tabs to distinguish between automatic/manual
    * Change the colors of the strokes, Green is add to selection, Blue is filter from selection, and black is remvoe from selection.
    Version 0.4
    * Improve enlgish in instructions
    * Fixed missing layer reference error
    * Switched from buttons to radio-buttons simplifes interface
    * Change black fill to gray
    Version 0.4.1
    * Fix bug where selected layer jumped
    Version 0.4.2
    * Note this plugin support QGIS version 3.34 and beyond

# Tags are comma separated with spaces allowed
tags=filter,layer,selection, transportation

homepage=https://github.com/Shai2u/select_lines_by_drawing
tracker=https://github.com/Shai2u/select_lines_by_drawing/issues
repository=https://github.com/Shai2u/select_lines_by_drawing
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

