Release v2026.7.0.1
·
20 commits
to main
since this release
WafSight v2026.7.0.1
Binários disponíveis (AOT Native, autocontidos):
- Windows x64 —
WafSight-win-x64.zip - Linux x64 —
WafSight-linux-x64.tar.gz - macOS x64 —
WafSight-osx-x64.tar.gz - macOS ARM64 —
WafSight-osx-arm64.tar.gz
Instalação
# Linux / macOS
tar -xzf WafSight-linux-x64.tar.gz
chmod +x wafsight
./wafsight detect https://example.com
# Windows (PowerShell)
Expand-Archive WafSight-win-x64.zip -DestinationPath .
.\\wafsight.exe detect https://example.comNuGet (biblioteca .NET)
dotnet add package WafSight --version 2026.7.0.1What's Changed
- Update README.md by @rodrigoramosrs in #1
- docs: redesign documentation viewer, improve README, and fix build configuration by @rodrigoramosrs in #2
- fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #3
- docs: redesign documentation viewer, improve README, and fix build configuration by @rodrigoramosrs in #5
- fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #6
- fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #7
- fix: resolve README.md path in Directory.Build.props and split AOT publish into per-OS jobs by @rodrigoramosrs in #8
- fix: change default documentation entry from README.md to index.md by @rodrigoramosrs in #9
Full Changelog: https://github.com/rodrigoramosrs/WafSight/commits/v2026.7.0.1