Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/lib/changelog/v0.15.4.email.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<p>Scanopy just got more intuitive and robust, making network discovery smoother for busy environments and mobile workflows. This release tackles reliability, performance, and clarity so you can explore your network with confidence.</p>
<ul>
<li><strong>Reduce scan confusion:</strong> Configurable ARP scan limits and new, inline warnings ensure you always know what’s happening during large subnet scans.</li>
<li><strong>Smoother Docker integration:</strong> Improved host persistence and smarter deduplication when scanning Docker bridge networks means fewer scan interruptions and more accurate results.</li>
<li><strong>Faster topology exports:</strong> Service logos are now bundled locally for quicker loading and reliable map downloads, even when exporting from mobile devices.</li>
<li><strong>Mobile usability upgrades:</strong> Enhanced onboarding, full-width buttons, and refined dropdowns make network mapping easier on the go.</li>
<li><strong>Clearer error guidance:</strong> Improved connection error messages help you pinpoint and resolve network reachability issues faster.</li>
</ul>
31 changes: 31 additions & 0 deletions src/lib/changelog/v0.15.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
version: 0.15.4
date: 2026-03-31
title: Improved Warnings & Docker Integration
social_post: • ARP scan cutoff setting, with clear inline warnings\n• Enhanced Docker reliability and host handling\n• Mobile usability updates and UI fixes
contributors: Elerir,Maya
category: C
email_subject: Faster topology exports and clearer scan warnings
---

This release focuses on improved warning clarity, smoother Docker integrations, and mobile usability enhancements, making network exploration more reliable and approachable.

## New Features
- Add configurable ARP scan cutoff setting, letting you control subnet size limits for large network scans ([#560](https://github.com/scanopy/scanopy/pull/560)).
- Introduce inline warning messages for ARP scan cutoff, now daemon-aware and clearly shown in scan dialogs ([#560](https://github.com/scanopy/scanopy/pull/560)).
- Bundle service logos locally for faster loading and reliable topology export ([#558](https://github.com/scanopy/scanopy/pull/558)).

## Improvements
- Enhance Docker integration reliability, improving host persistence, progress reporting, and per-host deduplication for bridge networks ([#561](https://github.com/scanopy/scanopy/pull/561)).
- Refine connection error classification and display, offering more specific guidance when Scanopy can't reach your network ([#563](https://github.com/scanopy/scanopy/pull/563)).
- Simplify onboarding and troubleshooting UX for mobile users, including full-width buttons and improved visual hierarchy ([#566](https://github.com/scanopy/scanopy/pull/566)).
- Add scroll fade indicators and increase dropdown space so selecting subnets and services is easier ([#563](https://github.com/scanopy/scanopy/pull/563)).

## Bug Fixes
- Fix host creation and interface validation order, preventing failed saves in certain network setups ([#561](https://github.com/scanopy/scanopy/pull/561)).
- Correct export modal descriptions and checkbox styling for more readable exports ([#558](https://github.com/scanopy/scanopy/pull/558)).
- Resolve issues with RichSelect scroll fades, mobile onboarding flows, and copy button overlaps ([#566](https://github.com/scanopy/scanopy/pull/566)).

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.15.3...v0.15.4
Empty file.
Loading