Release 1.1.0
sailingKieler
released this
02 Apr 09:07
·
717 commits
to master
since this release
The second release of KLighD on GitHub.
Find the updatesite at https://kieler.github.io/KLighD/v1.1.0/ or in a single zip file below.
Some release notes:
- more effort was spent on compensating the machine wide display scale setting (mainly win32), see
https://rtsys.informatik.uni-kiel.de/jira/browse/KIPRA-1873,
https://rtsys.informatik.uni-kiel.de/jira/browse/KIPRA-1925, and
https://rtsys.informatik.uni-kiel.de/jira/browse/KIPRA-2019 - KLighD can now be used in plain Java applications, esp. for automatic (batch) creation of diagram images (pixel and SVG),
components are offered as m2 artifacts on the custom m2 repo at https://kieler.github.io/KLighD/repo,
for usage add a dependency on[email protected]
and add
<repository>
<id>klighd</id>
<url>https://kieler.github.io/KLighD/repo</url>
</repository>