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
{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.139.0).
14
+
This version brings the following:
15
+
16
+
### Added 🚀
17
+
18
+
- Add new '--base-file' flag to unifiedparser and rawtextparser [#4270](https://github.com/MaibornWolff/codecharta/pull/4270)
19
+
- UnifiedParser now automatically uses `.gitignore` files for file exclusion [#4254](https://github.com/MaibornWolff/codecharta/issues/4254)
20
+
- RawTextParser now automatically uses `.gitignore` files for file exclusion [#4273](https://github.com/MaibornWolff/codecharta/issues/4273)
21
+
- Add swift support to unifiedparser [#4335](https://github.com/MaibornWolff/codecharta/issues/4335)
22
+
- Add Objective-C support to unifiedparser [#4361](https://github.com/MaibornWolff/codecharta/issues/4361)
23
+
- GitLogParser is now able to find commits that contain the word hotfixes
24
+
- Add four code smell metrics to unifiedparser [#4315](https://github.com/MaibornWolff/codecharta/issues/4315) and [#4353](https://github.com/MaibornWolff/codecharta/issues/4353)
25
+
- long function
26
+
- long parameter list
27
+
- message chains
28
+
- excessive comments
29
+
- Add comment ratio metric to unifiedparser [#4353](https://github.com/MaibornWolff/codecharta/issues/4353)
30
+
31
+
### Fixed 🐞
32
+
33
+
- Fix "rloc_per_function" metrics of unifiedparser sometimes showing too low values [#4343](https://github.com/MaibornWolff/codecharta/issues/4343)
0 commit comments