You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Windows and macOS, that's because PySide6 6.7.0 is not compatible with Python 3.8, which is what Ubuntu Focal still installs by default. As a result, Poetry's dependency resolution does not include the latest PySide6 version (Replace stdeb with a different way to produce Debian packages #773)
Our Windows QA was quite eventful. We have uncovered several issues, both new and old, as well as a noticeable termination delay in some edge cases (#791). I'll send a PR soon that fixes these issue, and unblock our release.
Pre-release
Before making a release, all of these should be complete:
poetry lock
version
inpyproject.toml
share/version.txt
install/linux/dangerzone.spec
README.md
, if necessaryv0.1.0
, the is created with:QA
To ensure that new releases do not introduce regressions, and support existing
and newer platforms, we have to do the following:
main
branch passes the CI tests.agreed to the latest Apple terms (see macOS release
section).
the new image.
the new image.
the new image.
as of writing this) and make sure it works:
the new image.
writing this) and make sure it works:
the new image.
of writing this) and make sure it works:
tab.
they spawn disposable qubes.
Publishing the Release
To publish the release:
./dev_scripts/sign-assets.py
, if you want to automate this task)docs/templates/release-notes
./dev_scripts/upload-asset.py
, if you want to upload an asset using an access token.container.tar.gz
i686 image that was created in the previous stepREADME.md
(see also the previous QA and Release for 0.6.0)
The text was updated successfully, but these errors were encountered: