From 425a34180a0ad0cce70f1e8b9487764837ee08e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Mar 2026 19:25:19 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.15.4 --- src/lib/changelog/v0.15.4.email.html | 8 +++++++ src/lib/changelog/v0.15.4.md | 34 ++++++++++++++++++++++++++++ static/changelog/v0.15.4/.gitkeep | 0 3 files changed, 42 insertions(+) create mode 100644 src/lib/changelog/v0.15.4.email.html create mode 100644 src/lib/changelog/v0.15.4.md create mode 100644 static/changelog/v0.15.4/.gitkeep diff --git a/src/lib/changelog/v0.15.4.email.html b/src/lib/changelog/v0.15.4.email.html new file mode 100644 index 0000000..e1d02d7 --- /dev/null +++ b/src/lib/changelog/v0.15.4.email.html @@ -0,0 +1,8 @@ +

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.

+ diff --git a/src/lib/changelog/v0.15.4.md b/src/lib/changelog/v0.15.4.md new file mode 100644 index 0000000..2fb353e --- /dev/null +++ b/src/lib/changelog/v0.15.4.md @@ -0,0 +1,34 @@ +--- +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)). + + ![Service logos are bundled and show up in the topology export dialog](/changelog/v0.15.4/topology-service-logos.png) + +## 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)). +- Fix scheduling scan plan highlight and clearing of ARP cutoff warnings, so UI states are consistent ([#560](https://github.com/scanopy/scanopy/pull/560)). +- 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 diff --git a/static/changelog/v0.15.4/.gitkeep b/static/changelog/v0.15.4/.gitkeep new file mode 100644 index 0000000..e69de29 From 2e4b0737d86e29b698e2613237fe716883f67d1b Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:27:26 -0400 Subject: [PATCH 2/2] Update v0.15.4.md --- src/lib/changelog/v0.15.4.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/changelog/v0.15.4.md b/src/lib/changelog/v0.15.4.md index 2fb353e..58764c8 100644 --- a/src/lib/changelog/v0.15.4.md +++ b/src/lib/changelog/v0.15.4.md @@ -15,8 +15,6 @@ This release focuses on improved warning clarity, smoother Docker integrations, - 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)). - ![Service logos are bundled and show up in the topology export dialog](/changelog/v0.15.4/topology-service-logos.png) - ## 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)). @@ -26,7 +24,6 @@ This release focuses on improved warning clarity, smoother Docker integrations, ## 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)). -- Fix scheduling scan plan highlight and clearing of ARP cutoff warnings, so UI states are consistent ([#560](https://github.com/scanopy/scanopy/pull/560)). - Resolve issues with RichSelect scroll fades, mobile onboarding flows, and copy button overlaps ([#566](https://github.com/scanopy/scanopy/pull/566)). ---