Skip to content

Commit 16bb54e

Browse files
committed
Updates package-json to v1.3.0, updates changelog with v1.3.0 information
1 parent e54d8ee commit 16bb54e

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
39+
840
## [1.2.0] - 2026-03-30
941

1042
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devguard-web",
3-
"version": "0.6.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)