From 735f7bcef2fd4a7890fe28c50d485c2a262deb15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 17:27:28 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.14.11 --- src/lib/changelog/v0.14.11.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/lib/changelog/v0.14.11.md diff --git a/src/lib/changelog/v0.14.11.md b/src/lib/changelog/v0.14.11.md new file mode 100644 index 0000000..f2470e4 --- /dev/null +++ b/src/lib/changelog/v0.14.11.md @@ -0,0 +1,18 @@ +--- +version: 0.14.11 +date: 2026-03-02 +title: Improved Discovery Editing & Scheduling +social_post: • Multi-tab modal for editing network discoveries\n• Weekly Sunday scheduling now default\n• Clearer discovery names, deep links, and status tags\n• Better device identification +contributors: Maya +--- + +## New Features + +- Add a multi-tab discovery edit modal with a sequential create flow, simplifying the process of editing or creating network discoveries through a streamlined, guided interface ([#7f7ba91b](https://github.com/scanopy/scanopy/commit/7f7ba91b)). +- Set new network discoveries to default to a weekly Sunday midnight schedule, reducing configuration steps and ensuring regular discovery runs by default ([#fa644d3a](https://github.com/scanopy/scanopy/commit/fa644d3a)). +- Enrich discovery names with detected network information, and add deep-linking and status tags for discoveries, making it easier to identify, navigate to, and understand the state of each discovery ([#ee230d32](https://github.com/scanopy/scanopy/commit/ee230d32)). +- Populate chassis ID from sysName and improve interface resolution using LLDP and CDP, enhancing device identification and topological accuracy in + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.10...v0.14.11 From 5da03b059a6d50837cf6f37e46cb07d4b374e889 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:41:23 -0500 Subject: [PATCH 2/2] Update v0.14.11.md --- src/lib/changelog/v0.14.11.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/changelog/v0.14.11.md b/src/lib/changelog/v0.14.11.md index f2470e4..439c82e 100644 --- a/src/lib/changelog/v0.14.11.md +++ b/src/lib/changelog/v0.14.11.md @@ -2,16 +2,15 @@ version: 0.14.11 date: 2026-03-02 title: Improved Discovery Editing & Scheduling -social_post: • Multi-tab modal for editing network discoveries\n• Weekly Sunday scheduling now default\n• Clearer discovery names, deep links, and status tags\n• Better device identification +social_post: • Multi-tab modal for editing network discoveries\n• Clearer discovery names, deep links, and status tags\n• Additional data collected from SNMP-enabled devices contributors: Maya --- ## New Features - Add a multi-tab discovery edit modal with a sequential create flow, simplifying the process of editing or creating network discoveries through a streamlined, guided interface ([#7f7ba91b](https://github.com/scanopy/scanopy/commit/7f7ba91b)). -- Set new network discoveries to default to a weekly Sunday midnight schedule, reducing configuration steps and ensuring regular discovery runs by default ([#fa644d3a](https://github.com/scanopy/scanopy/commit/fa644d3a)). - Enrich discovery names with detected network information, and add deep-linking and status tags for discoveries, making it easier to identify, navigate to, and understand the state of each discovery ([#ee230d32](https://github.com/scanopy/scanopy/commit/ee230d32)). -- Populate chassis ID from sysName and improve interface resolution using LLDP and CDP, enhancing device identification and topological accuracy in +- Populate chassis ID from sysName and improve interface resolution using LLDP and CDP, enhancing device identification and topological accuracy ---