From ebb38397c26f79ed7287730b0994c34f80713bc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Apr 2026 15:16:37 +0000 Subject: [PATCH 1/3] docs: add release notes for v0.15.5 --- src/lib/changelog/v0.15.5.email.html | 8 ++++++++ src/lib/changelog/v0.15.5.md | 27 +++++++++++++++++++++++++++ static/changelog/v0.15.5/.gitkeep | 0 3 files changed, 35 insertions(+) create mode 100644 src/lib/changelog/v0.15.5.email.html create mode 100644 src/lib/changelog/v0.15.5.md create mode 100644 static/changelog/v0.15.5/.gitkeep diff --git a/src/lib/changelog/v0.15.5.email.html b/src/lib/changelog/v0.15.5.email.html new file mode 100644 index 0000000..bf96a86 --- /dev/null +++ b/src/lib/changelog/v0.15.5.email.html @@ -0,0 +1,8 @@ +

We're excited to share new enhancements focused on streamlining device detection and improving usability for diverse teams. This update delivers smarter scanning and expanded language options for your network management workflows.

+ +

Enjoy a more streamlined discovery process and accessible experience no matter your workflow or language.

diff --git a/src/lib/changelog/v0.15.5.md b/src/lib/changelog/v0.15.5.md new file mode 100644 index 0000000..61aac82 --- /dev/null +++ b/src/lib/changelog/v0.15.5.md @@ -0,0 +1,27 @@ +--- +version: 0.15.5 +date: 2026-04-01 +title: Expanded Fingerprinting & Language Support +social_post: • Jenkins detection via HTTPS header\n• Japanese UI translation added\n• Improved OIDC logo handling\n• Simplified Grafana cardinality reporting +contributors: Bamboocat0825,Maya,cbrun +category: B +email_subject: Easier automation detection & global UI improvements +--- + +This release focuses on broadening device fingerprinting and improving international language support. + +## New Features + +- Detect Jenkins instances on HTTPS by recognizing the X-Jenkins header, making it easier to identify automation servers in your scan results ([#579](https://github.com/scanopy/scanopy/pull/579)). +- Add Japanese translation for the user interface, enabling Japanese-speaking users to navigate Scanopy more comfortably ([#576](https://github.com/scanopy/scanopy/pull/576)). + + ![Scanopy dashboard interface in Japanese](/changelog/v0.15.5/japanese-ui.png) + +## Improvements + +- Add OIDC authentication provider logos to the Content Security Policy, ensuring a more consistent sign-in experience for third-party authentication ([#578](https://github.com/scanopy/scanopy/pull/578)). +- Reduce cardinality reporting for Grafana, increasing performance and making dashboard metrics easier to interpret ([#567](https://github.com/scanopy/scanopy/pull/567), [#572](https://github.com/scanopy/scanopy/pull/572), [#577](https://github.com/scanopy/scanopy/pull/577)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.15.4...v0.15.5 diff --git a/static/changelog/v0.15.5/.gitkeep b/static/changelog/v0.15.5/.gitkeep new file mode 100644 index 0000000..e69de29 From 0da578127738e6bd16770204cf884e2c64cb8d02 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:18:56 -0400 Subject: [PATCH 2/3] Update v0.15.5.md --- src/lib/changelog/v0.15.5.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lib/changelog/v0.15.5.md b/src/lib/changelog/v0.15.5.md index 61aac82..cc4357e 100644 --- a/src/lib/changelog/v0.15.5.md +++ b/src/lib/changelog/v0.15.5.md @@ -2,20 +2,17 @@ version: 0.15.5 date: 2026-04-01 title: Expanded Fingerprinting & Language Support -social_post: • Jenkins detection via HTTPS header\n• Japanese UI translation added\n• Improved OIDC logo handling\n• Simplified Grafana cardinality reporting +social_post: • Jenkins detection via HTTPS header\n• Improved OIDC logo handling in CSP\n• Simplified Grafana cardinality reporting contributors: Bamboocat0825,Maya,cbrun category: B email_subject: Easier automation detection & global UI improvements --- -This release focuses on broadening device fingerprinting and improving international language support. +This release improves Jenkins service detection, fixes a bug relating to Content Security Policy, and reduces /metrics cardinality for Grafana reporting. ## New Features - Detect Jenkins instances on HTTPS by recognizing the X-Jenkins header, making it easier to identify automation servers in your scan results ([#579](https://github.com/scanopy/scanopy/pull/579)). -- Add Japanese translation for the user interface, enabling Japanese-speaking users to navigate Scanopy more comfortably ([#576](https://github.com/scanopy/scanopy/pull/576)). - - ![Scanopy dashboard interface in Japanese](/changelog/v0.15.5/japanese-ui.png) ## Improvements From 0cea1f5d470f491a674b5251226012bc21725617 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:19:12 -0400 Subject: [PATCH 3/3] Change category to C in v0.15.5 changelog Updated category from B to C in changelog for v0.15.5. --- src/lib/changelog/v0.15.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/changelog/v0.15.5.md b/src/lib/changelog/v0.15.5.md index cc4357e..7371b17 100644 --- a/src/lib/changelog/v0.15.5.md +++ b/src/lib/changelog/v0.15.5.md @@ -4,7 +4,7 @@ date: 2026-04-01 title: Expanded Fingerprinting & Language Support social_post: • Jenkins detection via HTTPS header\n• Improved OIDC logo handling in CSP\n• Simplified Grafana cardinality reporting contributors: Bamboocat0825,Maya,cbrun -category: B +category: C email_subject: Easier automation detection & global UI improvements ---