Releases: tukcps/SysMD
Releases · tukcps/SysMD
Release list
v4.2.5 - UI fixes for 4.2.4
- Fix: Editor has some ugly behavior in specitic cases
- Fix: closing app possible without warning when changes exist
v4.2.4
Realease with many updates, fixes, extensions.
UI:
- Files are now selected below project; tabs only show a file and can be closed to handle bigger projects.
- Improved layout of dialogs.
- Fix: editor does not scroll if at end of window ...
- Fix: editor crashes if file rename is open , that file deleted, and then selected rename-open ok is chosen.
- Fix: Links to files fixed.
- Fix: Click on error in issue board opens tab with file and navigates, after 2nd click, to error.
- Many other issues fixed.
Parser:
- verification supported
- Bugfixes
Internal
- API cleanup between UI and other application
REST
- !Changes in REST API for web-frontend to match with internal API cleanup!
Tutorial and Kickstart updated.
v4.2.3
- Many compiler updates, improved standard coverage
- Updated tutorial
- Bugfixes in UI, etc.
v4.2.2
Updates to the SysML v2 parser. Not yet generates code/abstract rep. or constraints, but parse so far.
- variation
- flow
- state (fixes, extensions)
- ...
- Quantities added for information
v4.2.1
Some fixes and small additions in tutorials.
v4.2.0
- Improved compliance with standard
- In particular new expression parser following standard
- Start of solver API
- Start of dispatcher for function and operator overloading
v4.1.6
Bugfixes, refreshed UI.
Most work goes into next version 4.2 -- with
- compatibility updates for expressions/kerml,
- more use af standard libraries,
- solver api, etc.
on the roster.
v4.1.5
Fix: build with gradle automatically downloads suitable jvm if not installed (hence, gradlew bootRun , gradlew ... work even without pre-installed java virtual machine)
Fix: hint in README on required relaxed security settings for using installer
Extension: Abstract representation classes for expressions added
v4.1.4
Improved SysML v2 & KerML compiler, error reporting in UI
v4.1.3
- Improved compatibility (ISQ library)
- Added support for unioning, differencing of types in KerML
- Bugfixes