Released on March 26th, 2025.
Modeler
Features
- (visualization) Add a setting (
interactiveZoomReversedDirection) to reverse the direction of the interactive zoom (activated by the scroll wheel when the mouse pointer is over the visualization) - (ui) Clarify the names and descriptions of commands and settings
Bugfixes
- (visualization) Fix not visualizing files inside folders whose names end with
sysmlorkerml - (visualization) Support visualization of larger files
- (visualization) Report an error when the file is too large to be visualized instead of crashing
- (startup) If operating system rejects the certificate of the Tom Sawyer license server, use custom validation
- (startup) If cannot resolve the IP address of the Tom Sawyer license server using the default DNS, use Googleβs public DNS instead
- (startup) If cannot reach the Tom Sawyer license server via HTTPS, try reaching it via HTTP
Automator
Features
- (document) Add
versionthat tracks source and sema versions - (executor) Add
num_workersto query the number of worker threads - (ioschedule) Do not load sources from duplicate URLs
- (document) Add method to change document tier after construction
- (schedule) Add option to disable validation on documents from external libraries
- (ioschedule) [breaking] Add
tieroption when adding files and propagate it through callback - (
python) Add syside.previewmodule with proposal for an upcoming higher-levelModelAPI
Bugfixes
- (fs) Normalize paths in
make_file_url, usefile:instead offile://for relative paths - (fs) Fix crash when attempting to read empty
mmappedfiles - (serde) Constrain all non-derived duplicate attribute names to only be used with certain element types
Documentation
- (
python) Small tweak to the documentation of syside.json.loads