Release Notes
Thanks to @jimmy-tr33 for quality bug reports that helped uncover some significant edge cases
Fixed
- #147 Log and discard key/value pairs in TXT records with invalid UTF-8 instead of displaying the lossy representation (where invalid characters are replaced by �)
- #148 Ensure graceful column width scaling for the IP info table
- Don't render emojis if locale does not indicate UTF-8 support or the terminal is not a tty
- Ignore empty ignore patterns, which when compiled to regex would exclude all network interfaces
Changed
- Retry mDNS reverse lookup if it fails due to
interrupted system call - Increase mDNS reverse lookup timeout from 1 to 2 seconds.
- Failing to resolve a DNS-SD service IP within the 2s timeout is no longer treated as an error
Install mdns-scanner 0.22.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.22.4/mdns-scanner-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/mdns-scanner/releases/download/v0.22.4/mdns-scanner-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scannerDownload mdns-scanner 0.22.4
| File | Platform | Checksum |
|---|---|---|
| mdns-scanner-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| mdns-scanner-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| mdns-scanner-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| mdns-scanner-i686-pc-windows-msvc.zip | x86 Windows | checksum |
| mdns-scanner-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mdns-scanner-powerpc64-unknown-linux-gnu.tar.gz | PPC64 Linux | checksum |
| mdns-scanner-powerpc64le-unknown-linux-gnu.tar.gz | PPC64LE Linux | checksum |
| mdns-scanner-s390x-unknown-linux-gnu.tar.gz | S390x Linux | checksum |
| mdns-scanner-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| mdns-scanner-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum |
| mdns-scanner-riscv64gc-unknown-linux-musl.tar.gz | RISCV MUSL Linux | checksum |
| mdns-scanner-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
| mdns-scanner-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum |
| mdns-scanner-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum |