File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endif()
13
13
14
14
project (SCRAM)
15
15
set (SCRAM_VERSION_MAJOR 0) # Indicate major API change after 1.0.0
16
- set (SCRAM_VERSION_MINOR 14 ) # New features and improvements.
16
+ set (SCRAM_VERSION_MINOR 15 ) # New features and improvements.
17
17
set (SCRAM_VERSION_MICRO 0) # Bug fixes.
18
18
19
19
####################### Begin Options ###################
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ to identify the supported and unsupported features.
53
53
- Label
54
54
- Attributes
55
55
- Public and Private Roles
56
+ - Alignment and Phases
56
57
- Event Tree Layer
57
58
58
59
* Initiating events
Original file line number Diff line number Diff line change
1
+ # Release Notes v0.15.0 : Alignment
2
+
3
+ The release adds support for alignment
4
+ (i.e., analysis of a model over mission phases).
5
+
6
+
7
+ ## Major Changes
8
+
9
+ - Alignment, Mission, Phases (#153 )
10
+
11
+
12
+ ## Minor Changes
13
+
14
+ - GUI: Elision of long IDs and labels in diagram (#213 )
15
+
16
+
17
+ ## Bug Fixes
18
+
19
+ - GUI: QSortFilterProxyModel breaks Gate tree-table model (#214 )
20
+ - GUI: Diagram unit dimensions are coupled with character dimensions (#215 )
21
+ - GUI: SIGSEGV on exit (Windows, Wine) (#217 )
22
+
23
+
24
+ ## Since v0.14.0
25
+
26
+ 21 commits resulted in 68 files changed, 1516 insertions(+), 748 deletions(-)
27
+
28
+ - Core: 19 files changed, 620 insertions(+), 234 deletions(-)
29
+ - Scripts: 2 files changed, 97 insertions(+), 97 deletions(-)
30
+ - GUI: 9 files changed, 308 insertions(+), 305 deletions(-)
31
+ - Tests: 28 files changed, 300 insertions(+), 93 deletions(-)
32
+ - Documentation: 3 files changed, 38 insertions(+)
33
+ - Schemas: 2 files changed, 44 insertions(+)
You can’t perform that action at this time.
0 commit comments