Releases: nlsfi/qgis-plugin-dev-tools
Releases · nlsfi/qgis-plugin-dev-tools
0.9.1
- Fix: Fix license copying
Full Changelog: v0.9.0...v0.9.1
0.9.0
- Feat: Copy license into the plugin zip while deploying
What's Changed
Full Changelog: v0.8.0...v0.9.0
0.8.0
- 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
- 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
- Fix: Fix issues with bundling requirements of the requirements recursively
What's Changed
Full Changelog: v0.6.1...v0.6.2
0.6.1
- update author email
Full Changelog: v0.6.0...v0.6.1
0.6.0
- 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
- @pavetsu14 made their first contribution in #13
Full Changelog: v0.5.0...v0.6.0
0.5.0
- 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
0.3.0
- 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