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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
### Security
26
26
- N/A
27
27
28
+
## [27.0.1] - 2026-04-18
29
+
30
+
### Added
31
+
- N/A
32
+
33
+
### Changed
34
+
- N/A
35
+
36
+
### Deprecated
37
+
- N/A
38
+
39
+
### Removed
40
+
- N/A
41
+
42
+
### Fixed
43
+
-`PlotManager.export_to_vtk()` no longer appends a `.vtk` suffix to the export path; the path is treated as a VTK export **folder** root, matching Synergy UI behavior. Uses `prepare_folder_path()` in `helper.py` to validate the path and create parent directories only.
44
+
45
+
### Security
46
+
- N/A
47
+
28
48
## [27.0.0] - 2026-01-21
29
49
30
50
### Added
@@ -170,7 +190,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
190
- Initial version aligned with Moldflow Synergy 2026.0.1
0 commit comments