Skip to content

Commit 06b9815

Browse files
committed
updates changelog
1 parent 903ca60 commit 06b9815

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.2.0] - 2026-03-30
9+
10+
### Added
11+
12+
- **Organization dashboard** with comprehensive analytics: risk history chart, vulnerability detection & remediation trends, ecosystem distribution, average remediation times, most used components/CVEs, open vulnerabilities per severity, average dependency age, and code risk statistics
13+
- **Organization structure view** with expandable sections linking to respective pages
14+
- **Code editor component** with TOML support for editing configuration files
15+
- **Configuration files section** in asset and project settings with a dedicated `ConfigFileEditor` (supports Checkov and other config formats)
16+
- **Sorting feature** for project and organization pages with dropdown menu and direction toggle
17+
- **SSO provider improvements**: new `OrySsoRoot` component, SSO provider icons, improved `OrySsoButton` and `OrySsoSettings` for better accessibility
18+
- **Organization deletion** with confirmation dialog
19+
- Nix ecosystem image support
20+
- Breadcrumbs to configuration settings pages
21+
- IDs to dependency graph nodes for better referencing
22+
- Checkov config file added to default configuration options
23+
24+
### Fixed
25+
26+
- Colors in risk assessment feed
27+
- VEX rule creation
28+
- Sorting behavior and URL parameter handling ([#1811](https://github.com/l3montree-dev/devguard/issues/1811), [#1828](https://github.com/l3montree-dev/devguard/issues/1828))
29+
- Validation handling in `CodeEditor` and `ConfigFileEditor` components
30+
- Editor value reset when config file is not available; save button state logic
31+
- Chart handling improvements in org overview
32+
33+
## [1.1.0] - previous release
34+
35+
<!-- add notes for 1.1.0 here if needed -->

0 commit comments

Comments
 (0)