Skip to content

Releases: nlsfi/qgis-plugin-dev-tools

0.9.1

08 Jan 10:44
Compare
Choose a tag to compare
  • Fix: Fix license copying

Full Changelog: v0.9.0...v0.9.1

0.9.0

08 Jan 10:06
Compare
Choose a tag to compare
  • Feat: Copy license into the plugin zip while deploying

What's Changed

Full Changelog: v0.8.0...v0.9.0

0.8.0

23 Aug 08:14
Compare
Choose a tag to compare
  • Feat: Add locale and ui ini options to be able to further customize development environment

Full Changelog: v0.7.0...v0.8.0

0.7.0

21 May 12:19
Compare
Choose a tag to compare
  • Fix: Bundle contents by parsing pep-compliant distribution file catalog instead of possibly missing tool-specific top-level.txt
  • Feat: Allow disabling auto-loaded entrypoint plugins

What's Changed

  • Fix top level script bundling by @komima in #16
  • Bundle using file catalog by @komima in #17
  • style: use ruff for linting instead of flake8 by @rnousia in #18
  • Allow disabling entrypoint plugins by @komima in #19

Full Changelog: v0.6.2...v0.7.0

0.6.2

27 Sep 10:59
Compare
Choose a tag to compare
  • Fix: Fix issues with bundling requirements of the requirements recursively

What's Changed

  • fix: fix fetching recursive runtime deps by @Joonalai in #15

Full Changelog: v0.6.1...v0.6.2

0.6.1

06 Sep 10:26
Compare
Choose a tag to compare
  • update author email

Full Changelog: v0.6.0...v0.6.1

0.6.0

17 Feb 10:35
Compare
Choose a tag to compare
  • Feat: Support dependencies having package references in .ui files

What's Changed

  • feat: add pre-commit hooks for checking commit messages and md files by @pavetsu14 in #13
  • feat: support dependencies having package references in .ui files by @rnousia in #14

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

09 Nov 07:13
Compare
Choose a tag to compare
  • Feat: Add publish command to cli
  • Fix: Support build without actually importing the code
  • Fix: Preserve case for key names in metadata file

0.4.0

01 Nov 10:32
Compare
Choose a tag to compare
  • Feat: Add an option to get version from distribution metadata
  • Fix: Rewrite imports correctly when dependency name is a prefix of the plugin package name

0.3.0

02 Sep 12:02
Compare
Choose a tag to compare
  • Feat: Add an option to append vendor package to the Python Path
  • Feat: Add an option to bundle requirements of the requirements recursively
  • Feat: Add module packages and .pyd files to the bundle if found
  • Feat: Add version as an optional build argument
  • Chore: Drop support from Python < 3.9