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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.3.0] - 2026-04-27
9
+
10
+
### Added
11
+
12
+
-**Dependency Proxy Configuration** — Added a Dependency Proxy settings section at the organization, project, and asset levels with rule validation and live testing functionality
13
+
-**Umami Analytics Support** — Integrated Umami analytics support for self-hosted telemetry
14
+
-**Quick Fix Improvements** — Reworked the quick fix UI with a before/after comparison, improved copy-code support, a subtle bounce animation, dotted line indicators, and dependency graph integration
15
+
-**4K character limit** on VEX rule justification input fields
16
+
17
+
### Changed
18
+
19
+
-**Config Editor** — Added tab whitespace support, save via keyboard shortcut, toast notifications on save, and package validation/parsing logic
20
+
-**Sign-In / Auth Pages** — Reworked and unified the styling of all authentication pages
21
+
-**Sign-Up Usability** — Improved contrast for UI buttons and error messages in light mode
22
+
-**VEX Rules** — `ROOT` is now displayed as "Your Application" in VEX rule path patterns
23
+
-**Custom Theming** — Several improvements to support custom theming, including a fix for the logo width on the login screen in light mode
24
+
-**Reproducible / Deterministic Builds** — Migrated to Turbopack, deterministic module IDs, and Nix-based OCI image builds
25
+
- Replaced Google Fonts with locally hosted fonts
26
+
27
+
### Fixed
28
+
29
+
- VEX rules not being displayed correctly
30
+
- VEX rules modal flashing when clicking a redirect link
31
+
- VEX rules not working for direct dependencies
32
+
- Search pagination resetting to page 1 after a search query
33
+
- Background color of the dependency graph in light mode
34
+
- Broken events in the activity stream
35
+
- Spacing in the license distribution card
36
+
- URL formatting in settings input fields
37
+
-`quickfix NO UPDATE FOR` using wrong package name
38
+
- Spacing between risk value and package name in the activity stream
0 commit comments