Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:14
· 173 commits to main since this release
11235a0

Deploying

Three supported paths — see docs/deployment.md. The short
version: use waxwing-stalwart-v0.20.0.zip for a Stalwart
Application (recommended, same-origin, no CORS), and
waxwing-web-v0.20.0.tar.gz behind your own web server.

Verify what you downloaded before deploying it. The two checks answer different
questions and the second is the stronger one:

# Did the file survive the network and the hoster intact?
# (--ignore-missing: SHA256SUMS lists all three artefacts, you downloaded one.)
sha256sum -c SHA256SUMS --ignore-missing

# Was it built by this repository's release workflow, from THIS TAG?
# (SHA256SUMS cannot answer that: anyone who can replace the zip can regenerate it.
#  --source-ref is required: without it a build from any branch of this repository
#  passes too, and this workflow makes those deliberately as rehearsals.)
gh attestation verify waxwing-stalwart-v0.20.0.zip \
  --repo Heiko-W/waxwing \
  --source-ref refs/tags/v0.20.0

Configuration lives in config.json next to index.html and needs no rebuild —
docs/configuration.md is the reference.

What's Changed

  • docs: die B-Liste gegen den heutigen Code nachgezogen by @Heiko-W in #45
  • Die §13-Liste abgearbeitet: zehn Bxx gefixt, drei akzeptiert, einer bleibt offen by @Heiko-W in #46
  • chore(release): v0.20.0 by @Heiko-W in #47
  • fix(ci): WebKit braucht Systempakete, und der Fokus-Sweep braucht keinen Zählerstand by @Heiko-W in #48
  • fix(e2e): der B25-Einfügetest wartet auf den Editor, statt ihn zu verpassen by @Heiko-W in #49

Full Changelog: v0.19.0...v0.20.0