|
| 1 | +# Release Notes v0.14.0 : Initial GUI |
| 2 | + |
| 3 | +This is the first GUI release |
| 4 | +with features for simple fault tree analysis. |
| 5 | + |
| 6 | + |
| 7 | +## Major Changes |
| 8 | + |
| 9 | +- GUI: Fault Tree Visualization (#132) |
| 10 | +- GUI: Fault Tree Construction (#133) |
| 11 | +- GUI: Analysis Configuration (#134) |
| 12 | +- GUI: Fault Tree Analysis (#135) |
| 13 | +- GUI: Probability and Importance analysis (#136) |
| 14 | + |
| 15 | + |
| 16 | +## Minor Changes |
| 17 | + |
| 18 | +- GUI: Print the Diagram/Graph (#200) |
| 19 | +- GUI: Print Preview (#205) |
| 20 | +- GUI: Export the Diagram/Graph to SVG (#201) |
| 21 | +- GUI: Transfer In/Out symbols (#191) |
| 22 | +- GUI: Start Page (#196) |
| 23 | +- GUI: Undo/Redo mechanism (#194) |
| 24 | + |
| 25 | + |
| 26 | +## Bug Fixes |
| 27 | + |
| 28 | +- GUI: Icon/Logo quality and scaling issues (#203) |
| 29 | +- Importance factors are not generated for low product order limit (#206) |
| 30 | +- LogicError: MEF Element w/ private role at model scope (#208) |
| 31 | + |
| 32 | + |
| 33 | +## Since v0.13.0 |
| 34 | + |
| 35 | +222 commits resulted in 108 files changed, 12550 insertions(+), 1072 deletions(-) |
| 36 | + |
| 37 | +- Core: 27 files changed, 985 insertions(+), 377 deletions(-) |
| 38 | +- Scripts: No change |
| 39 | +- GUI: 54 files changed, 11169 insertions(+), 450 deletions(-) |
| 40 | +- Tests: 11 files changed, 232 insertions(+), 48 deletions(-) |
| 41 | +- Documentation: 8 files changed, 72 insertions(+), 22 deletions(-) |
| 42 | +- Schemas: 1 file changed, 3 insertions(+), 139 deletions(-) |
0 commit comments