1.102.0
1.102.0 is live and ready for download. This version brings the following:
Changed
- Changed storing format for camera position within custom views and scenarios. Loading of created custom views or scenarios in old format will stop working in 2023 2880
- Add error messages for the user to “Add Scenario Dialog” #2928
Added 🚀
- Switch reference and comparison file by button click in delta mode #2933
- Add display of changed files in delta mode (changed := metric values changed or list of applied metrics changed) #2890
- Load compressed files (cc.json.gz) via URL parameter #2917
Fixed 🐞
- Fix SonarImporter requesting no metrics from SonarQube when the list of metrics was left empty #2913
- Exclude edge metrics from custom scenarios, when there are no edge metrics available. Before it was impossible to apply those custom configs #2928
- Fix of NoSuchMethodException due to a call of method
readNBytes()
that is not available in Java 9 with replacement callread()
#2930 - Keep selected metrics when excluding buildings #2935
- Update UI correctly when toggling between standard and delta mode #2937