You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ All notable frontend changes to DevGuard Web are documented here.
4
4
5
5
For API and backend changes see the [DevGuard CHANGELOG](https://github.com/l3montree-dev/devguard/blob/main/CHANGELOG.md).
6
6
7
+
## [v1.8.0] — 2026-07-01
8
+
9
+
### Added
10
+
11
+
-**External managed entities** — assets can be flagged as externally managed; a dedicated banner is shown for these entities and IAC/SAST findings are scoped correctly
12
+
-**Release creation** — automated release creation integrated into the CI/CD pipeline, gated to main branch or tagged runs using job tokens
13
+
-**Updated integration snippets** — setup and onboarding code snippets updated to the current scanner version
-**Onboarding comments and GitLab onboarding** — flow issues resolved
20
+
-**Welcome modal** — tour-seen state now tracked correctly
21
+
-**Card shadows and badge/font sizes** — visual regressions corrected
22
+
-**Confirm-password check** — sign-up flow now validates matching passwords with a more reliable condition
23
+
-**Instance dashboard** — large vulnerability counts no longer overflow their tile; text size adjusted
24
+
25
+
### Changed
26
+
27
+
-**Onboarding tour reworked** — tour starts automatically on first visit; onboarding cards are directly clickable; redundant "Continue" button and unnecessary back buttons removed; asset creation modal closes and resets after successful creation
28
+
-**Average open code risks / fixing time charts** — added a legend to the open code risks chart and realigned the fixing time charts
0 commit comments