From 07bbcfddb3b159a4a7d31586c22803b3e8938c25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Feb 2026 04:35:51 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.14.3 --- src/lib/changelog/v0.14.3.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/lib/changelog/v0.14.3.md diff --git a/src/lib/changelog/v0.14.3.md b/src/lib/changelog/v0.14.3.md new file mode 100644 index 0000000..e3b24e1 --- /dev/null +++ b/src/lib/changelog/v0.14.3.md @@ -0,0 +1,25 @@ +--- +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• HubSpot sync limited to commercial plans/work emails\n• Cookie consent banner for HubSpot\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)). + +## Improvements + +- Filter HubSpot sync to only commercial plans and work emails, ensuring more relevant data integration and better privacy for personal users ([#466](https://github.com/scanopy/scanopy/pull/466)). +- Show cookie consent banner when HubSpot is enabled, helping users stay informed about data usage and compliance requirements ([#489](https://github.com/scanopy/scanopy/pull/489)). + +## 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)). +- Fix integrated daemon not showing in v0.14.0+, restoring discovery + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.2...v0.14.3 From b49b8d5f9a851f3447907c4305170029bc255681 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:36:48 -0500 Subject: [PATCH 2/2] Update v0.14.3.md --- src/lib/changelog/v0.14.3.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/lib/changelog/v0.14.3.md b/src/lib/changelog/v0.14.3.md index e3b24e1..52de114 100644 --- a/src/lib/changelog/v0.14.3.md +++ b/src/lib/changelog/v0.14.3.md @@ -2,7 +2,7 @@ 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• HubSpot sync limited to commercial plans/work emails\n• Cookie consent banner for HubSpot\n• Fixed subnet duplication via Docker\n• Restored integrated daemon visibility +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] --- @@ -10,15 +10,9 @@ contributors: Maya,dependabot[bot] - 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)). -## Improvements - -- Filter HubSpot sync to only commercial plans and work emails, ensuring more relevant data integration and better privacy for personal users ([#466](https://github.com/scanopy/scanopy/pull/466)). -- Show cookie consent banner when HubSpot is enabled, helping users stay informed about data usage and compliance requirements ([#489](https://github.com/scanopy/scanopy/pull/489)). - ## 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)). -- Fix integrated daemon not showing in v0.14.0+, restoring discovery ---