File tree 6 files changed +37
-8
lines changed
6 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 7
7
<!-- Releases -->
8
8
<p >
9
9
Latest Releases: <br>
10
- <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.1 ">
11
- <img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.131.1 -x?style=plastic&label=Analysis&color=blue"></a>
10
+ <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.132.0 ">
11
+ <img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.132.0 -x?style=plastic&label=Analysis&color=blue"></a>
12
12
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.135.2">
13
13
<img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.135.2-x?label=Visualization&style=plastic&color=blue"></a>
14
14
</p >
24
24
25
25
<!-- Analysis -->
26
26
<div >
27
- <a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.131.1 ">
28
- <img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.131.1 ?label=Release%20-%20Analysis&style=plastic"></a>
27
+ <a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.132.0 ">
28
+ <img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.132.0 ?label=Release%20-%20Analysis&style=plastic"></a>
29
29
<a href="https://sonarcloud.io/dashboard?id=maibornwolff-gmbh_codecharta_analysis">
30
30
<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>
31
31
<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/)
7
7
8
8
## [ unreleased] (Added 🚀 | Changed | Removed | Fixed 🐞 | Chore 👨💻 👩💻)
9
9
10
+ ## [ 1.132.0] - 2025-03-25
11
+
10
12
### Added 🚀
11
13
12
14
- Added coverage importer for javascript and typescript [ #3989 ] ( https://github.com/MaibornWolff/codecharta/pull/3989 )
Original file line number Diff line number Diff line change 1
- currentVersion =1.131.1
1
+ currentVersion =1.132.0
2
2
org.gradle.parallel =true
3
3
org.gradle.caching =false
4
4
org.gradle.unsafe.configuration-cache =false
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/MaibornWolff/codecharta.git"
11
11
},
12
12
"name" : " codecharta-analysis" ,
13
- "version" : " 1.131.1 " ,
13
+ "version" : " 1.132.0 " ,
14
14
"engines" : {
15
15
"node" : " >=20"
16
16
},
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.132.0
11
+ ---
12
+
13
+ {{page.title}} is live and ready for [ download] ( https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.132.0 ) .
14
+ This version brings the following:
15
+
16
+ ### Added 🚀
17
+
18
+ - Added coverage importer for javascript and typescript [ #3989 ] ( https://github.com/MaibornWolff/codecharta/pull/3989 )
19
+ - Added coverage importer for java [ #3999 ] ( https://github.com/MaibornWolff/codecharta/pull/3999 )
20
+
21
+ ### Changed
22
+
23
+ - Changed to a new terminal library [ #3609 ] ( https://github.com/MaibornWolff/codecharta/pull/3609 )
24
+
25
+ ### Fixed 🐞
26
+
27
+ - Fix urls to not end in "Page not found" [ #3995 ] ( https://github.com/MaibornWolff/codecharta/issues/3995 )
You can’t perform that action at this time.
0 commit comments