Releases: FreeNetLabs/bugscanx-go
Releases · FreeNetLabs/bugscanx-go
v1.6.2
Changelog
Improvements
- da3e651: refactor: update Go actions versions and improve archive formats in GoReleaser (@ayanrajpoot10)
- 13a0f9e: refactor: update import paths and install command (@ayanrajpoot10)
v1.6.1
Changelog
Improvements
- 7092117: refactor: remove Makefile for build process (@ayanrajpoot10)
- 2fd42c1: refactor: reorder fields in Ctx struct for 32-bit alignment (@ayanrajpoot10)
v1.6.0
Changelog
Features
- 7345831: feat: add signal handling to gracefully exit and log status in QueueScanner (@ayanrajpoot10)
- f1ff045: feat: add stdin support (@ayanrajpoot10)
Bug Fixes
- b29bd3e: fix: fix goroutine wait group handling in QueueScanner (@ayanrajpoot10)
- d5c16c2: fix: update default port for ping command from 80 to 443 (@ayanrajpoot10)
Improvements
- 176b59b: refactor: rename print interval to stat interval and logreplace to logstat (@ayanrajpoot10)
- dd06c75: refactor: simplify ETA calculation in LogStat function (@ayanrajpoot10)
- 588432c: refactor: simplify scan function type definition in QueueScanner (@ayanrajpoot10)
- 8ffcdc8: refactor: standardize variable naming and improve context handling in scanning commands (@ayanrajpoot10)
- c08ef69: refactor: update help command to be hidden without a use name (@ayanrajpoot10)
v1.5.0
Changelog
Improvements
- 0523b49: refactor: add global print interval flag for queue scanner progress updates (@ayanrajpoot10)
- fa1f4ad: refactor: add permissions section for GoReleaser workflow (@ayanrajpoot10)
- 9f3aa97: refactor: enhance port handling and timeout configurations for improved connection management (@ayanrajpoot10)
- 05c370f: refactor: group global flags for improved organization and readability (@ayanrajpoot10)
- c365ef5: refactor: remove example usage from command definitions for clarity (@ayanrajpoot10)
- 3e08ab6: refactor: remove redundant comments and improve code clarity across multiple files (@ayanrajpoot10)
- 81d7009: refactor: rename ReadLines function to ReadFile for consistency across command files (@ayanrajpoot10)
- 5a4e0d8: refactor: rename command variables for consistency and clarity (@ayanrajpoot10)
- 38b694a: refactor: rename context parameter in pingHost function (@ayanrajpoot10)
- 871fd2f: refactor: replace directFlagHttps with directFlagPort for improved flexibility in connection handling (@ayanrajpoot10)
- 33cf403: refactor: replace error handling with fatal function for consistency across scan commands (@ayanrajpoot10)
- fc252a7: refactor: replace formatSeconds function with formatETA for improved clarity in ETA calculations (@ayanrajpoot10)
- 27bf9d4: refactor: simplify payload flag definition in cdnSslCmd and proxyCmd for improved readability (@ayanrajpoot10)
- de7dba8: refactor: standardize ScanSuccessCount to SuccessCount in Ctx struct for consistency (@ayanrajpoot10)
- 28b1491: refactor: standardize parameter names from 'domain' to 'host' in scanning functions for consistency (@ayanrajpoot10)
- 662d7f9: refactor: streamline connection handling in scan functions for improved clarity and efficiency (@ayanrajpoot10)
- 88584d7: refactor: update GoReleaser configuration for improved changelog organization (@ayanrajpoot10)