1.120.0
Added 🚀
- Only ask to merge results after parser suggestion execution when more than one parser was executed #3384
Changed
- Adjust console output of metric gardener importer to no longer include one line for each processed node #3386
Fixed 🐞
- Fix command not found issue for --version and --help in the analysis #3377
- Fix metric gardener importer getting stuck for large inputs #3382
- Update docs for ccsh to remove outdated parameters and unify the pages structure #3333
Chore 👨💻 👩💻
- Raise minimum required Java Version from 8 to 11 #3359
- Swap nw.js to electron for standalone execution #3373
Note for
MacOS
on M1 (Arm) architecture: You can use thex64
version, after you allow the execution of an unverified developer app. If you want to use the native Arm version you need to remove the download attributes from the app via$ xattr -cr codecharta-visualization.app
. This might requiresudo
rights.