Releases: rodrigoramosrs/WafSight
Releases · rodrigoramosrs/WafSight
Release list
Release v2026.7.17.1
WafSight v2026.7.17.1
Binários AOT (autocontidos, sem dependências):
- 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
Binários Framework Dependent (requer .NET 10 Runtime):
- Windows x64 —
WafSight-win-x64-framework.zip - Linux x64 —
WafSight-linux-x64-framework.tar.gz - macOS x64 —
WafSight-osx-x64-framework.tar.gz - macOS ARM64 —
WafSight-osx-arm64-framework.tar.gz
Instalação (AOT)
# 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.comInstalação (Framework Dependent)
# Install .NET 10 Runtime first: https://dot.net
# Linux / macOS
tar -xzf WafSight-linux-x64-framework.tar.gz
chmod +x wafsight
./wafsight detect https://example.com
# Windows (PowerShell)
Expand-Archive WafSight-win-x64-framework.zip -DestinationPath .
.\\wafsight.exe detect https://example.comNuGet (biblioteca .NET)
dotnet add package WafSight --version 2026.7.17.1What's Changed
- fix: use NuGet Trusted Publishing (OIDC) instead of API key by @rodrigoramosrs in #10
- fix: restrict release to binary artifacts only by @rodrigoramosrs in #11
- fix: filter release files by extension instead of artifact name by @rodrigoramosrs in #12
- Dev by @rodrigoramosrs in #13
- ci: auto-sync dev branch to main after each merge by @rodrigoramosrs in #14
- feat: publish NuGet package to GitHub Packages as well by @rodrigoramosrs in #15
- fix: replace HTML markup with pure Markdown in README for NuGet compatibility by @rodrigoramosrs in #16
- fix: WafSight is a detector, not a firewall by @rodrigoramosrs in #17
- fix: GitHub Packages 403 and docs index push to protected branch by @rodrigoramosrs in #18
- Dev by @rodrigoramosrs in #19
- Dev by @rodrigoramosrs in #20
- feat: CalVer versioning, dual binary publishing, assembly versioning, CLI rename & docs update fix by @rodrigoramosrs in #21
- fix(ci): add triggers, fix version regex, skip release without code changes by @rodrigoramosrs in #22
- fix(ci): set GH_TOKEN for gh CLI by @rodrigoramosrs in #23
- fix(ci): use env GH_TOKEN for gh CLI authentication by @rodrigoramosrs in #24
- fix(ci): set skip_release output for job dependencies by @rodrigoramosrs in #25
- fix(ci): properly evaluate skip_release with env var by @rodrigoramosrs in #26
- fix(ci): align job output name skip-release -> skip_release by @rodrigoramosrs in #27
- fix(ci): use Move-Item -Force for win-x64 AOT rename by @rodrigoramosrs in #28
Full Changelog: v2026.7.0.1...v2026.7.17.1
Release v2026.7.0.1
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