Releases: CramBL/mdns-scanner
Releases · CramBL/mdns-scanner
0.26.2 - 2026-03-07
07 Mar 13:52
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
Update Rust version from 1.93 to 1.94
Dependencies
tempfile: 3.24.0 → 3.25.0 (#226 )
proptest: 1.9.0 → 1.10.0 (#226 )
axoupdater: 0.9.1 → 0.10.0
tokio: 1.49.0 → 1.50.0 (#230 )
chrono: 0.4.43 → 0.4.44 (#230 )
strum: 0.27.2 → 0.28.0 (#230 )
socket2: 0.6.2 → 0.6.3 (#230 )
clap: 4.5.57 → 4.5.60 (#230 )
anyhow: 1.0.100 → 1.0.102 (#230 )
zip: 7.2.0 → 8.2.0 (#230 )
Run cargo update
Install mdns-scanner 0.26.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.26.2/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.26.2/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.26.2
0.26.1 - 2026-02-03
03 Feb 19:35
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
Format F keys like F11 as F11 instead of F(11)
Keybindings are now sorted by length in the keybindings popup, with shorter (usually simpler) keystrokes appearing first. Keystrokes of equal length are sorted alphabetically.
Removed dependency on the derive_deref crate
Update from rust version 1.91 to 1.93
Configuration files now support TOML spec 1.1.0
Dependencies
console: 0.16.1 → 0.16.2 (#215 )
toml_edit: 0.23.9 → 0.24.0+spec-1.1.0 (#215 )
pastey: 0.2.0 → 0.2.1 (#215 )
reqwest: 0.12.24 → 0.12.28 (#215 )
tokio: 1.48.0 → 1.49.0 (#221 )
chrono: 0.4.42 → 0.4.43 (#221 )
socket2: 0.6.1 → 0.6.2 (#221 )
ratatui: 0.29.0 → 0.30.0 (#221 )
rlimit: 0.10.2 → 0.11.0 (#221 )
toml: 0.9.8 → 0.9.11+spec-1.1.0 (#221 )
thiserror: 2.0.17 → 2.0.18 (#221 )
insta: 1.44.3 → 1.46.3 (#221 )
clap: 4.5.53 → 4.5.56 (#221 )
tui-popup: 0.6.2 → 0.7.2 (#221 )
zip: 6.0.0 → 7.2.0 (#221 )
Install mdns-scanner 0.26.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.26.1/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.26.1/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.26.1
0.26.0 - 2025-12-07
07 Dec 15:04
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Customizable keybindings with a keymap.toml configuration file (see the default here )
Validate keymap.toml with the check-keymap sub-command
Keybindings popup accessible with ?
Changed
y now also copies to clipboard
Removed support for complex and unintuitive modifier combinations, such as ctrl-shift-alt-esc for closing a window, and ctrl-shift-enter for select
Removed help footer and "compact mode" setting
Fixed
IP info table row selection no longer resets when reaching the last visible row with hide_bare_ips enabled
Dependencies
Run cargo update
clap: 4.5.51 → 4.5.53 (#199 )
pastey: 0.1.1 → 0.2.0 (#199 )
insta: 1.43.2 → 1.44.3 (#201 )
Install mdns-scanner 0.26.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.26.0/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.26.0/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.26.0
0.25.2 - 2025-11-24
24 Nov 17:11
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
Improve ordering of some atomic operations
Fixed
#196 : panic on invalid gauge ratio
Dependencies
Install mdns-scanner 0.25.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.25.2/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.25.2/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.25.2
0.25.1 - 2025-11-07
07 Nov 22:54
Compare
Sorry, something went wrong.
No results found
Release Notes
Dependencies
Update to rust v1.91.0 and fix lints
run cargo update
Install mdns-scanner 0.25.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.25.1/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.25.1/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.25.1
0.25.0 - 2025-11-01
01 Nov 17:44
Compare
Sorry, something went wrong.
No results found
Release Notes
Add progress bar for network scanner progress
Install mdns-scanner 0.25.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.25.0/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.25.0/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.25.0
0.24.2 - 2025-11-01
01 Nov 13:44
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
Selecting next/previous table row no longer wraps
Fixed
Fix RTT stats periodically getting overwritten
Fix #186 : table stayed scrolled down when a search term was applied that filtered out items in view, but scrolling up a bit would fill the view with items again.
Install mdns-scanner 0.24.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.24.2/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.24.2/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.24.2
0.24.1 - 2025-10-31
31 Oct 22:07
Compare
Sorry, something went wrong.
No results found
Release Notes
Dependencies
Update actions
Update dist to latest
serde: 1.0.219 → 1.0.224 (#173 )
semver: 1.0.26 → 1.0.27 (#173 )
config: 0.15.15 → 0.15.16 (#173 )
toml_edit: 0.23.4 → 0.23.5 (#173 )
toml: 0.9.5 → 0.9.6 (#173 )
proptest: 1.7.0 → 1.8.0 (#174 )
anyhow: 1.0.99 → 1.0.100 (#174 )
tempfile: 3.21.0 → 3.23.0 (#176 )
thiserror: 2.0.16 → 2.0.17 (#176 )
parking_lot: 0.12.4 → 0.12.5 (#179 )
socket2: 0.6.0 → 0.6.1 (#181 )
regex: 1.11.2 → 1.12.2 (#181 )
clap: 4.5.47 → 4.5.49 (#181 )
reqwest: 0.12.23 → 0.12.24 (#181 )
zip: 5.0.0 → 6.0.0 (#181 )
Install mdns-scanner 0.24.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.24.1/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.24.1/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.24.1
0.24.0 - 2025-09-13
13 Sep 21:13
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Copying cell contents during search : Toggle focus while searching to navigate the IP table, including copying cell contents.
Dependencies
mimalloc: 0.1.47 → 0.1.48 (#167 )
insta: 1.43.1 → 1.43.2 (#167 )
console: 0.16.0 → 0.16.1 (#167 )
chrono: 0.4.41 → 0.4.42 (#167 )
config: 0.15.14 → 0.15.15 (#167 )
log: 0.4.27 → 0.4.28 (#167 )
clap: 4.5.45 → 4.5.47 (#167 )
zip: 4.5.0 → 5.0.0 (#167 )
Install mdns-scanner 0.24.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.24.0/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.24.0/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.24.0
0.23.1 - 2025-08-26
26 Aug 20:07
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
Prevent scrolling in the log window going past the position of the oldest log messages
Fuzz DNS name unescaping, optimize and improve handling of some rare edge cases
Dependencies
config: 0.15.13 → 0.15.14 (#160 )
clap: 4.5.44 → 4.5.45 (#160 )
anyhow: 1.0.98 → 1.0.99 (#160 )
reqwest: 0.12.22 → 0.12.23 (#160 )
regex: 1.11.1 → 1.11.2 (#163 )
dns-lookup: 2.1.0 → 2.1.1 (#163 )
tempfile: 3.20.0 → 3.21.0 (#163 )
thiserror: 2.0.13 → 2.0.16 (#163 )
toml_edit: 0.23.3 → 0.23.4 (#163 )
arboard: 3.6.0 → 3.6.1 (#163 )
zip: 4.3.0 → 4.5.0 (#163 )
Install mdns-scanner 0.23.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.23.1/mdns-scanner-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/CramBL/mdns-scanner/releases/download/v0.23.1/mdns-scanner-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install CramBL/tap/mdns-scanner
Download mdns-scanner 0.23.1