From d5ddb6e993c3fd66f8b6b5466cc83354a35c730a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 17:21:25 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.14.9 --- src/lib/changelog/v0.14.9.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/lib/changelog/v0.14.9.md diff --git a/src/lib/changelog/v0.14.9.md b/src/lib/changelog/v0.14.9.md new file mode 100644 index 0000000..e1941ae --- /dev/null +++ b/src/lib/changelog/v0.14.9.md @@ -0,0 +1,21 @@ +--- +version: 0.14.9 +date: 2026-02-28 +title: Home Tab & Timezone Scheduling +social_post: • Home tab now gives a central overview and access to key actions\n• Schedule discovery by local timezone\n• Faster Windows ARP scans via SendARP\n• Honeypot field added for bot prevention\n• Daemon standby and detailed status tags +contributors: Chris,Denis Gravel,Fabian Thomys,MDHMatt,Matt Manjos,Matthias Petschuch,Maya,Maya Ferrandiz,Michelfrancis Bustillos,MichelfrancisBustillos,MidG971,Ryan Winter,Stefan Matić,Sylvain G. - Vscode,Sylvain Goubaud,TheShadowEevee,WildEchoWanderer,Zarakkas,arch Cloud User,dependabot[bot],mf,sinsky,vhsdream +--- + +# Scanopy v0.14.9 Release Notes + +## New Features + +- Add Home tab as the default landing page, providing users with a centralized overview of network discovery status and quick access to key actions ([#315](https://github.com/scanopy/scanopy/pull/315)). +- Add timezone support for discovery scheduling, allowing users to schedule tasks according to their local time and avoid confusion with time-based rules ([#307](https://github.com/scanopy/scanopy/pull/307)). +- Add SendARP streaming support for Windows ARP scanning, enabling faster and more reliable network discovery on Windows systems ([#243](https://github.com/scanopy/scanopy/pull/243)). +- Add honeypot field to registration to block bots, enhancing security and reducing spam account creation ([#255](https://github.com/scanopy/scanopy/pull/255)). +- Add daemon standby status and docs-linked status tags, giving more granular visibility into + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.8...v0.14.9 From b6cc8be34679ae11e313adc369b248ff0f85b0cf Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Sat, 28 Feb 2026 12:32:21 -0500 Subject: [PATCH 2/2] Update v0.14.9.md --- src/lib/changelog/v0.14.9.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lib/changelog/v0.14.9.md b/src/lib/changelog/v0.14.9.md index e1941ae..7fa0f17 100644 --- a/src/lib/changelog/v0.14.9.md +++ b/src/lib/changelog/v0.14.9.md @@ -2,8 +2,8 @@ version: 0.14.9 date: 2026-02-28 title: Home Tab & Timezone Scheduling -social_post: • Home tab now gives a central overview and access to key actions\n• Schedule discovery by local timezone\n• Faster Windows ARP scans via SendARP\n• Honeypot field added for bot prevention\n• Daemon standby and detailed status tags -contributors: Chris,Denis Gravel,Fabian Thomys,MDHMatt,Matt Manjos,Matthias Petschuch,Maya,Maya Ferrandiz,Michelfrancis Bustillos,MichelfrancisBustillos,MidG971,Ryan Winter,Stefan Matić,Sylvain G. - Vscode,Sylvain Goubaud,TheShadowEevee,WildEchoWanderer,Zarakkas,arch Cloud User,dependabot[bot],mf,sinsky,vhsdream +social_post: • Home tab now gives a central overview and access to key actions\n• Schedule discovery by local timezone\n• Daemon standby and detailed status tags +contributors: Maya --- # Scanopy v0.14.9 Release Notes @@ -12,8 +12,6 @@ contributors: Chris,Denis Gravel,Fabian Thomys,MDHMatt,Matt Manjos,Matthias Pets - Add Home tab as the default landing page, providing users with a centralized overview of network discovery status and quick access to key actions ([#315](https://github.com/scanopy/scanopy/pull/315)). - Add timezone support for discovery scheduling, allowing users to schedule tasks according to their local time and avoid confusion with time-based rules ([#307](https://github.com/scanopy/scanopy/pull/307)). -- Add SendARP streaming support for Windows ARP scanning, enabling faster and more reliable network discovery on Windows systems ([#243](https://github.com/scanopy/scanopy/pull/243)). -- Add honeypot field to registration to block bots, enhancing security and reducing spam account creation ([#255](https://github.com/scanopy/scanopy/pull/255)). - Add daemon standby status and docs-linked status tags, giving more granular visibility into ---