Releases: OpenPonk/class-editor
Releases · OpenPonk/class-editor
nightly
isHideable is now true by default
v4.0.3
v4.0.2
- Improved compatibility with projects saved by older versions of OpenPonk
- Fixed Mac Intel build
- Improved placeholder names for empty attributes
- Check for attribute validity when loading or saving a model
v4.0.1
- Fixed abstract class names displayed cropped (names are still not in italics on Linux)
- Fixed saving and loading of projects
- Fixed image export (except of PDF export on Windows)
v4.0.0
- Added possibility to set colors of classes and associations
- Classifiers can now be placed into packages
- Fixed multiline class names
- Prevent attributes with empty names (which made them unclickable)
- Generalization self-loop no longer allowed
- Added option to switch association ends
- Added more information to the included README
- Added ability to create line waypoints
- Replaced snapping to grid with snapping to existing elements
- Inner elements now move when the owner is moved
- Reworked element resizing
- Improved image exporting; added PDF export
- Added Note and Boundary elements
- Palette can now be switched between left and right in settings
- Operation Show no longer puts all the elements on the same spot
- Added delete key shortcut
- Partial support for multiple models in project and multiple diagrams per model
- Added mac-ARM build (alpha)
- Improved Linux distro compatibility
- Improved save file dialog
- Fixed version information dialog
- Updated multiple dependencies
- Other minor fixes and improvements
v3.0.4
- Added option to zoom canvas during image export
- Added hotfix for FIT CTU PCs with user home directories on network drives
- Fixed order of association ends during loading from project file
- Abstract class names are now in italics
- OntoUML: Added option to create Material relations
v3.0.3
- updated platform-specific READMEs
- fixed display of default values
v3.0.2
- Added MacOS builds
- fixed Windows builds
- updated dependencies
- early prototype of project merging
- fixed common elements persistence
v3.0.1
Fixed visual line creation
v3.0.0
- Added basic support for multiple models in a single project
- Added support for line segmentation, dropping OP v1.x project files compatibility
- Improved label positioning
- Fixed classifier visual content overlapping
- Use OP logo on desktop in CI builds
- Moved to Pharo 9 and updated multiple dependencies, dropping Pharo 7/8 support
- Code cleanup