New in this release:
Improved Simulink diff reports.
- 2.5x performance improvement.
- Dialog now estimates page count, and allows the user to cancel in-progress reports.
Simulink filtering now allows nested paths and wildcards.
- Previously, DiffPlug only allowed single-keyword ignores, e.g.
Position. - Now, DiffPlug allows nested ignores, such as
GraphicalInterface/ComputedModelVersion - DiffPlug also supports wildcards, such as
SimulationSettings/*
SimulationSettings/*will ignore all children, grandchildren, etc. ofSimulationSettings- Wildcards are only supported at the entire-node level.
Sim*/SomeProp,SimulationSettings/*/Deeper, andSimulationSettings/Snapshot*are all invalid.
- Right-click a block to wildcard all of that blocktype - effectively ignoring all blocks of that type.

- Please note that this will ignore changes to these types of blocks, but not additions. There is no way to filter the addition of any kind of element.
- Previously, DiffPlug only allowed single-keyword ignores, e.g.
Fixed in this release:
- Fixed several graphical regressions in the Simulink and Stateflow viewers.
- Fixed some incompatibilities with the way that older MAT-Files encode Java objects.

