Releases: koppor/plantuml
Releases · koppor/plantuml
0.4.0
Version 0.3.2
Changed
- 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.
Version 0.3.1
Fixed
- Added
-Djava.awt.headless=true
parameter to the call ofplantuml.jar
so it runs silently without interference
the current focus
Version 0.3.0
Added
- Added support for UTF-8 filenames.
- Added
example-component-diagram.tex
. Refs #2.
Version 0.2.3
Added
- Add
release.sh
to CTAN upload
Removed
- 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.
Version 0.2.2
Changed
- Added version number in generated plantuml.pdf.
- Do not strip down
README.md
for CTAN anymore and provide "*.png" for generation ofplantuml.pdf
.
Version 0.2.1
Fixed
- Added short version of
README.md
to CTAN distribution again, because of CTAN rules.
Version 0.2.0
Changed
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.
Added
release.sh
for creating a release.
Version 0.1.0
Initial public release