Release Notes
Added
- Copying a multi-line cell now enters sub-line selection mode to allow copying just a single line or all
- Customizable UI themes: choose from dark, light, gruvbox dark, nord, solarized, tokyo night, and pitch in the config window.
- New config option to control how long a row stays highlighted green after new information arrives for it, such as when a host responds to a scan, its hostname resolves via mDNS, or a service is discovered. Set to zero to disable the highlight entirely.
Fixed
- Fix spurious debug assert when a service hostname was stripped as redundant and a subsequent mDNS announcement re-supplied it
- Fix duplicate hostname entries on dual-stack hosts where the reverse DNS result and the mDNS absolute FQDN differed only by a trailing dot
- Reduced memory usage
Changed
- Improve config window scaling
- Improve doc comment word-wrapping and positioning
Dependencies
toml_edit: 0.25.7+spec-1.1.0 → 0.25.8+spec-1.1.0 (#240)proptest: 1.10.0 → 1.11.0 (#240)semver: 1.0.27 → 1.0.28 (#247)insta: 1.46.3 → 1.47.2 (#247)tokio: 1.50.0 → 1.51.1 (#249)tui-popup: 0.7.2 → 0.7.4 (#249)zip: 8.4.0 → 8.5.1 (#249)- Run
cargo update
Install mdns-scanner 0.27.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.27.0/mdns-scanner-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/mdns-scanner/releases/download/v0.27.0/mdns-scanner-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scannerDownload mdns-scanner 0.27.0
| 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 |