Releases: opengisch/qgis-plugin-ci
Releases · opengisch/qgis-plugin-ci
2.8.2
What's Changed
Documentation 📖
Other Changes
- Last post-toml string standing by @why-not-try-calmer in #246
- Validate (at least some) args by @why-not-try-calmer in #251
- Review logging about downloading transifex files by @Gustry in #258
- Pass authentication as a header by @LKajan in #260
- Fix previous commit about logging in transifex by @Gustry in #261
New Contributors
Full Changelog: 2.8.1...2.8.2
2.8.1
What's Changed
Other Changes
- declaring qgis-plugin-ci config under 'tool' by @why-not-try-calmer in #243
- documenting 'tool' for plugins using pyproject.toml by @why-not-try-calmer in #244
Full Changelog: 2.8.0...2.8.1
2.8.0-beta2
2.8.0
What's Changed
Features and enhancements 🎉
- Support for pyproject.toml by @why-not-try-calmer in #228
- Allow adding additional assets by @m-kuhn in #230
Other Changes
- Return a different exit code if the upload to qgis.org has failed by @Gustry in #221
- Fix error if asset path is not specified by @m-kuhn in #239
New Contributors
- @why-not-try-calmer made their first contribution in #228
Full Changelog: 2.7.2...2.8.0
2.8.0-beta
Allow adding additional assets (#230) * Allow adding additional assets Adds a new parameter `--asset-path` or `-a` followed by a path to an additional asset to be packaged/released. ``` qgis-plugin-ci package 1.0 --asset-path myplugin/some_dependency-1.0-py3-none-any.whl ``` * check asset paths before opening tar file --------- Co-authored-by: Denis Rouzaud <[email protected]>
2.7.2
2.7.1
What's Changed
Features and enhancements 🎉
Documentation 📖
- fix docs for Qt dependencies in github actions by @olivierdalang in #214
Other Changes
- use a version of pypa/gh-action-pypi-publish by @3nids in #213
- Set encoding of
request.get
result toutf-8
by @signedav in #222
New Contributors
- @olivierdalang made their first contribution in #214
- @signedav made their first contribution in #222
Full Changelog: 2.7.0...2.7.1
2.7.0-beta3
use packages (#209)
2.7.0-beta2: fix cli (#208)
fix packaging for cli