codecharta-analysis
Advanced tools
Comparing version 1.55.0 to 1.56.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.55.0", | ||
"version": "1.56.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
# Change Log | ||
# Change Log | ||
@@ -20,2 +20,19 @@ All notable changes to this project will be documented in this file. | ||
## [1.56.0] - 2020-09-04 | ||
### Added 🚀 | ||
### Changed | ||
### Removed 🗑 | ||
### Fixed 🐞 | ||
- Improve performance when switching to multiple or delta mode when edges are available | ||
- Scenario with EdgeMetric is only appliable when EdgeMetric is existing for the Map #1201 | ||
- Starting standalone version results in infinite loading loop #1202 | ||
- Expanded metric selection will close when clicking anywhere outside of that selection #1036 | ||
### Chore 👨💻 👩💻 | ||
## [1.55.0] - 2020-08-28 | ||
@@ -36,2 +53,3 @@ | ||
- Number of incoming and outgoing edges not visible when hovering over a node #1095 | ||
- Highlighting buildings in multiple mode now works #956 | ||
@@ -38,0 +56,0 @@ ### Chore 👨💻 👩💻 |
@@ -72,2 +72,6 @@ # CodeCharta analysis | ||
> ./bin/ccsh -h | ||
- Activate Bash (TAB) Autocompletion for ccsh command: | ||
> source <(./bin/ccsh generate-completion) | ||
- Enter `ccsh` and press `TAB` to see available commands | ||
- Enter `ccsh <ANY-COMMAND> -` and press `TAB` to see available parameters | ||
@@ -74,0 +78,0 @@ ## Build |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45367312