diff --git a/src/lib/changelog/v0.14.3.md b/src/lib/changelog/v0.14.3.md new file mode 100644 index 0000000..52de114 --- /dev/null +++ b/src/lib/changelog/v0.14.3.md @@ -0,0 +1,19 @@ +--- +version: 0.14.3 +date: 2026-02-04 +title: Topology Tag Filter & Sync Updates +social_post: • Filter hosts, services, and subnets by tags in network map\n• Fixed subnet duplication via Docker\n• Restored integrated daemon visibility +contributors: Maya,dependabot[bot] +--- + +## New Features + +- Add topology tag filter for hosts, services, and subnets, enabling users to quickly find and focus on elements matching specific tags within their network map ([#486](https://github.com/scanopy/scanopy/pull/486)). + +## Bug Fixes + +- Fix LAN subnet duplication when discovered through Docker, eliminating redundant subnet entries and improving network map clarity ([#487](https://github.com/scanopy/scanopy/pull/487)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.2...v0.14.3