<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scanopy Changelog</title>
    <description>Release notes and updates for Scanopy - automatic network discovery and documentation software.</description>
    <link>https://scanopy.net/changelog</link>
    <atom:link href="https://scanopy.net/feed.xml" rel="self" type="application/rss+xml"/>
    <language>en-us</language>
    <lastBuildDate>Sun, 05 Apr 2026 22:18:24 GMT</lastBuildDate>
    <image>
      <url>https://scanopy.net/scanopy-logo.webp</url>
      <title>Scanopy Changelog</title>
      <link>https://scanopy.net/changelog</link>
    </image>
    <item>
      <title>Scanopy 0.15.6: Authentication &amp; Docker Flow Updates</title>
      <link>https://scanopy.net/changelog/v0.15.6</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.6</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release focuses on clearer authentication and Docker credential flows, plus usability tweaks to topology and organization management.</p>
<h2>Improvements</h2>
<ul>
<li>Refine Docker socket proxy messages for local targets and consolidate instructions into the credential wizard, making Docker-based scans easier to set up (<a href="https://github.com/scanopy/scanopy/pull/4022fee9">#4022fee9</a>, <a href="https://github.com/scanopy/scanopy/pull/24fd7b1b">#24fd7b1b</a>, <a href="https://github.com/scanopy/scanopy/pull/af0c571f">#af0c571f</a>).</li>
<li>Rework authentication flow with clearer OIDC error messages, selectable login methods, and improved last login tracking so users can easily sign in the way they expect (<a href="https://github.com/scanopy/scanopy/pull/445d18fb">#445d18fb</a>).</li>
<li>Improve visual feedback for test results, toast messages, navigation, and text wrapping for a smoother in-app experience (<a href="https://github.com/scanopy/scanopy/pull/84435c70">#84435c70</a>, <a href="https://github.com/scanopy/scanopy/pull/5f8b25cf">#5f8b25cf</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Guard against accidental deletion of your last topology, ensuring one always remains; the delete button is now only disabled when deletion isn&#39;t allowed (<a href="https://github.com/scanopy/scanopy/pull/02c66841">#02c66841</a>, <a href="https://github.com/scanopy/scanopy/pull/4b386db1">#4b386db1</a>, <a href="https://github.com/scanopy/scanopy/pull/13a1a862">#13a1a862</a>).</li>
<li>Fix discovery and onboarding flow issues, resolving stalled scans and navigation bugs on first use (<a href="https://github.com/scanopy/scanopy/pull/762ec13c">#762ec13c</a>).</li>
<li>Fix organization deletion, allowing you to fully remove an org when needed (<a href="https://github.com/scanopy/scanopy/pull/a87fd267">#a87fd267</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.5...v0.15.6">https://github.com/scanopy/scanopy/compare/v0.15.5...v0.15.6</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.5: Expanded Fingerprinting &amp; Language Support</title>
      <link>https://scanopy.net/changelog/v0.15.5</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.5</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release improves Jenkins service detection, fixes a bug relating to Content Security Policy, and reduces /metrics cardinality for Grafana reporting.</p>
<h2>New Features</h2>
<ul>
<li>Detect Jenkins instances on HTTPS by recognizing the X-Jenkins header, making it easier to identify automation servers in your scan results (<a href="https://github.com/scanopy/scanopy/pull/579">#579</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Add OIDC authentication provider logos to the Content Security Policy, ensuring a more consistent sign-in experience for third-party authentication (<a href="https://github.com/scanopy/scanopy/pull/578">#578</a>).</li>
<li>Reduce cardinality reporting for Grafana, increasing performance and making dashboard metrics easier to interpret (<a href="https://github.com/scanopy/scanopy/pull/567">#567</a>, <a href="https://github.com/scanopy/scanopy/pull/572">#572</a>, <a href="https://github.com/scanopy/scanopy/pull/577">#577</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.4...v0.15.5">https://github.com/scanopy/scanopy/compare/v0.15.4...v0.15.5</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.4: Improved Warnings &amp; Docker Integration</title>
      <link>https://scanopy.net/changelog/v0.15.4</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.4</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release focuses on improved warning clarity, smoother Docker integrations, and mobile usability enhancements, making network exploration more reliable and approachable.</p>
<h2>New Features</h2>
<ul>
<li>Add configurable ARP scan cutoff setting, letting you control subnet size limits for large network scans (<a href="https://github.com/scanopy/scanopy/pull/560">#560</a>).</li>
<li>Introduce inline warning messages for ARP scan cutoff, now daemon-aware and clearly shown in scan dialogs (<a href="https://github.com/scanopy/scanopy/pull/560">#560</a>).</li>
<li>Bundle service logos locally for faster loading and reliable topology export (<a href="https://github.com/scanopy/scanopy/pull/558">#558</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Enhance Docker integration reliability, improving host persistence, progress reporting, and per-host deduplication for bridge networks (<a href="https://github.com/scanopy/scanopy/pull/561">#561</a>).</li>
<li>Refine connection error classification and display, offering more specific guidance when Scanopy can&#39;t reach your network (<a href="https://github.com/scanopy/scanopy/pull/563">#563</a>).</li>
<li>Simplify onboarding and troubleshooting UX for mobile users, including full-width buttons and improved visual hierarchy (<a href="https://github.com/scanopy/scanopy/pull/566">#566</a>).</li>
<li>Add scroll fade indicators and increase dropdown space so selecting subnets and services is easier (<a href="https://github.com/scanopy/scanopy/pull/563">#563</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix host creation and interface validation order, preventing failed saves in certain network setups (<a href="https://github.com/scanopy/scanopy/pull/561">#561</a>).</li>
<li>Correct export modal descriptions and checkbox styling for more readable exports (<a href="https://github.com/scanopy/scanopy/pull/558">#558</a>).</li>
<li>Resolve issues with RichSelect scroll fades, mobile onboarding flows, and copy button overlaps (<a href="https://github.com/scanopy/scanopy/pull/566">#566</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.3...v0.15.4">https://github.com/scanopy/scanopy/compare/v0.15.3...v0.15.4</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.2: Streamlined Discovery &amp; Scan Reliability</title>
      <link>https://scanopy.net/changelog/v0.15.2</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.2</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release brings a streamlined discovery workflow and better scan reliability, with improved error handling and responsive UI updates.</p>
<h2>New Features</h2>
<ul>
<li><p>Reorganize the Discovery modal with clearer tabs and workflow, making it easier to launch scans and view options (<a href="https://github.com/scanopy/scanopy/pull/195">#195</a>).</p>
<p><img src="/changelog/v0.15.2/discovery-modal-tabs.webp" alt="Discovery modal showing reorganized tabs and scan options"></p>
</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve time estimation for scanning, and add Docker probe retry logic, ensuring scans more accurately report progress and recover from temporary probe failures (<a href="https://github.com/scanopy/scanopy/pull/194">#194</a>).</li>
<li>Reduce demo data DB round-trips and update bulk deletion, allowing the demo environment to load and reset faster (<a href="https://github.com/scanopy/scanopy/pull/197">#197</a>).</li>
<li>Fix Docker proxy SSL detection, progress reporting, and credential handling for smoother Docker-based scans (<a href="https://github.com/scanopy/scanopy/pull/198">#198</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix endpoint scanning hang that could occur when scanning non-HTTP services, so all endpoints scan reliably (<a href="https://github.com/scanopy/scanopy/pull/200">#200</a>).</li>
<li>Fix JetDirect false positive detection if raw socket port probes are off, reducing inaccurate device identification (<a href="https://github.com/scanopy/scanopy/pull/201">#201</a>).</li>
<li>Fix demo data 504 errors by deleting data in bulk during reset (<a href="https://github.com/scanopy/scanopy/pull/202">#202</a>).</li>
<li>Fix three Dependabot-reported vulnerabilities for improved security (<a href="https://github.com/scanopy/scanopy/pull/204">#204</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.1...v0.15.2">https://github.com/scanopy/scanopy/compare/v0.15.1...v0.15.2</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.3: Discovery Modal Navigation Fix</title>
      <link>https://scanopy.net/changelog/v0.15.3</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.3</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>Bug Fixes</h2>
<ul>
<li>Fix credentials step in the discovery modal so users can now freely navigate between steps without getting stuck on the credentials screen (<a href="https://github.com/scanopy/scanopy/commit/7af4ffd0">#None</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.2...v0.15.3">https://github.com/scanopy/scanopy/compare/v0.15.2...v0.15.3</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.0: Flexible Scan Modes &amp; Credential Enhancements</title>
      <link>https://scanopy.net/changelog/v0.15.0</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.0</guid>
      <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release focuses on making network scanning more flexible and reliable, with powerful new scan modes and improved credential management.</p>
<h2>New Features</h2>
<ul>
<li><p>Add light scan mode, enabling you to run faster scans with minimal host probing when detailed discovery isn&#39;t required (<a href="https://github.com/scanopy/scanopy/pull/536">#536</a>).</p>
</li>
<li><p>Introduce remote Docker container scanning, letting you discover containers on hosts across your network without needing local access (<a href="https://github.com/scanopy/scanopy/pull/538">#538</a>).</p>
</li>
<li><p>Enable credential management directly within the discovery modal, allowing you to quickly assign and edit credentials right where you launch scans (<a href="https://github.com/scanopy/scanopy/pull/543">#543</a>).</p>
</li>
<li><p>Add explanatory DocHints throughout credential, discovery, and network screens to clarify scan modes, credential mapping, and recommended actions.</p>
<p><img src="/changelog/v0.15.0/modal-credential-management.webp" alt="Credential assignment and DocHints in discovery modal"></p>
</li>
<li><p>Add loopback interface support, ensuring subnets and hosts connected via loopback are accurately discovered and visualized (<a href="https://github.com/scanopy/scanopy/pull/552">#552</a>).</p>
</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Polish credential wizard and existing credential UX, making it easier to assign, update, and map credentials across tabs and network screens (<a href="https://github.com/scanopy/scanopy/pull/553">#553</a>).</li>
<li>Move Scan Info to the Details tab, present scan history and last run data more clearly, and simplify the Scan Info card when no scans are completed.</li>
<li>Improve Docker discovery reliability with smart endpoint probing and robust credential passthrough, reducing errors for proxy and bridge container setups.</li>
<li>Prefer host IP over loopback for Docker socket binding to avoid connectivity issues during network scans.</li>
<li>Clarify scan mode explanations and add scan mode visibility in scan history views so you understand what type of scan ran and when.</li>
<li>Always show credential-related tabs and remove confusing disabled &quot;delete&quot; buttons for a cleaner interface.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix host deduplication logic so loopback and SNMP hosts are properly shown without duplicates.</li>
<li>Fix Docker connection retries and dropped host-mode containers, improving scan coverage for complex Docker setups.</li>
<li>Exclude unresponsive or non-interfaced hosts from discovered counts for more accurate scan statistics.</li>
<li>Block daemon deletion if it has active sessions running, preventing accidental loss of scan progress.</li>
<li>Fix stalled session cleanup for deleted daemons.</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.19...v0.15.0">https://github.com/scanopy/scanopy/compare/v0.14.19...v0.15.0</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.15.1: Legacy Discovery Compatibility Fix</title>
      <link>https://scanopy.net/changelog/v0.15.1</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.15.1</guid>
      <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release is a quick fix that addresses compatibility issues for networks discovered with older Scanopy versions.</p>
<h2>Bug Fixes</h2>
<ul>
<li>Fix loading for legacy discovery types, ensuring older scans can be imported and visualized without errors (<a href="https://github.com/scanopy/scanopy/commit/34526e78">#34526e78</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.15.0...v0.15.1">https://github.com/scanopy/scanopy/compare/v0.15.0...v0.15.1</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.19: Guided Onboarding &amp; Topology Upgrades</title>
      <link>https://scanopy.net/changelog/v0.14.19</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.19</guid>
      <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>This release is all about making Scanopy simpler to get started with, and a lot more approachable for first-time users - with a new guided onboarding flow, improved mini topology previews, and streamlined discovery controls.</p>
<h2>New Features</h2>
<ul>
<li><p>Add guided onboarding with a sidebar checklist, helpful empty states, and a simplified homepage so new users can get oriented and track setup progress (<a href="https://github.com/scanopy/scanopy/pull/838">#838</a>).</p>
<p><img src="/changelog/v0.14.19/guided-onboarding.webp" alt="Screenshot of new onboarding checklist and homepage with empty state guidance"></p>
</li>
<li><p>Replace the static network preview with an interactive mini topology featuring a scan sweep animation, service hover highlights, and smoother interactions to give a clearer, more engaging overview of your network (<a href="https://github.com/scanopy/scanopy/pull/867">#867</a>).</p>
<p><img src="/changelog/v0.14.19/mini-topology.webp" alt="Animated mini topology network preview with interactive node cards and sweep effect"></p>
</li>
<li><p>Add enable/disable toggle switches to scheduled discovery cards, letting you easily pause or resume recurring network scans directly from the dashboard (<a href="https://github.com/scanopy/scanopy/pull/855">#855</a>).</p>
</li>
<li><p>Add progressive host reporting during discovery so you can see detected devices appear in real-time as the scan progresses (<a href="https://github.com/scanopy/scanopy/pull/879">#879</a>).</p>
</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Redesign and enhance the daemon installation and troubleshooting flows, including wider and more readable modals, clearer step-by-step prompts, and instant feedback on connection health to reduce confusion (<a href="https://github.com/scanopy/scanopy/pull/846">#846</a>, <a href="https://github.com/scanopy/scanopy/pull/849">#849</a>).</li>
<li>Overhaul onboarding empty states and sidebar UX for a smoother introduction to Scanopy features (<a href="https://github.com/scanopy/scanopy/pull/869">#869</a>).</li>
<li>Show all detected hosts in topology maps by default, and introduce tag-based filters for faster device navigation (<a href="https://github.com/scanopy/scanopy/pull/884">#884</a>).</li>
<li>Streamline troubleshooting links and UI, add external link indicators, and clean up message layout for a less cluttered experience (<a href="https://github.com/scanopy/scanopy/pull/857">#857</a>).</li>
<li>Clarify connection status and error messaging throughout the app, so it&#39;s easier to understand scan/daemon state and resolve issues (<a href="https://github.com/scanopy/scanopy/pull/871">#871</a>).</li>
<li>Make sidebar and homepage banners non-overlapping and less intrusive (<a href="https://github.com/scanopy/scanopy/pull/875">#875</a>).</li>
<li>Polish billing modals and referral prompts, making them visually consistent with the rest of the app (<a href="https://github.com/scanopy/scanopy/pull/874">#874</a>).</li>
<li>Auto-disable scheduled discoveries after repeated failures to prevent stuck jobs (<a href="https://github.com/scanopy/scanopy/pull/893">#893</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix scheduler deadlocks, discovery toggles, and cases where scheduled jobs could get stuck or not properly enable/disable (<a href="https://github.com/scanopy/scanopy/pull/891">#891</a>).</li>
<li>Fix UI issues in troubleshooting and daemon prompt modals, including text alignment and state persistence (<a href="https://github.com/scanopy/scanopy/pull/845">#845</a>, <a href="https://github.com/scanopy/scanopy/pull/847">#847</a>).</li>
<li>Fix duplicate/hidden hosts or categories in topology caused by tag filter bugs (<a href="https://github.com/scanopy/scanopy/pull/895">#895</a>).</li>
<li>Correct onboarding test feedback regressions and edge case empty state copy in discovery panel (<a href="https://github.com/scanopy/scanopy/pull/882">#882</a>).</li>
<li>Fix billing modal scroll layout and excess spacing issues (<a href="https://github.com/scanopy/scanopy/pull/878">#878</a>).</li>
<li>Make sure referral source selection updates correctly and is visible in all views (<a href="https://github.com/scanopy/scanopy/pull/872">#872</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.18...v0.14.19">https://github.com/scanopy/scanopy/compare/v0.14.18...v0.14.19</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.18: Topology Navigation &amp; Discovery Updates</title>
      <link>https://scanopy.net/changelog/v0.14.18</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.18</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add multi-select for topology view, enabling users to efficiently select and manage multiple entities at once (<a href="https://github.com/scanopy/scanopy/pull/502">#502</a>).</li>
</ul>
<p><img src="/changelog/v0.14.18/topology-multi-select.webp" alt="Topology viewer with multi-select"></p>
<ul>
<li>Add discovery time estimation with documentation link for longer-running sessions during longer operations (<a href="https://github.com/scanopy/scanopy/pull/533">#533</a>).</li>
</ul>
<p><img src="/changelog/v0.14.18/discovery-progress.webp" alt="Discovery progress indicator showing scan phases and completion status"></p>
<ul>
<li>Add discovery progress indicator to topology tab, providing real-time feedback on each discovery phase and completion status (<a href="https://github.com/scanopy/scanopy/pull/530">#530</a>).</li>
</ul>
<p><img src="/changelog/v0.14.18/topology-discovery-progress.webp" alt="Topology discovery indicator"></p>
<ul>
<li>Add topology search (ctrl/cmd + /) and keyboard shortcuts (shift + ?), enabling faster navigation and discovery of entities within large network maps (<a href="https://github.com/scanopy/scanopy/pull/522">#522</a>).</li>
</ul>
<p><img src="/changelog/v0.14.18/keyboard-shortcuts.webp" alt="Topology keyboard shortcuts"></p>
<h2>Improvements</h2>
<ul>
<li>Improve inspect panel with port listings, category tags, and enhanced tag pickers for richer and more actionable entity insights (<a href="https://github.com/scanopy/scanopy/pull/516">#516</a>).</li>
<li>Refine topology controls by using a unified panel layout, streamlining user actions for zoom, keyboard shortcuts, and navigation (<a href="https://github.com/scanopy/scanopy/pull/522">#522</a>).</li>
<li>Highlight new nodes after topology rebuild, helping users quickly identify recent additions to their network map (<a href="https://github.com/scanopy/scanopy/pull/529">#529</a>).</li>
<li>Add phase-specific hints during discovery, moving hints above progress bar to provide context-aware guidance (<a href="https://github.com/scanopy/scanopy/pull/533">#533</a>).</li>
<li>Hide advanced topology controls before first rebuild to reduce onboarding confusion (<a href="https://github.com/scanopy/scanopy/pull/529">#529</a>).</li>
<li>Add compile-time guard against permission upgrades, reinforcing security and user roles (<a href="https://github.com/scanopy/scanopy/pull/510">#510</a>).</li>
<li>Unify checkbox toggles in inspectors for consistent interaction design (<a href="https://github.com/scanopy/scanopy/pull/502">#502</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix discovery host limit bypass, ensuring user-configured limits are enforced during scans (<a href="https://github.com/scanopy/scanopy/pull/514">#514</a>).</li>
<li>Fix entity tag navigation for unfetched entities, resolving sporadic errors during card interactions (<a href="https://github.com/scanopy/scanopy/pull/515">#515</a>).</li>
<li>Fix RefreshConflictsModal missing filtered entities for improved conflict resolution feedback (<a href="https://github.com/scanopy/scanopy/pull/534">#534</a>).</li>
<li>Fix daemon retry logic on billing limit errors, ensuring robustness during edge cases (<a href="https://github.com/scanopy/scanopy/pull/514">#514</a>).</li>
<li>Guard billing email handlers against Free plan and missing payment method, preventing unwanted prompts (<a href="https://github.com/scanopy/scanopy/pull/534">#534</a>).</li>
<li>Stop creating Free subscription in Stripe on downgrade, avoiding unnecessary billing change events (<a href="https://github.com/scanopy/scanopy/pull/530">#530</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.17...v0.14.18">https://github.com/scanopy/scanopy/compare/v0.14.17...v0.14.18</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.17: Rate Limiting &amp; Onboarding UX Updates</title>
      <link>https://scanopy.net/changelog/v0.14.17</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.17</guid>
      <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li><p>Add global rate limit circuit breaker and auto-retry for HTTP 429 responses, ensuring more resilient API communication and reducing the risk of overwhelming network resources (<a href="https://github.com/scanopy/scanopy/pull/220">#220</a>).</p>
</li>
<li><p>Introduce a dedicated demo user rate limit tier, allowing smoother demo experiences without interfering with production users (<a href="https://github.com/scanopy/scanopy/pull/208">#208</a>).</p>
</li>
<li><p>Polish daemon install user experience with dynamic call-to-action (CTA) labels, confetti animation on successful installation, and auto-scroll support for improved onboarding flow (<a href="https://github.com/scanopy/scanopy/pull/205">#205</a>).</p>
<p><img src="/changelog/v0.14.17/daemon-install-ux-polish.webp" alt="Daemon install screen showing dynamic CTA and confetti after successful connection"></p>
</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Replace wizard tab navigation with a stepper pattern for a more intuitive onboarding and configuration experience (<a href="https://github.com/scanopy/scanopy/pull/210">#210</a>).</li>
<li>Improve default subnet descriptions and hide Unknown/None subnet types in labels, leading to clearer network topology representations (<a href="https://github.com/scanopy/scanopy/pull/214">#214</a>).</li>
<li>Order SNMP credentials by specificity and validate responses, increasing the chance of accurate device discovery (<a href="https://github.com/scanopy/scanopy/pull/217">#217</a>).</li>
<li>Streamline SNMP credential fallback logic, now trying both custom and &quot;public&quot; credentials for more reliable SNMP data collection (<a href="https://github.com/scanopy/scanopy/pull/219">#219</a>).</li>
<li>Pass SNMP credentials through to port scanner and validate SNMP responses, further improving device identification (<a href="https://github.com/scanopy/scanopy/pull/218">#218</a>).</li>
<li>Improve feedback and validation during daemon install, ensuring users are promptly informed about connection status (<a href="https://github.com/scanopy/scanopy/pull/205">#205</a>).</li>
<li>Use consistent &#39;organization&#39; terminology and move onboarding use case descriptions to localization (i18n), providing clarity and internationalization support (<a href="https://github.com/scanopy/scanopy/pull/212">#212</a>).</li>
<li>Add help text to onboarding organization and network fields, making it easier for new users to understand required inputs (<a href="https://github.com/scanopy/scanopy/pull/213">#213</a>).</li>
<li>Require at least one network per organization to prevent incomplete setups (<a href="https://github.com/scanopy/scanopy/pull/215">#215</a>).</li>
<li>Upgrade onboarding test feedback with improved footer CTAs, connection detection, and clearer copy (<a href="https://github.com/scanopy/scanopy/pull/211">#211</a>).</li>
<li>Deduplicate toasts on rate limit errors to prevent notification spam (<a href="https://github.com/scanopy/scanopy/pull/222">#222</a>).</li>
<li>Increase stagger to 500ms and enforce minimum 3s wait for rate limit gate, preventing drain stampede and random jitter (<a href="https://github.com/scanopy/scanopy/pull/223">#223</a>).</li>
<li>Replace wizard tab navigation with a stepper pattern for improved usability (<a href="https://github.com/scanopy/scanopy/pull/210">#210</a>).</li>
<li>Update analytics cookie consent description to reflect current usage (<a href="https://github.com/scanopy/scanopy/pull/221">#221</a>).</li>
<li>Disable analytics tracking (PostHog) for all /share/ routes to protect user privacy (<a href="https://github.com/scanopy/scanopy/pull/216">#216</a>).</li>
<li>Include reason in delete forbidden error toast, giving users clearer feedback when deletion fails (<a href="https://github.com/scanopy/scanopy/pull/224">#224</a>).</li>
<li>Make UsecaseStep component use inline warning for improved visual feedback (<a href="https://github.com/scanopy/scanopy/pull/225">#225</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix discovery sessions that could remain stuck in Starting/Started state, allowing users to more reliably launch scans (<a href="https://github.com/scanopy/scanopy/pull/202">#202</a>).</li>
<li>Fix rate limit wait time always showing 0 seconds, providing accurate feedback for users affected by rate limiting (<a href="https://github.com/scanopy/scanopy/pull/226">#226</a>).</li>
<li>Remove left-over diagnostic console logs from rate limit code, reducing unnecessary output (<a href="https://github.com/scanopy/scanopy/pull/201">#201</a>).</li>
<li>Fix analytics leaks and demo embed issues for more robust privacy management (<a href="https://github.com/scanopy/scanopy/pull/227">#227</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.16...v0.14.17">https://github.com/scanopy/scanopy/compare/v0.14.16...v0.14.17</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.16: Standalone Fixtures &amp; Interface Updates</title>
      <link>https://scanopy.net/changelog/v0.14.16</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.16</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Allow plan switching during active trial, giving users more flexibility to change subscription plans while still evaluating Scanopy features (<a href="https://github.com/scanopy/scanopy/commit/f6eda074">#f6eda074</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Rename Discovery to Scans and add an active scan indicator, making scan activity easier to monitor and terminology more intuitive throughout the interface (<a href="https://github.com/scanopy/scanopy/commit/7b27decd">#7b27decd</a>).</li>
<li>Consolidate Discovery and Daemons tabs in the sidebar for a cleaner, more organized navigation experience ([#7a8878a</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.15...v0.14.16">https://github.com/scanopy/scanopy/compare/v0.14.15...v0.14.16</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.15: Theme Selection &amp; Embed Updates</title>
      <link>https://scanopy.net/changelog/v0.14.15</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.15</guid>
      <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add light/dark mode with a three-way toggle, allowing users to select between light, dark, or system default theme for a more personalized interface experience (<a href="https://github.com/scanopy/scanopy/pull/354">#354</a>).</li>
<li>Add theme query parameter for share/embed URLs, enabling shared network maps to respect and display in the specified theme for better consistency (<a href="https://github.com/scanopy/scanopy/pull/355">#355</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve theme handling by making pre-app backgrounds and UI components fully theme-aware, ensuring a visually consistent experience in all modes (<a href="https://github.com/scanopy/scanopy/pull/355">#355</a>, <a href="https://github.com/scanopy/scanopy/pull/363">#363</a>, <a href="https://github.com/scanopy/scanopy/pull/368">#368</a>, [#372](<a href="https://github.com/scanopy/scanopy/pull/">https://github.com/scanopy/scanopy/pull/</a></li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.14...v0.14.15">https://github.com/scanopy/scanopy/compare/v0.14.14...v0.14.15</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.14: Topology Export &amp; Host Sorting</title>
      <link>https://scanopy.net/changelog/v0.14.14</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.14</guid>
      <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add topology export formats, allowing users to download network maps as SVG images or as Mermaid and Confluence markup for easy documentation and sharing (<a href="https://github.com/scanopy/scanopy/pull/f7afda6c">#494</a>).</li>
<li>Add option to sort hosts by interface IP address, making it easier to locate and organize hosts in complex networks (<a href="https://github.com/scanopy/scanopy/pull/1a4e3c47">#492</a>).</li>
<li>Introduce SCANOPY_DISABLE_PASSWORD_LOGIN option to enforce OIDC-only authentication in deployments where password-based login should be disabled (<a href="https://github.com/scanopy/scanopy/pull/a59a3d62">#487</a>).</li>
<li>Auto-standby inactive daemons after 30 days, improving resource usage and network hygiene by pausing dormant agents automatically (<a href="https://github.com/scanopy/scanopy/pull/81ff910e">#507</a>, [#510](</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.13...v0.14.14">https://github.com/scanopy/scanopy/compare/v0.14.13...v0.14.14</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.12: Entity-Tag Navigation &amp; Billing UX</title>
      <link>https://scanopy.net/changelog/v0.14.12</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.12</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add entity-reference tag interactivity, letting users click on tags to navigate related entities for a more connected exploration experience (<a href="https://github.com/scanopy/scanopy/pull/566">#566</a>, <a href="https://github.com/scanopy/scanopy/pull/627">#627</a>).</li>
<li>Introduce back navigation for entity tag links, allowing users to easily return to the previous tab or entity from deep links (<a href="https://github.com/scanopy/scanopy/pull/627">#627</a>).</li>
<li>Redesign billing plan selection UX with card layouts, a pricing simulator, and contextual highlighting, making it easier to compare and select plans (<a href="https://github.com/scanopy/scanopy/pull/643">#643</a>).</li>
<li>Add onboarding CRO (Conversion Rate Optimization) audit improvements, streamlining the first-use experience and boosting usability for new users ([#652](<a href="https://github.com/scan">https://github.com/scan</a></li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.11...v0.14.12">https://github.com/scanopy/scanopy/compare/v0.14.11...v0.14.12</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.11: Improved Discovery Editing &amp; Scheduling</title>
      <link>https://scanopy.net/changelog/v0.14.11</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.11</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>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 (<a href="https://github.com/scanopy/scanopy/commit/7f7ba91b">#7f7ba91b</a>).</li>
<li>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 (<a href="https://github.com/scanopy/scanopy/commit/ee230d32">#ee230d32</a>).</li>
<li>Populate chassis ID from sysName and improve interface resolution using LLDP and CDP, enhancing device identification and topological accuracy</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.10...v0.14.11">https://github.com/scanopy/scanopy/compare/v0.14.10...v0.14.11</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.10: Unified Upgrade Flow &amp; Setup Notes</title>
      <link>https://scanopy.net/changelog/v0.14.10</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.10</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add detailed multi-daemon note to install step, including configuration directory listings per operating system, helping users set up multiple Scanopy daemons more easily (<a href="https://github.com/scanopy/scanopy/commit/8d0cdc58">#8d0cdc58</a>).</li>
<li>Unify daemon upgrade flow to a stop/download/start process for all platforms, providing a consistent upgrade experience and reducing user confusion (<a href="https://github.com/scanopy/scanopy/commit/29ca2cb7">#29ca2cb7</a>)</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.9...v0.14.10">https://github.com/scanopy/scanopy/compare/v0.14.9...v0.14.10</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.9: Home Tab &amp; Timezone Scheduling</title>
      <link>https://scanopy.net/changelog/v0.14.9</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.9</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add Home tab as the default landing page, providing users with a centralized overview of network discovery status and quick access to key actions (<a href="https://github.com/scanopy/scanopy/pull/315">#315</a>).</li>
<li>Add timezone support for discovery scheduling, allowing users to schedule tasks according to their local time and avoid confusion with time-based rules (<a href="https://github.com/scanopy/scanopy/pull/307">#307</a>).</li>
<li>Add daemon standby status and docs-linked status tags, giving more granular visibility into</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.8...v0.14.9">https://github.com/scanopy/scanopy/compare/v0.14.8...v0.14.9</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.8: Home Tab &amp; Status Tags</title>
      <link>https://scanopy.net/changelog/v0.14.8</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.8</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add Home tab as the default landing page, providing users with a centralized overview and easier access to key actions upon opening Scanopy (<a href="https://github.com/scanopy/scanopy/pull/513">#513</a>).</li>
<li>Add daemon standby status and docs-linked status tags, enabling clearer communication of daemon states and quick access to documentation for troubleshooting (<a href="https://github.com/scanopy/scanopy/pull/513">#513</a>).</li>
<li>Add FirstGroupCreated telemetry and topology/share nudges, helping monitor user engagement and guiding new users to sharing and topology features for improved onboarding (<a href="https://github.com/scanopy/scanopy/pull/513">#513</a>).</li>
<li>Add CLI argument for accept_invalid_scan_certs and fix boolean command generation, allowing advanced users to scan networks with self-signed certificates more easily (<a href="https://github.com/scanopy/scanopy/pull/513">#513</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve daemon status tag colors and priority,</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.7...v0.14.8">https://github.com/scanopy/scanopy/compare/v0.14.7...v0.14.8</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.7: Daemon Wizard &amp; Entity Grouping</title>
      <link>https://scanopy.net/changelog/v0.14.7</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.7</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add a new step-by-step wizard modal for daemon creation, streamlining the setup process and making it easier for users to install and configure daemons across supported operating systems (<a href="https://github.com/scanopy/scanopy/pull/512">#512</a>).</li>
<li>Introduce onboarding emails for new users, including Docker discovery and interaction tips to facilitate easier and quicker setup.</li>
<li>Add monthly usage summary and trial conversion emails, enabling users to stay informed about their subscription and usage limits.</li>
<li>Add support for grouping and sorting on six entity pages, allowing users to organize and analyze network resources more efficiently.</li>
<li>Add service filtering and search capabilities to the Hosts page, improving navigation and discovery of relevant hosts and services.</li>
<li>Implement a generic modal deep-link system via URL parameters, enabling users to link directly to specific modals for improved workflow integration.</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Harden authentication by adding verification gates, OIDC email checks, improved error handling, and notifications, increasing security and usability.</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.6...v0.14.7">https://github.com/scanopy/scanopy/compare/v0.14.6...v0.14.7</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.6: Improved Onboarding &amp; Analytics</title>
      <link>https://scanopy.net/changelog/v0.14.6</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.6</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add onboarding list assignment on signup, helping new users get started more easily by automatically including them in relevant onboarding workflows (<a href="https://github.com/scanopy/scanopy/commit/ad998510">ad998510</a>).</li>
<li>Split registration into a two-step flow with OIDC auto-linking, streamlining the sign-up process and ensuring smoother authentication for users using OpenID Connect (<a href="https://github.com/scanopy/scanopy/commit/00e5c580">00e5c580</a>).</li>
<li>Replace global email blacklist with list-based consent, allowing finer-grained control over user communications and preferences (<a href="https://github.com/scanopy/scanopy/commit/a2569fab">a2569fab</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.4...v0.14.6">https://github.com/scanopy/scanopy/compare/v0.14.4...v0.14.6</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.4: Free Tier &amp; Billing Updates</title>
      <link>https://scanopy.net/changelog/v0.14.4</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.4</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add Free tier and overhaul billing system with improved onboarding, making it simpler for users to get started and manage their subscriptions (<a href="https://github.com/scanopy/scanopy/pull/491">#491</a>).</li>
<li>Add referral source and Cloud-only qualification fields to help tailor the onboarding experience and streamline account setup (<a href="https://github.com/scanopy/scanopy/pull/494">#494</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Replace HubSpot CRM and transactional email integration with Brevo for streamlined account communications and improved reliability (<a href="https://github.com/scanopy/scanopy/pull/491">#491</a>).</li>
<li>Update billing lifecycle handling for failed payments, payment method changes, and real-time subscription status, providing clearer feedback during account changes.</li>
<li>Enhance UI with billing tooltips and centralized plan restrictions for more intuitive subscription upgrades and management.</li>
<li>Refine onboarding UI and flow, removing legacy steps and simplifying network and deal</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.3...v0.14.4">https://github.com/scanopy/scanopy/compare/v0.14.3...v0.14.4</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.3: Topology Tag Filter &amp; Sync Updates</title>
      <link>https://scanopy.net/changelog/v0.14.3</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.3</guid>
      <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>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 (<a href="https://github.com/scanopy/scanopy/pull/486">#486</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix LAN subnet duplication when discovered through Docker, eliminating redundant subnet entries and improving network map clarity (<a href="https://github.com/scanopy/scanopy/pull/487">#487</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.2...v0.14.3">https://github.com/scanopy/scanopy/compare/v0.14.2...v0.14.3</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.2: SNMP Discovery &amp; Legacy Support</title>
      <link>https://scanopy.net/changelog/v0.14.2</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.2</guid>
      <pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>Improvements</h2>
<ul>
<li>Support legacy daemons (pre-v0.14.0) in ServerPoll mode, allowing organizations with older deployments to continue seamless discovery (<a href="https://github.com/scanopy/scanopy/commit/134b1290">134b1290</a>).</li>
<li>Improve test reliability by adding retries and parallel requests for logo URL verification (<a href="https://github.com/scanopy/scanopy/commit/bb83e84a">bb83e84a</a>).</li>
<li>Allow authentication endpoints in demo mode</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.1...v0.14.2">https://github.com/scanopy/scanopy/compare/v0.14.1...v0.14.2</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.1: Demo Mode &amp; Heartbeat Updates</title>
      <link>https://scanopy.net/changelog/v0.14.1</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.1</guid>
      <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>Improvements</h2>
<ul>
<li>Improve demo mode by restricting non-GET actions and updating demo data to include interface entries with neighbors, resulting in a safer and more representative demo experience (<a href="https://github.com/scanopy/scanopy/pull/322">#322</a>).</li>
<li>Restore backwards-compatible <code>/heartbeat</code> endpoint to support pre-v0.14.0 daemons, ensuring smoother upgrades and easier integration with older agent versions (<a href="https://github.com/scanopy/scanopy/pull/320">#320</a>).</li>
<li>Update demo data to include LLDP neighbor information, providing users with enhanced topology details during demo sessions (<a href="https://github.com/scanopy/scanopy/pull/324">#324</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix demo data repopulation to ensure fresh and accurate data is loaded each session, improving reliability for demo users (<a href="https://github.com/scanopy/scanopy/pull/324">#324</a>).</li>
<li>Fix server polling in test fixtures to generate correct data,</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.14.0...v0.14.1">https://github.com/scanopy/scanopy/compare/v0.14.0...v0.14.1</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.6: Internationalization &amp; Error Codes</title>
      <link>https://scanopy.net/changelog/v0.13.6</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.6</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add internationalization (i18n) support using Paraglide JS, allowing Scanopy&#39;s interface to be translated into multiple languages for a more accessible user experience (<a href="https://github.com/scanopy/scanopy/pull/441">#441</a>, <a href="https://github.com/scanopy/scanopy/pull/444">#444</a>).</li>
<li>Introduce typed error codes throughout the app to provide clearer error messages, improving troubleshooting for users (<a href="https://github.com/scanopy/scanopy/pull/441">#441</a>, <a href="https://github.com/scanopy/scanopy/pull/444">#444</a>).</li>
<li>Add integration repository messaging to user API screens, keeping users informed about available integrations and updates (<a href="https://github.com/scanopy/scanopy/pull/461">#461</a>).</li>
<li>Introduce community translation workflow by scoping Weblate integration, enabling users to contribute translations directly</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.5...v0.13.6">https://github.com/scanopy/scanopy/compare/v0.13.5...v0.13.6</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.14.0: SNMP Discovery &amp; Export Enhancements</title>
      <link>https://scanopy.net/changelog/v0.14.0</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.14.0</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add SNMP discovery support and expand SNMP credential handling, enabling richer network asset identification via SNMP and flexible credential management (<a href="https://github.com/scanopy/scanopy/pull/469">#469</a>).</li>
<li>Implement ServerPoll daemon mode specifically for DMZ deployments, supporting new network architectures (<a href="https://github.com/scanopy/scanopy/pull/465">#465</a>).</li>
<li>Add lightweight topology update endpoints, allowing faster incremental updates for improved performance and up-to-date network views (<a href="https://github.com/scanopy/scanopy/pull/468">#468</a>).</li>
<li>Add scan rate limiting and adaptive batch sizing, reducing the risk of resource exhaustion and providing smoother operation even in large networks (<a href="https://github.com/scanopy/scanopy/pull/468">#468</a>).</li>
<li>Add CSV export functionality to UI tab pages and backend endpoints for all entities, enabling easy export and sharing of network, host, and service</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.6...v0.14.0">https://github.com/scanopy/scanopy/compare/v0.13.6...v0.14.0</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.5: Email Verification &amp; Network Detection Fixes</title>
      <link>https://scanopy.net/changelog/v0.13.5</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.5</guid>
      <pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add email verification for user registration, ensuring that only validated users can access Scanopy and improving overall security (<a href="https://github.com/scanopy/scanopy/pull/456">#456</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Clean up daemon and verify-email modals for a more consistent and user-friendly interface when managing services and email verification (<a href="https://github.com/scanopy/scanopy/pull/456">#456</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix network interface detection for bridges and macvlan, allowing more accurate discovery and mapping of complex network configurations (<a href="https://github.com/scanopy/scanopy/pull/379">#379</a>).</li>
<li>Fix issue where unverified users could bypass verification via direct URL, ensuring proper access restrictions until email confirmation is complete (<a href="https://github.com/scanopy/scanopy/pull/456">#456</a>).</li>
<li>Fix build error related to rustls, improving overall build stability across platforms (<a href="https://github.com/scanopy/scanopy/pull/456">#456</a>)</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.4...v0.13.5">https://github.com/scanopy/scanopy/compare/v0.13.4...v0.13.5</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.4: Prometheus Metrics &amp; UI Fixes</title>
      <link>https://scanopy.net/changelog/v0.13.4</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.4</guid>
      <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add Prometheus metrics endpoint, enabling users to monitor Scanopy performance and network statistics through Prometheus-compatible tools (<a href="https://github.com/scanopy/scanopy/pull/453">#453</a>).</li>
<li>Introduce external service authentication for the metrics endpoint, improving security for integrations with monitoring platforms (<a href="https://github.com/scanopy/scanopy/pull/454">#454</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Load all services in the group edit modal, ensuring proper tag selection and making group management more flexible (<a href="https://github.com/scanopy/scanopy/pull/455">#455</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix various pagination, grouping, and frontend UI bugs to ensure smoother navigation and more accurate data display in network views (<a href="https://github.com/scanopy/scanopy/pull/456">#456</a>).</li>
<li>Fix server-side ordering for grouped pagination, resulting in correctly sorted lists when viewing network assets in groups (<a href="https://github.com/scanopy/scanopy/pull/450">#450</a>)</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.3...v0.13.4">https://github.com/scanopy/scanopy/compare/v0.13.3...v0.13.4</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.3: Memory Optimizations &amp; Logging Updates</title>
      <link>https://scanopy.net/changelog/v0.13.3</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.3</guid>
      <pubDate>Thu, 08 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>Improvements</h2>
<ul>
<li>Improve browser memory efficiency during network discovery by optimizing resource usage, resulting in lower RAM consumption and smoother experience for large topologies (<a href="https://github.com/scanopy/scanopy/pull/424">#424</a>).</li>
<li>Add enhanced logging to daemon interface and self-report discovery processes, making it easier for users to troubleshoot and monitor Scanopy’s activities (<a href="https://github.com/scanopy/scanopy/pull/440">#440</a>).</li>
<li>Normalize public URLs to prevent double slashes, ensuring that generated links remain valid and consistent throughout the application (<a href="https://github.com/scanopy/scanopy/pull/394">#394</a>).</li>
<li>Remove Unix-only process checks to improve Windows compatibility, allowing seamless usage on more platforms.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix pagination issues, tag selector dropdown behavior, and tag migration flaws, ensuring smooth navigation of large networks and reliable tag management (<a href="https://github.com/scanopy/scanopy/pull/440">#440</a>).</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.2...v0.13.3">https://github.com/scanopy/scanopy/compare/v0.13.2...v0.13.3</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.2: Pagination Support &amp; Onboarding Updates</title>
      <link>https://scanopy.net/changelog/v0.13.2</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.2</guid>
      <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add pagination support to all GET list endpoints, enabling users to efficiently browse and manage large amounts of data in the Scanopy API (<a href="https://github.com/scanopy/scanopy/pull/431">#431</a>).</li>
<li>Add daemon-style startup logging to the server for clearer status messages during initialization, making diagnostics easier for administrators (<a href="https://github.com/scanopy/scanopy/pull/432">#432</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve daemon onboarding experience to make initial setup more intuitive and user-friendly, reducing potential confusion during configuration (<a href="https://github.com/scanopy/scanopy/pull/401">#401</a>).</li>
<li>Migrate tags to a junction table with a generic API, simplifying tag management and increasing flexibility for future integrations (<a href="https://github.com/scanopy/scanopy/pull/387">#387</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix API documentation generation for paginated entities and move tag hydration to the service layer, ensuring documentation accuracy</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.1...v0.13.2">https://github.com/scanopy/scanopy/compare/v0.13.1...v0.13.2</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.1: Billing Automation &amp; Network Scanning</title>
      <link>https://scanopy.net/changelog/v0.13.1</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.1</guid>
      <pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Redesign ARP scanning with batch subnet scanning and streaming pipelines, increasing network discovery speed and reliability (<a href="https://github.com/scanopy/scanopy/pull/430">#430</a>).</li>
<li>Add option to use an existing API key directly in the CreateDaemonModal, offering users greater flexibility during onboarding (<a href="https://github.com/scanopy/scanopy/pull/430">#430</a>).</li>
<li>Add email lifecycle event automation in billing, enabling timely notifications and improved billing communication workflow (<a href="https://github.com/scanopy/scanopy/pull/430">#430</a>).</li>
<li>Add display of Scanopy&#39;s core value features in the billing pricing table, helping users better understand subscription benefits 
(<a href="https://github.com/scanopy/scanopy/pull/430">#430</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Clean up logs and UI copy to ensure clearer messaging and more consistent interface throughout the application ([#430](<a href="https://github.com/scanopy/scanopy/pull/">https://github.com/scanopy/scanopy/pull/</a></li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.13.0...v0.13.1">https://github.com/scanopy/scanopy/compare/v0.13.0...v0.13.1</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.13.0: API Keys and Security Enhancements</title>
      <link>https://scanopy.net/changelog/v0.13.0</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.13.0</guid>
      <pubDate>Sun, 04 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add user API keys with granular permissions and network scoping, allowing users to securely integrate Scanopy into automation workflows and restrict access as needed (<a href="https://github.com/scanopy/scanopy/pull/419">#419</a>).</li>
<li>Introduce API versioning and gate user API key creation behind billing plans, providing clearer upgrade paths and ensuring access control for premium features (<a href="https://github.com/scanopy/scanopy/pull/421">#421</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve daemon connection error handling and remove local host_id caching, resulting in more reliable network agent communication and reduced state inconsistencies (<a href="https://github.com/scanopy/scanopy/pull/421">#421</a>).</li>
<li>Persist UI sorting strategy in localStorage so users’ preferred sort order is automatically</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.12.10...v0.13.0">https://github.com/scanopy/scanopy/compare/v0.12.10...v0.13.0</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.12.8: Docker Label &amp; Bug Fixes</title>
      <link>https://scanopy.net/changelog/v0.12.8</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.12.8</guid>
      <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>Improvements</h2>
<ul>
<li>Add a label to the Docker image for Kamal deployments and fix community invite functionality, making integration and onboarding smoother for users (<a href="https://github.com/scanopy/scanopy/pull/393">#393</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix the registration environment variable handling so that disabling registration works as expected, improving control over access in managed deployments (<a href="https://github.com/scanopy/scanopy/pull/386">#386</a>).</li>
<li>Fix a bug where daemon re-registry could create duplicate hosts, ensuring network maps remain accurate and free of redundancies (<a href="https://github.com/scanopy/scanopy/pull/391">#391</a>).</li>
<li>Fix port deduplication during network discovery, preventing multiple records for the same port and resulting in cleaner host details (<a href="https://github.com/scanopy/scanopy/pull/392">#392</a>).</li>
<li>Fix the migration script for upgrading to v0.12.7+</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.12.7...v0.12.8">https://github.com/scanopy/scanopy/compare/v0.12.7...v0.12.8</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.12.9: Daemon Upgrade Guidance &amp; Versioning</title>
      <link>https://scanopy.net/changelog/v0.12.9</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.12.9</guid>
      <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Introduce daemon upgrade tip in the UI, including a modal with clear upgrade instructions, making it easier for users to keep their daemon up to date (<a href="https://github.com/scanopy/scanopy/pull/395">#395</a>).</li>
<li>Add daemon versioning support that tracks which daemon versions are supported, outdated, or deprecated, and notifies users when action is required, ensuring compatibility and reliability (<a href="https://github.com/scanopy/scanopy/pull/398">#398</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve user notifications for cloud plan tracking and trial management, including better identification for plunk events and blocking repeat trials, resulting in clearer feedback and more secure access controls (<a href="https://github.com/scanopy/scanopy/pull/399">#399</a>).</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix host edit conflict issues and allow the &quot;get all subnets&quot; handler to accept daemon authentication, improving editing reliability and access for authorized users ([#400](https</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.12.8...v0.12.9">https://github.com/scanopy/scanopy/compare/v0.12.8...v0.12.9</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.12.7: Service Detection &amp; API Upgrades</title>
      <link>https://scanopy.net/changelog/v0.12.7</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.12.7</guid>
      <pubDate>Sun, 28 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add service definitions for Forgejo, Gitea, and Frigate, expanding the range of network services Scanopy can detect and visualize (<a href="https://github.com/scanopy/scanopy/pull/377">#377</a>, <a href="https://github.com/scanopy/scanopy/pull/381">#381</a>).</li>
<li>Introduce OpenAPI specification for all API endpoints and generate frontend types directly from OpenAPI, improving API reliability and making it easier to build integrations (<a href="https://github.com/scanopy/scanopy/pull/371">#371</a>, <a href="https://github.com/scanopy/scanopy/pull/380">#380</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Update database schema to be fully relational, replacing JSON storage with dedicated tables for enhanced performance, consistency, and query capabilities (<a href="https://github.com/scanopy/scanopy/pull/371">#371</a>).</li>
<li>Replace frontend state and form libraries with TanStack, resulting in smoother UI interactions</li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.12.6...v0.12.7">https://github.com/scanopy/scanopy/compare/v0.12.6...v0.12.7</a></p>
]]></description>
    </item>
    <item>
      <title>Scanopy 0.12.5: Topology Sharing &amp; Demo Mode</title>
      <link>https://scanopy.net/changelog/v0.12.5</link>
      <guid isPermaLink="true">https://scanopy.net/changelog/v0.12.5</guid>
      <pubDate>Sun, 21 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[<h2>New Features</h2>
<ul>
<li>Add topology sharing capabilities, allowing users to share network maps via direct link or embed code, making collaboration and presentation easier (<a href="https://github.com/scanopy/scanopy/pull/345">#345</a>).</li>
<li>Introduce demo mode with login support for a demo account and dedicated host, enabling users to explore Scanopy’s features without a full setup (<a href="https://github.com/scanopy/scanopy/pull/346">#346</a>).</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Improve subnet visualization by optimizing horizontal compression and preventing overlap, resulting in clearer network maps (<a href="https://github.com/scanopy/scanopy/pull/339">#339</a>).</li>
<li>Improve error messages when daemon network IDs change, helping users better understand network mismatches (<a href="https://github.com/scanopy/scanopy/pull/342">#342</a>).</li>
<li>Persist topology settings across sessions and display more accurate interface edge labels for a consistent user experience <a href="https://github.com/scanopy/pull/342">#341</a></li>
</ul>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/scanopy/scanopy/compare/v0.12.4...v0.12.5">https://github.com/scanopy/scanopy/compare/v0.12.4...v0.12.5</a></p>
]]></description>
    </item>
  </channel>
</rss>