diff --git a/firstaid/metadata.txt b/firstaid/metadata.txt index e4fe248..1e85e50 100644 --- a/firstaid/metadata.txt +++ b/firstaid/metadata.txt @@ -1,7 +1,7 @@ [general] name=First Aid description=The must-have tool for Python plugin developers -version=3.1.1 +version=3.2.0 qgisMinimumVersion=3.0 qgisMaximumVersion=3.99 supportsQt6=yes @@ -18,7 +18,8 @@ about=Provides Python debugger and replaces the default Python error handling in or even execute Python code within the context of the error. tags=debug -changelog=
3.1.1 Fix highlight of current line when exception dialog options +changelog=
3.2.0 Use improved code browser widgets on QGIS 3.38+ +
3.1.1 Fix highlight of current line when exception dialog options
3.1.0 Support qt6 builds of QGIS
3.0.3 Fix copy report, fix some warnings
3.0.2 Long exception messages now word wrap to avoid super massive dialogs