v5.1.0
Release Notes
- New ergonomics for links in the BPMN, ArchiMate and State diagrams.
- New "Redraw link automatically" command on orthogonal links.
- Routing Points are now visible on links when selected.
- It is now possible to remove routing points from links.
- Fixed issues with the BPMN import/export.
- Fixed issue with XMI export of elements having links towards non-UML elements.
- Fixed issue with BPMN Data Association links unmasking.
- Fixed issues with diagram styles modifications saving.
- Fixed issue with free drawings moves.
- Fixed memory leak with diagrams thumbnails.
- Fixed issue with model component packaging when an Association has 0 or 2 navigable ends.
- Fixed issue with patterns compilation.
Packaging
- WINDOWS 10 : [Windows 10]Modelio Open Source 5.1.0 - 64.exe
- UBUNTU : [Ubuntu] modelio-open-source5.1_5.1.0_ubuntu_amd64.deb
- DEBIAN : [Debian] modelio-open-source5.1_5.1.0_amd64.deb
- RedHat/CentOS 7 : RedHatCentOS 7 modelio-open-source5.1-5.1.0.el7.x86_64.rpm
- RedHat/CentOS 8 : RedHatCentOS 8 modelio-open-source5.1-5.1.0.el8.x86_64.rpm
Specific installation instruction for Ubuntu 20 and 22
The libwebkitgtk-3.0-0 library is mandatory for modelio.
In the later versions of Ubuntu (20 or 22) this library is no more available on official repositories so it must be installed before the modelio deb package.
The following procedure has to be applied :
sudo nano /etc/apt/sources.list
Add the following line and save:
deb http://fr.archive.ubuntu.com/ubuntu bionic main universe
sudo apt-get update
sudo apt-get install libwebkitgtk-3.0-0