v3.0.2
3.0.2
A packaging and source-build release: installing from source β AUR, cargo install, and musl β now links cleanly, and the broken v3.0.1 release pipeline is repaired so every platform artifact ships.
Fixed
- Source Builds (AUR /
cargo install/ musl): Switched the rustls TLS backend fromaws-lc-rsto the portableringprovider, so source builds no longer fail to link againstaws-lc-sys's bundled C/assembly. Dalfox installs ring'sCryptoProviderat startup viaensure_crypto_provider(), sincereqwestnow relies onrustls-no-provider. (thanks @linuxmobile / #1061) - Release Packaging: Repaired
.deb/.rpmgeneration β dropped the invaliddescription/homepagekeys from[package.metadata.deb]that aborted the v3.0.1 pipeline, and movedhomepage/repositoryto[package]wherecargo-debreads them. - Release Matrix: Hardened the release workflow so one failing target no longer drops the rest β added
fail-fast: false, upload the binary archive before.deb/.rpmpackaging, collect packages from their real output paths, fix the duplicatedlinux-in package names, and pintag_namesoworkflow_dispatchruns target the intended version. (v3.0.1 shipped only the musl and macOS binaries; Windows.zip, both glibc.tar.gz, and all.deb/.rpmwere missing.)
Changed
- Documentation Site: Hardened the docs site to the Website Specification β self-hosted Inter/JetBrains Mono fonts and highlight.js, added
robots.txt,security.txt, and a.well-known/agent-skillsmanifest, and tightened the CSP and page templates.
Full Changelog: v3.0.1...v3.0.2