You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ The project does _not_ follow Semantic Versioning and the changes are documented
7
7
8
8
## December 2025
9
9
10
+
### Added
11
+
12
+
- Variability: The intention "Update all configurations" for feature models has been improved: Now a modal dialog with a progress bar and some additional information is shown. The process is now completely sequential, improving stability. Moreover, there is some timing output in the log. Finally, performance has been improved by postponing the event handling for all changes to the involved models.
13
+
10
14
### Fixed
11
15
12
16
- Variability: The propagation of configuration updates to referencing configurations has been improved. Due to this optimization, it needs much less CPU time now.
@@ -33,6 +37,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
33
37
## October 2025
34
38
35
39
### Added
40
+
36
41
- Variability: Some changes regarding variant configurations:
37
42
- A check has been added for duplicate names of configurations in the same container.
38
43
- Configurations might become inconsistent due to errors during manual conflict merges. A couple of model checks have been added to detect this. Additionally, there are quickfixes to fix such errors.
@@ -45,25 +50,29 @@ The project does _not_ follow Semantic Versioning and the changes are documented
45
50
- A new intention is available to split kernelF StringLiterals into concatenation parts
46
51
47
52
### Fixed
53
+
48
54
- Improved the readability of lists by enforcing a new line when a threshold of three elements per list is exeeded.
49
55
- A DecTab bug not respecting the default value was fixed and a corresponding warning was added to warn users which default value takes precedence
50
56
- Ignored concepts of the coverage analyzer are now colored with IGNORED_COLOR.
51
57
58
+
52
59
## September 2025
53
60
54
61
### Added
62
+
55
63
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
56
64
57
65
### Fixed
66
+
58
67
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
59
68
- Variability: For feature attributes, the inspector in the configuration editor shows the current value of the attribute and what caused this value (manual input by user, default, forced by tool, etc). This assignment cause is read-only now. An intention is added to manually set it to 'manual' state.
60
69
- Variability: In the configuration editor, pressing Return/Enter anywhere will create an empty line after the configuration. Pressing Shift-Return/Enter on the header line of a configuration will create an empty line before the configuration.
61
70
62
-
63
71
### Added
64
72
65
73
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
66
74
75
+
67
76
## July 2025
68
77
69
78
### Fixed
@@ -73,6 +82,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
73
82
- Duplicated colors for PARTIAL and IGNORED
74
83
75
84
### Added
85
+
76
86
- CI tests for InterpreterCoverageAssQuery which make use use the calculated coverage data
77
87
- Solver: Add test infrastructure to ensure that errors computed by any solver are converted to editor messages properly.
78
88
- Variability: APIs for FilterParams (configuration of filter&instantiate process) and skeleton tree data structure were extended
0 commit comments