[general]
name=Easy Copy and Paste
qgisMinimumVersion=3.18.1
description=Easily copy and paste features between QGIS layers
version=1.0.9
author=Trailmarker
email=tom@trailmarker.io
about=This plug-in copies currently selected features in the map view to a target layer with a single click or Hotkey and commits them to the edit on that layer. 
   It also includes a copy-paste hot-key configuration. It's intended for intensive human moderation of feature data. 
   Originally developed for mapping burnt areas from Object-Based Image Analysis (OBIA) polygons.
   Author: Tom Lynch (Gaia Resources), Charles Darwin University, North Australia & Rangelands Fire Information.
tracker=https://github.com/nafi-org/nafi-qgis/issues
repository=https://github.com/nafi-org/nafi-qgis
hasProcessingProvider=no
tags=python
homepage=https://github.com/nafi-org/nafi-qgis
icon=icon.png
experimental=False
deprecated=False
category=Vector
changelog=1.0.9
          - remove obsolete Windows .bat dev scripts flagged as binaries by QGIS plugins repo
          1.0.8
          - normalise blank lines in packaged resources_rc.py to satisfy QGIS plugins repo flake8 check
          1.0.7
          - clean up flake8 warnings flagged by QGIS plugins repo
          1.0.6
          - include LICENSE in the release archive
          1.0.5
          - fix hotkey labels to refresh when naficp.json is edited mid-session
          1.0.4
          - fix hotkey labels to display actual configured shortcuts
          1.0.3
          - responsively stack source and working layer labels above their dropdowns when the dock widget is narrow
          - display the configured hotkeys alongside the source and working layer labels
          1.0.2
          - add configurable hotkeys for setting active layer to source or working layer
          1.0.1
          - correct mypy errors and format all code
          1.0
          - bump plugin version for first release
          0.4
          - remove NAFI branding
          0.3
          - fix issue de-registering plugin action in Vector menu

