All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 – 2024-09-17
- Updated command-line parameters for PlantUML to fit PlantUML v1.2023.0 changes. #36
- Updated command-line parameters for Inkscape. #33
- Works if multiple diagrams are present. #15, #17
0.3.2 – 2023-05-12
- Updated file extension for including diagrams to
.tex
to align with changes introduced in PlantUML v1.2023.0. This change is not backwards compatible with older versions of PlantUML. #29
0.3.1 – 2020-05-19
- Added
-Djava.awt.headless=true
parameter to the call ofplantuml.jar
so it runs silently without interference the current focus
0.3.0 – 2019-09-23
- Added support for UTF-8 filenames.
- Added
example-component-diagram.tex
. Refs #9.
0.2.3 – 2018-06-04
- Add
release.sh
to CTAN upload
- Removed
\usepackage{aeguill}
as 1) PlantUML seems not to rely on it any more and 2) it is obsolete and should not be used anymore.
0.2.2 – 2018-03-22
- Added version number in generated
plantuml.pdf
. - Do not strip down
README.md
for CTAN anymore and provide "*.png" for generation ofplantuml.pdf
.
0.2.1 – 2018-03-21
- Added short version of
README.md
to CTAN distribution again, because of CTAN rules.
0.2.0 – 2018-03-20
README.md
is not distributed to CTAN anymore, becauseplantuml.pdf
is distributed to follow latex software conventions to name the manual according to the name of the package.plantuml.pdf
generated out ofREADME.md
.- Removed call to
pdfcrop
is not necessary anymore, because inkscape is called without-D
for svg convertion.
release.sh
for creating a release.
Initial public release