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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,35 @@ All notable changes to this project are documented in this file.
5
5
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
7
7
8
+
## December 2025
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
+
14
+
### Fixed
15
+
16
+
- Variability: The propagation of configuration updates to referencing configurations has been improved. Due to this optimization, it needs much less CPU time now.
17
+
18
+
8
19
## November 2025
9
20
10
21
### Added
22
+
11
23
- The Maven POM now contains all bundled JARs as dependencies with `provided` scope to help with automated license and
12
24
vulnerability scanning.
13
25
14
26
### Fixed
27
+
15
28
- A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
16
29
- Added missing support for IndexExpr for the operations findFirst and forEach.
17
30
- An invalid checking rule for parameter value types of functional component instances has been removed. It was introduced by a move of IETS3.Core languages in February 2025.
18
31
32
+
19
33
## October 2025
20
34
21
35
### Added
36
+
22
37
- Variability: Some changes regarding variant configurations:
23
38
- A check has been added for duplicate names of configurations in the same container.
24
39
- 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.
@@ -31,25 +46,29 @@ The project does _not_ follow Semantic Versioning and the changes are documented
31
46
- A new intention is available to split kernelF StringLiterals into concatenation parts
32
47
33
48
### Fixed
49
+
34
50
- Improved the readability of lists by enforcing a new line when a threshold of three elements per list is exeeded.
35
51
- A DecTab bug not respecting the default value was fixed and a corresponding warning was added to warn users which default value takes precedence
36
52
- Ignored concepts of the coverage analyzer are now colored with IGNORED_COLOR.
37
53
54
+
38
55
## September 2025
39
56
40
57
### Added
58
+
41
59
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
42
60
43
61
### Fixed
62
+
44
63
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
45
64
- 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.
46
65
- 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.
47
66
48
-
49
67
### Added
50
68
51
69
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
52
70
71
+
53
72
## July 2025
54
73
55
74
### Fixed
@@ -59,6 +78,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
59
78
- Duplicated colors for PARTIAL and IGNORED
60
79
61
80
### Added
81
+
62
82
- CI tests for InterpreterCoverageAssQuery which make use use the calculated coverage data
63
83
- Solver: Add test infrastructure to ensure that errors computed by any solver are converted to editor messages properly.
64
84
- Variability: APIs for FilterParams (configuration of filter&instantiate process) and skeleton tree data structure were extended
0 commit comments