Skip to content

Releases: GispoCoding/qgis_plugin_tools

v0.5.0

21 May 11:44
Compare
Choose a tag to compare
  • Feature: Support custom logger names for log_if_fails decorator

v0.4.1

01 Feb 11:11
Compare
Choose a tag to compare
  • Fix: Fix submodule usage detection when installed as an embedded dependency
  • Fix: Consider only external calls when detecting plugin path

v0.4.0

24 Jan 09:21
Compare
Choose a tag to compare
  • Feature: New method resources.load_ui_from_file() to load a ui file from direct filepath
  • Feature: Support subplugins. In some special cases it is wanted to include a plugin inside another. Now resources.plugin_path() supports this.
  • Fix: Change the implementation of resources.package_file() to support Python 3.8
  • Refactor: Changed the plugin identification logic used in resources.plugin_path()
  • Maintenance: Updated development dependencies
  • Maintenance: Test on three latest LTR release. That means we drop support for QGIS 3.16.

v0.3.2

29 Nov 10:11
Compare
Choose a tag to compare
  • Fix: Recover from TypeError when getting plugin path. Enables pytest-xdist usage.

v0.3.1

09 Aug 10:22
738cb18
Compare
Choose a tag to compare
  • Feature: Add exc_info and stack_info parameters to message bar logger for capturing exception.

v0.3.0

14 Mar 07:00
Compare
Choose a tag to compare
  • Feature: Add api to safely load package files
  • Maintenance: Updated development dependencies
  • Maintenance: Added automatic release actions