Releases: MaibornWolff/codecharta
Releases · MaibornWolff/codecharta
1.103.5
1.103.3
1.103.1
Release 1.103.0
Release 1.102.0
[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
- 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
What's Changed
- Fix interactive usage of SonarImporter by @MW-Friedrich in #2913
- Add automatic changelog inclusion to release by @phanlezz in #2916
- Feature/2708/show changed files in delta mode by @knoffi in #2890
- Fix CHANGELOG.md entry for delta display by @MW-Friedrich in #2918
- Refactor/2318/rework custom dispatch by @shaman-apprentice in #2880
- Refactor/2318/migrate custom dispatch by @shaman-apprentice in #2924
- Refactor/2818/migrate screenshot button by @shaman-apprentice in #2919
- refactor: unify effects folder structure by @shaman-apprentice in #2925
- Tech/2538/Load gz files via url parameter by @Hall-Ma in #2917
- Update readme of csv exporter #2834 by @knoffi in #2927
- ccsh merge throws NoSuchMethodException by @phanlezz in #2930
- Refactor/2318/migrate add scenari settings by @shaman-apprentice in #2928
- remove conversion from single to multiple mode for custom configs by @Hall-Ma in #2931
- fix: recognize when a SET_FILE Action changes standard/delta mode by @shaman-apprentice in #2937
- Feature/2581/switch delta mode direction by @Hall-Ma in #2933
- fix: keep selected metrics when excluding buildings by @shaman-apprentice in #2935
New Contributors
Full Changelog: 1.101.1...1.102.0
Release 1.101.1
[1.101.1] - 2022-07-27
Chore 👨💻 👩💻
- Modify build script for GitHub pages in order to provide zipped maps.
Release 1.101.0
[1.101.0] - 2022-07-26
Added 🚀
- Transform a metric gardener json file into a code charta json file, that can be correctly visualized #2675
Changed
- Restore previous selected files when switching back from delta to standard mode #2891
- Add more metrics that can be preselected when opening a cc.json file #2907 #2908
Fixed 🐞
- Let file selection always show what is actual rendered within the map #2891
Chore 👨💻 👩💻
- Improve performance by slightly delaying node-name popups and removing unused functionality #2897
Release 1.100.0
[1.100.0] - 2022-07-12
Added 🚀
- Add a description for the statements metric #2883
Changed
- Select matching metric combination based on available metrics #2862
- Unify UI of buttons in toolbar #2857
Fixed 🐞
- Fix resetting of color range within color settings panel #2877
- Fix resetting of colors in delta mode within color settings panel #2873
- Restore global settings on page load again #2878
- Fix 'undefinded' being displayed as a metric description when no description was available #2883
- Fix windows standalone builds #2881
Chore 👨💻 👩💻
- Migrate color settings panel to Angular #2873