Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/lib/changelog/v0.15.6.email.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<p>We've made Scanopy easier and more intuitive with improved credential handling and reminders, authentication clarity, and usability fixes. Here’s how this release helps streamline your network mapping workflows:</p>
<ul>
<li><strong>Simpler Docker scan setup:</strong> Consolidated proxy instructions in the credential wizard reduce confusion and let you start local Docker scans faster.</li>
<li><strong>Clearer sign-in experience:</strong> New login method selector and better error messages mean fewer authentication hiccups, especially with OIDC providers.</li>
<li><strong>Safer topology management:</strong> Accidental deletion of your last topology is prevented, ensuring your maps always stay protected.</li>
<li><strong>Smoother onboarding:</strong> Discovery flows and navigation after first setup are now more reliable, minimizing stalls and missteps.</li>
<li><strong>Visual feedback improvements:</strong> Enhanced test results, toast messages, and layout tweaks make in-app actions feel more responsive and readable.</li>
</ul>
32 changes: 32 additions & 0 deletions src/lib/changelog/v0.15.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
version: 0.15.6
date: 2026-04-02
title: Authentication & Docker Flow Updates
social_post: • Clearer Docker credential setup and proxy guidance\n• Improved authentication flow with selectable login methods\n• Usability enhancements and bug fixes for topology and organization management
contributors: Maya
category: B
email_subject: Easier authentication and Docker setup in Scanopy
---

This release focuses on clearer authentication and Docker credential flows, plus usability tweaks to topology and organization management.

## Improvements

- Refine Docker socket proxy messages for local targets and consolidate instructions into the credential wizard, making Docker-based scans easier to set up ([#4022fee9](https://github.com/scanopy/scanopy/pull/4022fee9), [#24fd7b1b](https://github.com/scanopy/scanopy/pull/24fd7b1b), [#af0c571f](https://github.com/scanopy/scanopy/pull/af0c571f)).
- 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 ([#445d18fb](https://github.com/scanopy/scanopy/pull/445d18fb)).
- Improve visual feedback for test results, toast messages, navigation, and text wrapping for a smoother in-app experience ([#84435c70](https://github.com/scanopy/scanopy/pull/84435c70), [#5f8b25cf](https://github.com/scanopy/scanopy/pull/5f8b25cf)).

## Bug Fixes

- Guard against accidental deletion of your last topology, ensuring one always remains; the delete button is now only disabled when deletion isn't allowed ([#02c66841](https://github.com/scanopy/scanopy/pull/02c66841), [#4b386db1](https://github.com/scanopy/scanopy/pull/4b386db1), [#13a1a862](https://github.com/scanopy/scanopy/pull/13a1a862)).
- Fix discovery and onboarding flow issues, resolving stalled scans and navigation bugs on first use ([#762ec13c](https://github.com/scanopy/scanopy/pull/762ec13c)).
- Fix organization deletion, allowing you to fully remove an org when needed ([#a87fd267](https://github.com/scanopy/scanopy/pull/a87fd267)).

---

![Credential wizard showing Docker proxy guidance for localhost scans](/changelog/v0.15.6/docker-proxy-wizard.png)
![Login method selector with OIDC and last-used provider labels](/changelog/v0.15.6/login-selector.png)

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.15.5...v0.15.6
Empty file.
Loading