[general]
name=Brush Selection Tool
qgisMinimumVersion=3.40
description=Brush-style vector selection tool with intuitive painting interface for points, lines, and polygons
about=Brush Selection Tool provides an intuitive "painting" interface for selecting vector features in QGIS. Drag a circular brush across the map canvas—every feature the brush touches becomes selected. Supports points, lines, polygons, and multipolygons.
version=0.1.1
author=Aman Bagrecha
email=amanbagrecha.blr@gmail.com

tags=selection,brush,polygon,vector,painting,point,line,multipolygon
homepage=https://github.com/amanbagrecha/brush-tool-selection
tracker=https://github.com/amanbagrecha/brush-tool-selection/issues
repository=https://github.com/amanbagrecha/brush-tool-selection
icon=icons/paintbrush.png
experimental=False
deprecated=False
category=Vector

changelog=0.1.1 - Selection behavior improvements and all geometry types support
    - Add support for all vector geometry types (points, lines, polygons, multipolygons)
    - Fix selection clearing when no features are found
    - Improve multi-layer selection handling
    - Enhanced shift/add to selection behavior
    0.1.0 - Initial release with brush selection functionality
    - Add adjustable pixel-based brush radius (1-200 px)
    - Target active polygon layer only or all polygon layers
    - Shift selection option support
