Qgis-deployment-toolbelt

Latest version: v0.36.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.31.1

Bugs fixes 🐛

* fix: restore refresh_environment by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/438>

0.31.0

Features and enhancements 🎉

* refacto: remove unused methods and improve doctsrings by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/429>
* Refacto: split profiles sync job by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/432>
* Feature: job environment variables support linux by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/435>

Tooling 🔧

* ci: use codecov upload token by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/430>
* ci: tag codecov uploads with CI matrix vars by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/431>
* tooling: ignore dev scripts and fixtures from Sonar analisis by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/433>
* ci: disable matrix fail fast by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/434>
* tooling: make sonar ignore tests for duplication by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/436>

0.30.2

Features and enhancements 🎉

* Improve: cleanup OSConfig and refacto CLI's tests to run outside real QGIS profiles folder by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/427>

0.30.1

Bugs fixes 🐛

* fix: undefined variable on Windows if scope != user by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/392>
* fix: change refs to menu_from_projects to match new versioning scheme by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/424>

Features and enhancements 🎉

* Refacto: factorize logs folders retrieval by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/398>
* fix: tests were failing because of upstream URL change by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/409>
* Feature: log details about Certificates Authority bundle by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/397>
* tests: improve downloader testing by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/412>
* Improve: testing ini files against untracked files by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/416>
* Improve: refacto operating system constants retrieval by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/421>

Tooling 🔧

* CI: update autolabeler to v5 by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/411>
* tooling: enable import autocompletion in VSCode by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/422>

Documentation 📖

* docs: clean up and fix some syntax errors by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/420>
* docs: add custom qgis profiles folderpath with QGIS_CUSTOM_CONFIG_PATH by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/423>
* docs: add example on run QDT behind a proxy with PowerShell by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/394>
* docs: fix typo spotted by sylvainbeo by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/395>
* docs: release upper pins of dependencies to reduce dependabot noise by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/417>
* docs: enable social cards by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/418>
* docs: add sitemap by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/419>
* docs: add new plugin's id retrieval method and reorganize the table of contents by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/425>

Other Changes

* security: bump pillow to 10.2 to fix CVE-2022-22817 by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/400>

0.30.0

Bugs fixes 🐛

* Fix: splash screen removal by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/381>

Features and enhancements 🎉

* Security: increase security scans and improve related documentation by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/352>
* Feature: download from http (part 1) by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/351>
* feature: add util to get ProxyHandler and cache some recurring functions by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/358>
* feature: use proxy handler in file downloader by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/359>
* feature: add simple http client by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/360>
* improvement: use proxy handle in upgrade sub-command by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/362>
* log: on Linux, add distribution name and version by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/363>
* log: add details about how QDT working folder is determined by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/364>
* Change: move QDT subfolders to generic job by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/347>
* Refacto: use requests to download files by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/367>
* Refacto: remove dead code by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/368>
* Feature: add file size to downloader log by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/369>
* Feature: add log filepath on exit error by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/370>
* feature: HTTP downloader refacto part 2 by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/372>
* feature: add function name to log by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/380>
* tests: add more scenarii and factorize test by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/382>
* feature: QdtProfile has now shortcuts to access to ini files and its installed alter-ego by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/383>
* Feature: improve splash screen manager logic by using ini helper intensively by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/384>

Tooling 🔧

* tooling: add SonarCloud configuration file by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/378>

Documentation 📖

* docs: improve development guide by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/357>
* docs: update qprofiles-manager with deprecated 'git' value by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/361>
* tooling: add SonarCloud badge by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/371>

0.30.0beta2

Features and enhancements 🎉

* Refacto: use requests to download files by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/367>
* Refacto: remove dead code by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/368>
* Feature: add file size to downloader log by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/369>
* Feature: add log filepath on exit error by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/370>
* feature: HTTP downloader refacto part 2 by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/372>

Tooling 🔧

* tooling: add SonarCloud configuration file by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/378>

Documentation 📖

* tooling: add SonarCloud badge by Guts in <https://github.com/Guts/qgis-deployment-cli/pull/371>

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.