From 4aaaf51e1da6c48cad977c41ddb216c1824325ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 May 2020 21:08:26 +0000 Subject: plantuml (19may20) git-svn-id: svn://tug.org/texlive/trunk@55214 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/lualatex/plantuml/CHANGELOG.md | 36 +++++++++++++-------- Master/texmf-dist/doc/lualatex/plantuml/README.md | 8 ++--- .../texmf-dist/doc/lualatex/plantuml/plantuml.pdf | Bin 47151 -> 47782 bytes 3 files changed, 27 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md index 0019d588d01..cadb12c9cdf 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md +++ b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md @@ -5,14 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.3.0] - 2019-09-23 +## [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 [#2](https://github.com/latextemplates/plantuml/issues/9). +- Added `example-component-diagram.tex`. Refs [#9](https://github.com/koppor/plantuml/issues/9). -## [0.2.3] - 2018-06-04 +## [0.2.3] – 2018-06-04 ## Added @@ -22,20 +29,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - 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](https://tex.stackexchange.com/a/5901/9075). -## [0.2.2] - 2018-03-22 +## [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 +## [0.2.1] – 2018-03-21 ### Fixed - Added short version of `README.md` to CTAN distribution again, because of [CTAN rules](https://mirror.informatik.hs-fulda.de/tex-archive/help/ctan/CTAN-upload-addendum.html#readme). -## [0.2.0] - 2018-03-20 +## [0.2.0] – 2018-03-20 ### Changed @@ -47,13 +54,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `release.sh` for creating a release. -## 0.1.0 - 2018-03-08 +## 0.1.0 – 2018-03-08 Initial public release -[unreleased]: https://github.com/latextemplates/plantuml/compare/0.3.0...HEAD -[0.3.0]: https://github.com/latextemplates/plantuml/compare/0.2.3...0.3.0 -[0.2.3]: https://github.com/latextemplates/plantuml/compare/0.2.2...0.2.3 -[0.2.2]: https://github.com/latextemplates/plantuml/compare/0.2.1...0.2.2 -[0.2.1]: https://github.com/latextemplates/plantuml/compare/0.2.0...0.2.1 -[0.2.0]: https://github.com/latextemplates/plantuml/compare/0.1.0...0.2.0 +[unreleased]: https://github.com/koppor/plantuml/compare/0.3.1...HEAD +[0.3.1]: https://github.com/koppor/plantuml/compare/0.3.0...0.3.1 +[0.3.0]: https://github.com/koppor/plantuml/compare/0.2.3...0.3.0 +[0.2.3]: https://github.com/koppor/plantuml/compare/0.2.2...0.2.3 +[0.2.2]: https://github.com/koppor/plantuml/compare/0.2.1...0.2.2 +[0.2.1]: https://github.com/koppor/plantuml/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/koppor/plantuml/compare/0.1.0...0.2.0 + + diff --git a/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md index eb0fd1ce84c..d655302010e 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/README.md +++ b/Master/texmf-dist/doc/lualatex/plantuml/README.md @@ -1,6 +1,6 @@ # plantuml -Version 0.3.0 +Version 0.3.1 > A LuaLaTeX package for PlantUML in LaTeX @@ -8,7 +8,7 @@ Version 0.3.0 This package allows for embedding PlantUML diagrams using the PlantUML source. Currently, this project runs with [lualatex](http://www.luatex.org/) only. -Check [issue #1](https://github.com/latextemplates/plantuml/issues/1) for the current state of affairs for support pdflatex. +Check [issue #1](https://github.com/koppor/plantuml/issues/1) for the current state of affairs for support pdflatex. ## Preconditions @@ -86,7 +86,7 @@ See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for t ## Development -The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh). +The release is built using [GitHub Actions](https://github.com/features/actions) ([workflow file](https://github.com/koppor/plantuml/blob/master/.github/workflows/build-and-publish.yml)) using [`release.sh`](release.sh). Release prepration: @@ -96,7 +96,7 @@ Release prepration: ## Alternative Solutions -[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based in [TikZ](https://www.ctan.org/pkg/pgf). +[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based on [TikZ](https://www.ctan.org/pkg/pgf). More alternative solutions are collected at the [CTAN topic UML](https://www.ctan.org/topic/uml). ## License diff --git a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf index b753d7aa013..e81541209d0 100644 Binary files a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf and b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf differ -- cgit v1.2.3