v1.6.5
Added intermediate host status (blue light) for unusual responses: IPs with no open ports but with detectable network response.
Added a dedicated Intermediate filter button between Active and Dead in the results toolbar.
Improved results filtering so Dead now shows only typical dead hosts, while intermediate hosts are grouped in their own view.
Added scan results Export/Import actions in File menu (JSON format), including scan range history in exported files and restoring history on import.
Improved Globe visualization: elevated arc routes with animated flow and thinner 1px styling aligned to globe route animation behavior.
v1.6.4
Added system reverse DNS for local/private IPs (PTR via desktop backend), so Hostname can resolve LAN devices reliably.
Refined extra result columns: Country now shown as a flag, ISP moved to a dedicated column, and new AS column added.
All three columns can be toggled in Columns menu.
Improved geolocation reliability with backend fallback handling and better globe point placement when exact coordinates are unavailable.
Globe now shows only active hosts (not dead entries).
Fixed Topology Trace action: Trace button now correctly opens trace dialog and starts traceroute for selected/available host.
Fixed list rendering edge cases where extra columns could remain visually hidden despite being enabled.
v1.6.3
Added a factory reset button in the title bar, positioned left of minimize, with a confirmation prompt,
icon-only appearance, and tooltip for quick access. The reset action clears stored app data and localStorage,
restoring the app to a clean first-run state.
Added scan method optimizations for smoother and more consistent scan behavior.
Added scan history panel with saved IP ranges, quick restore on double-click, and single-entry delete.
v1.6.2
Added Phone Reverse Lookup tool with integration of NumVerify API (phone validation, carrier detection),
OpenCellID (cell tower geolocation), and Google People API support.
Includes API key configuration UI with setup guide links, collapsible results sections for each API,
and copy-to-clipboard functionality for search results.
Added Photo Analyze tool enhancements with extended image metadata extraction and presentation,
including richer EXIF/GPS/IPTC/XMP overview, readable date/size formatting, and map links for GPS coordinates.
Added steganography-oriented checks for trailing data after image/container end, status messages for hidden-data detection,
custom/unknown metadata group visibility, and a default-on filter that hides empty detected metadata fields.
Added two new UI skins in Customization: Purple Dark and Black Flat (green text).
v1.6.1
Added GNSS Monitor tool with independent tool-window mode, serial NMEA parsing, live skyplot, satellite table,
and GPS + WiFi audit points export.
Added LTE Monitor tool with independent tool-window mode, live status monitor, handover tracker, LTE + GPS audit,
speed/quality correlation, and internet watchdog.
Added LTE serial modem backend integration (AT/COM) with auto-detection and manual COM/baud override,
including operator, band, EARFCN, cell ID, TAC, RSSI/RSRP/RSRQ/SINR metrics.
v1.6.0
Added IP Scan Watch in Tools to detect suspicious multi-port probing of your address.
Added WiFi Detector in Tools with clickable network list and per-network properties view.
Added AI Security Assistant tool with Claude, Google and Copilot API support plus ready-made security prompts.
Added Bluetooth Scanner in Tools with BLE and Classic BT device detection, signal strength and device properties.
Added Network Sniffer in Tools with live connections table, filtering/sorting and CSV export (Windows backend enabled).
v1.5.9
Added scan mode controls with selectable type and speed.
Results can now be sorted by IP address or response time (ms).
Port lists are faster to expand and browse.
Column settings are now available from the right-click context menu.
Improved IP filtering, favorites for addresses and ports, and grouping for both addresses and ports.
Added a Blur button to mask IP addresses for safer screen sharing.
Plus a handful of smaller quality-of-life refinements.
v1.5.8
i18n: translated all toolbar buttons (ConsoleβKonsola, MacroβMakro, SpeedβPrΔdkoΕΔ, PrototypeβPrototyp, TopologyβTopologia),
fixed untranslated Polish strings (ipRange, accessLabel, traceRoutesLabel), fixed hardcoded Polish close-confirm dialog to use t().
Language and skin dialogs now have live preview with Cancel reverting the change.
BroadcastChannel sync: changing language or skin in any window instantly applies to all open tool windows.
Version numbers unified to 1.5.7 across app.js, tauri.conf.json, Cargo.toml and package.json.
v1.5.6
Code quality refactor: replaced all inline styles with CSS classes across the entire UI (stages 1β8),
fixed proto canvas node colors to match toolbox chip colors, and resolved duplicate class attribute bug
on proto canvas nodes caused by bulk replacement.
v1.5.5
Rebranded app name to NetRecon IP Auditor, switched favicon/title icon to zebrus.png,
unified dialog layout with left-side icons, improved Help/Versions readability in dark skin,
and fixed Versions dialog behavior so content wraps to window size instead of forcing panel expansion while dragging.
v1.5.4
Code quality fixes: moved concurrency/delayMs declarations before use (prevented ReferenceError on scan start),
removed duplicate event listeners in console window, fixed deleteMacroByIndex crashing on undefined function,
removed unused local copies of isPrivateIpv4/extractIpv4, removed redundant Import Trace button from topology toolbar,
extracted EN/PL language strings into separate js/lang-en.js and js/lang-pl.js files.
v1.5.3
Added π Clippy assistant (Help β Assistant): rotating tips in EN/PL, draggable, persistent on/off state.
v1.5.2
Added Glass skin in Customization, enabled live skin switching on selection (without closing dialog),
and improved menu text contrast for better readability.
v1.5
Refined results list UX: plus moved to dedicated column, hostname moved to context menu, and improved row expansion details by port.
v1.4p pre-alpha
Moved Speed Test and Prototype from desktop icons to toolbar buttons. Added Show/Hide toggles for both in the Customization dialog.
v1.3p
Added a visual programming prototype window with draggable nodes, anchor points, and click-click line linking mode.
v1.3
Added internet speed checking (download/upload) in a dedicated Speed Test window.