From e565c3d443572c2497c7b75e51b384544627f879 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 17 Jun 2024 09:31:06 +1000 Subject: [PATCH] Version 3.2.0 --- firstaid/metadata.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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