-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4eebdd
commit 0af717c
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
org.projectusus.documentation/Release Notes/ReleaseNotes_0.7.8.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Usus 0.7.8 Release Notes | ||
|
||
## New Features | ||
|
||
A checkbox that allows to visualize coupling of packages by edge saturation has been added to the Usus package graph. | ||
|
||
![highlight_strong_connections](https://cloud.githubusercontent.com/assets/9162198/9831219/06ec9534-594e-11e5-9173-4f6340c7035a.png) | ||
|
||
Bright red indicates strong coupling, while salmon and gray edges mean lower coupling, suggesting package dependencies that could be removed to quickly break cyclic dependencies. In addition, the differing saturation helps in following edges through a cluttered graph such as shown in the above example. | ||
|
||
## Feedback | ||
|
||
Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: <https://github.com/usus/usus-plugins/issues> |