Skip to content

Releases: MaibornWolff/codecharta

1.113.0

15 Dec 15:21
Compare
Choose a tag to compare

Changed

  • The Custom Views Feature is now also available outside the Experimental Feature Mode #3079

    image
  • Please note that the functionality of downloading cc.json maps will no longer be supported from April 2023. Instead, use the Custom View feature to create and share configurations for different views of your map. #3079
  • Change tooltips in the legend to show the metric description #3162

    image

Chore 👨‍💻 👩‍💻

  • Improve metric titles by loading them from cc.json #3162
  • Add attribute descriptors to SoureCodeParser #3166

1.112.1

01 Dec 16:05
Compare
Choose a tag to compare

Fixed 🐞

  • Reverted PR #3077 that introduced a rendering bug, where buildings sizes were not proportional to their area value #3159

Chore 👨‍💻 👩‍💻

  • Add attribute descriptors to SonarImporter #3149
  • Add title field to attribute descriptors #3158

1.112.0

25 Nov 09:30
Compare
Choose a tag to compare

Added 🚀

  • New calculation algorithm for treeMap that accounts for paddings and floor labels #3077

Fixed 🐞

  • Fix ribbon-bar shadow moving down when search is expanded #3138
  • Fix loading errors of maps containing no programming-language-info #3144

Chore 👨‍💻 👩‍💻

  • Documentation for new treeMap calculation algorithm #3077
  • Add attribute descriptors (metric descriptions) to some filters and importers #3091

1.111.0

17 Nov 14:01
Compare
Choose a tag to compare

Added 🚀

  • Add description to every Custom View #3119

    image
  • Highlight files and folders with no area metric or an area metric value of zero in the search panel #3126

Changed

  • Be aware, that all Custom Views generated with version 1.110.0 or older will be unusable by April 2023 #3119

Fixed 🐞

  • Fix Node Context-Menu in Map Tree View opening multiple times #3135
  • Fix crashing on focusing or hovering un-rendered buildings #3123
  • Fix showing changelog entries in the dialog when a new version is available #3123

Chore 👨‍💻 👩‍💻

  • Update supported latest browsers #3125
  • Split e2e and unit test configs #3128

1.110.0

04 Nov 13:00
Compare
Choose a tag to compare

Changed

  • Custom Views are now applicable even if maps or mode are different. Missing maps or map selection mode is displayed in the tooltip #3090
  • Be aware, that all Custom Views generated with version 1.109.1 or older will be unusable by April 2023 #3105

Fixed 🐞

  • Fix broken link to Custom View documentation #3101
  • Don't re-center map after every state change like changing area metric #3109

Chore 👨‍💻 👩‍💻

  • Adjust Custom View API and maintain old Custom Views until April 2023 #3105
  • Migrate codeMap.render.service, codeMap.label.service, codeMap.mouseEvent.service, codeMap.arrow.service, codeCharta.service, sharpnessMode.service, isLoadingFile.service, scaling.service and experimentalFeaturesEnabled.service to Angular #3094
  • Extract tree map size into a const as this is never changed 3098
  • Migrate markedPackages.service, edges.service, blacklist.service, files.service and injector.service 3106
  • Refactor out LoadInitialFileService and fix with it loose Promise in tests #3110
  • Migrate codeCharta.component, storeService.service and remove AngularJS dual boot from bootstrapping #3114
  • Remove obsolete AngularJS dependencies #3115

1.109.1

12 Oct 15:17
Compare
Choose a tag to compare

Fixed 🐞

  • Fix broken links on new GitHub Page 'Docker Containers' #3089

1.109.0

12 Oct 11:57
Compare
Choose a tag to compare

Added 🚀

  • Add description and documentation to Custom View modal #3085
  • Add a new button that links the height metric to the color metric so that the colour metric is automatically set to
    the selected height metric #3058

    image

    image

Fixed 🐞

  • Fix interactive GitLogParser using wrong dialogue with repo-scan subcommand #3073
  • Fix CodeCharta Analysis container exiting when detached #3062
  • Fix CodeCharta Analysis container not coming with the sonar-scanner pre-installed #3062
  • Rerender immediately after marking a folder with a color #3067
  • Clicking the 'reset height metric settings' button resets the number of top labels to the dynamic default value #3066
  • Unfocus nodes when changing selected files, which prevents the app from crashing #3072

Chore 👨‍💻 👩‍💻

  • Update Docker Publish Action in Release Pipeline #3060
  • Write documentation for docker containers #3063
  • Migrate isAttributeSideBarVisible.service, threeScene.service, threeCamera.service and threeStats.service to Angular #3068
  • Migrate dialog.service to Angular #3070
  • Migrate FocusedNodePathService, LayoutAlgorithmService, ThreeOrbitControlsService and ThreeViewerService to Angular #3072
  • Migrate updateAttributeTypes.service to Angular #3082

1.108.1

29 Sep 08:45
Compare
Choose a tag to compare

[1.108.1] - 2022-09-29

Added 🚀

  • Add new Analysis docker container, together with a docker-compose file that contains analysis, visualization and a SonarQube instance #3057

Removed 🗑

  • remove outdated Crococosmo, Understand and Jasome Importer from Analysis including its documentation #3053

1.107.0

27 Sep 10:47
Compare
Choose a tag to compare

Added 🚀

  • Add subcommand to GitLogParser to run necessary git commands automatically #3041

Changed

  • Change default behaviour of GitLogParser to use new subcommands #3041
  • Set default value for displaying labels 1 per 100 buildings with a maximum of 10 labels #3046

Fixed 🐞

  • Uncheck the box when 'reset invert height' icon is clicked #3048
  • Update ReadMe and GitHub pages for MetricGardener #3045

Chore 👨‍💻 👩‍💻

  • Migrate codeMap.component to Angular with minor internal improvements #3049
  • Remove threeUpdateCycle.service #3050
  • Migrate metricData.service, edgeMetric.service, nodeMetricData.service and edgeMetricData.service to Angular #3051
  • Migrate threeRenderer.service to Angular #3052

1.106.1

20 Sep 12:26
Compare
Choose a tag to compare

Fixed 🐞

  • CC-JSON Files not loaded on Safari browser #3042
  • Show loading spinners while loading a file #2980
  • Prevent clicking on not opened metric options in ribbon bar #3029
  • Set cursor to pointer on color settings panel of delta mode #3029

Chore 👨‍💻 👩‍💻

  • Throttle rendering and migrate codeMap.preRender.service to Angular #2980