Skip to content

Release 1.102.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 12:30

[1.102.0] - 2022-08-04

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
    image
  • Add display of changed files in delta mode (changed := metric values changed or list of applied metrics
    changed) #2890
    image
  • 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 call read() #2930
  • Keep selected metrics when excluding buildings #2935
  • Update UI correctly when toggling between standard and delta mode #2937

What's Changed

New Contributors

Full Changelog: 1.101.1...1.102.0