diff --git a/src/lib/changelog/v0.14.11.md b/src/lib/changelog/v0.14.11.md new file mode 100644 index 0000000..439c82e --- /dev/null +++ b/src/lib/changelog/v0.14.11.md @@ -0,0 +1,17 @@ +--- +version: 0.14.11 +date: 2026-03-02 +title: Improved Discovery Editing & Scheduling +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)). +- 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 + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.10...v0.14.11