summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md11
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/README.md10
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdfbin48809 -> 49031 bytes
3 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
index 6cc76d6b7c7..c3c1591c1fc 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
+++ b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
@@ -5,12 +5,18 @@ 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.5.0] - 2025-01-08
+
+## Fixed
+
+- Fixed overleaf compilation. [#34](https://github.com/koppor/plantuml/issues/34)
+
## [0.4.0] – 2024-09-17
### Fixed
-- Updated command-line parameters for inkscape. [#33](https://github.com/koppor/plantuml/pull/33)
-- Updated command-line parameters for plantuml. [#33](https://github.com/koppor/plantuml/pull/33)
+- Updated command-line parameters for PlantUML to fit PlantUML v1.2023.0 changes. [#36](https://github.com/koppor/plantuml/issues/36)
+- Updated command-line parameters for Inkscape. [#33](https://github.com/koppor/plantuml/pull/33)
- Works if multiple diagrams are present. [#15](https://github.com/koppor/plantuml/issues/15), [#17](https://github.com/koppor/plantuml/issues/17)
## [0.3.2] – 2023-05-12
@@ -74,6 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Initial public release
+[0.5.0]: https://github.com/koppor/plantuml/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/koppor/plantuml/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/koppor/plantuml/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/koppor/plantuml/compare/0.3.0...0.3.1
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md
index bbd4adb0e00..5b7f771a1b3 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/README.md
+++ b/Master/texmf-dist/doc/lualatex/plantuml/README.md
@@ -104,18 +104,18 @@ Car -- Person : < owns
Your latex distribution should take care.
-For manual installation, copy `plantuml.*` to your local texmf folder in the subdirectoy `tex/latex/plantuml`.
+For manual installation, copy `plantuml.*` to your local `texmf` folder in the sub directoy `tex/latex/plantuml`.
See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for the concrete location of the folder on your system.
## Development
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:
+Release preparation:
-1. Adapt date and version number in `plantuml.sty`.
-1. Adapt `CHANGELOG.md`.
-1. Set a git tag and push.
+1. Adapt copyright year (line 1) as well as date and version number (line 6) in `plantuml.sty`.
+2. Adapt `CHANGELOG.md`.
+3. Set a git tag and push.
## Alternative Solutions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
index 114c9026ffb..95700cd29d3 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
+++ b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
Binary files differ