File tree Expand file tree Collapse file tree 6 files changed +29
-8
lines changed
Expand file tree Collapse file tree 6 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 1111 <!-- Releases -->
1212 <p >
1313 Latest Releases: <br>
14- <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.140 .0">
15- <img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.140 .0-x?style=plastic&label=Analysis&color=blue"></a>
14+ <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.141 .0">
15+ <img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.141 .0-x?style=plastic&label=Analysis&color=blue"></a>
1616 <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.141.1">
1717 <img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.141.1-x?label=Visualization&style=plastic&color=blue"></a>
1818 </p >
2828
2929 <!-- Analysis -->
3030 <div >
31- <a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.140 .0">
32- <img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.140 .0?label=Release%20-%20Analysis&style=plastic"></a>
31+ <a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.141 .0">
32+ <img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.141 .0?label=Release%20-%20Analysis&style=plastic"></a>
3333 <a href="https://sonarcloud.io/dashboard?id=maibornwolff-gmbh_codecharta_analysis">
3434 <img alt="Quality Gate Analysis" src="https://img.shields.io/sonar/quality_gate/maibornwolff-gmbh_codecharta_analysis/main?server=https%3A%2F%2Fsonarcloud.io&label=Quality%20Gate%20Analysis&style=plastic"></a>
3535 <a href="https://sonarcloud.io/project/activity?id=maibornwolff-gmbh_codecharta_analysis&graph=coverage">
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
77
88## [ unreleased] (Added 🚀 | Changed | Removed | Fixed 🐞 | Chore 👨💻 👩💻)
99
10+ ## [ 1.141.0] - 2026-02-27
11+
1012### Added 🚀
1113
1214- Add DependaChartaImporter to import code-level dependency data from ` .dc.json ` files as edge metrics
Original file line number Diff line number Diff line change 1- currentVersion =1.140 .0
1+ currentVersion =1.141 .0
22org.gradle.parallel =true
33org.gradle.caching =false
44org.gradle.unsafe.configuration-cache =false
Original file line number Diff line number Diff line change 1010 "url" : " https://github.com/MaibornWolff/codecharta.git"
1111 },
1212 "name" : " codecharta-analysis" ,
13- "version" : " 1.140 .0" ,
13+ "version" : " 1.141 .0" ,
1414 "engines" : {
1515 "node" : " >=20"
1616 },
Original file line number Diff line number Diff line change 1+ ---
2+ categories :
3+ - Release
4+ - Release-Analysis
5+ tags :
6+ - gh-pages
7+ - release
8+ - analysis
9+
10+ title : Analysis version 1.141.0
11+ ---
12+
13+ {{page.title}} is live and ready for [ download] ( https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.141.0 ) .
14+ This version brings the following:
15+
16+ ### Added 🚀
17+
18+ - Add DependaChartaImporter to import code-level dependency data from ` .dc.json ` files as edge metrics
19+ - Add local changes detection to UnifiedParser and RawTextParser to selectively re-analyze only files changed since the upstream branch
You can’t perform that action at this time.
0 commit comments