[general]
name=First Aid
description=The must-have tool for Python plugin developers
version=3.0.3
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
author=Martin Dobias, Zayne Tomlins
email=wonder.sk@gmail.com
icon=icon.png

homepage=https://github.com/wonder-sk/qgis-first-aid-plugin
tracker=https://github.com/wonder-sk/qgis-first-aid-plugin/issues
repository=https://github.com/wonder-sk/qgis-first-aid-plugin
about=Provides Python debugger and replaces the default Python error handling in QGIS
  with a more sophisticated handler that allows more thorough inspection
  or the Python error: browse the frames, view variables, see source code
  or even execute Python code within the context of the error.
tags=debug

changelog=<p>3.0.3 Fix copy report, fix some warnings
  <p>3.0.2 Long exception messages now word wrap to avoid super massive dialogs
  <p>3.0.1 Avoid deprecation warning on plugin start
  <p>3.0.0 Added lots of helpful shortcuts:
  - right clicking on variables allows for copying their name, path and value
  - command history is persistent between sessions (with new 'clear history' button),
  - added button to copy a report containing stack trace details to the clipboard
  - double clicking entries in the variable list now correctly inserts their full path into the console
  <p>2.2.1 Fix exceptions on newer Python versions
  <p>2.2.0: Bug fixes and performance improvements
  <p>2.1.5 - Bug fixes:
  - Fix font corruption in code views on Qt >= 5.14 (#28)
  <p>2.1.4 - Bug fix / improvement:
  - Use Ctrl+F12 instead of F12 as the shortcut to avoid clash with dev panel in QGIS 3.14 (#27)
  <p>2.1.3 - Bug fixes and improvements:
  - Exception window can be closed via escape
  - Scrolling up and down through previous console commands via up/down cursor keys
  - Don't allow console widget to consume unused vertical space
  - Highlight error line while interacting with the traceback list in the debug widget
  - Added "debug" tag
  <p>2.1.2 - Bug fixes:
  - fix startup warnings
  <p>2.1.1 - Bug fixes:
  - fixed crash when python exception is raised from a worker thread (#12)
  <p>2.1 - New features:
  - support for QGIS 3 (#11)
  <p>2.0.2 - Bug fixes:
  - fixed issue with symbolic links on Linux (#5)
  - fixed debugging on Windows (#7)
  - few more handlers (QModelIndex, QgsVertexId, QgsDataProvider)
 <p>2.0.1 - Bug fixes:
  - fixed issues on Windows with print statements
 <p>2.0 - New features:
  - integrated debugger
