Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

89 lines (54 loc) · 3.03 KB

Changelog

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

Fixed

  • 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

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. #29

0.3.1 – 2020-05-19

Fixed

  • Added -Djava.awt.headless=true parameter to the call of plantuml.jar so it runs silently without interference the current focus

0.3.0 – 2019-09-23

Added

  • Added support for UTF-8 filenames.
  • Added example-component-diagram.tex. Refs #9.

0.2.3 – 2018-06-04

Added

  • Add release.sh to CTAN upload

Removed

0.2.2 – 2018-03-22

Changed

  • Added version number in generated plantuml.pdf.
  • Do not strip down README.md for CTAN anymore and provide "*.png" for generation of plantuml.pdf.

0.2.1 – 2018-03-21

Fixed

  • Added short version of README.md to CTAN distribution again, because of CTAN rules.

0.2.0 – 2018-03-20

Changed

  • README.md is not distributed to CTAN anymore, because plantuml.pdf is distributed to follow latex software conventions to name the manual according to the name of the package. plantuml.pdf generated out of README.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.

0.1.0 – 2018-03-08

Initial public release