Releases: hallvard/plantuml
Releases · hallvard/plantuml
1.1.32
1.1.31
- Updated PlantUML library version to 1.2024.4 (issue #145), see changes.
- Automated some of the steps needed to update to a new PlantUML library version (issue #145)
- Updated target platform to Eclipse 2023-12 and to Java 17.
1.1.30
- Fixed access to environment variables from PlantUML code, using PlantUML functions like %getenv("MY_ENV_VAR"), see PlantUML security profiles.
- Fixed installation on Windows without having to explicitly install Graphviz (issue #175)
- Updated PlantUML library version to 1.2023.11 (issue #145), see changes.
1.1.29
1.1.28
1.1.27
- Support for injecting code into diagrams, based on regular expressions on the diagram text, e.g. custom styles can be inserted all state diagrams. See section about custom properties.
- Updated to use PlantUML library version 1.2022.7 (issue #145), see changes.
- Fix for issue #152 to more gracefully handle "empty" line.
- Fix for issue #144 concerning installation in Eclipse 2021-09.
- Fix for issue #140 where methods for selecting relevant diagrams weren't called.
- Fix for issue #139 preventing diagram from appearing.
1.1.26
- The svg view can use a jmustache template (according to a preference) when generating its contents issue #116
- Updated to use PlantUML library version 1.2021.5 see plantuml.com/changes.
- Support for the ELK layout engine, see plantuml.com/changes.
- Fix for issue #132
1.1.25
- Updated to use PlantUML library version 1.2021.3 (see changes).
- Added new extension point that supports generating several alternative diagrams for the same content (issue #109) and delays the computation of the diagram so it can run on a non-UI thread (issue #82). Uses of old extension point should still work, but should be updated to use new one.
- I needed to remove (for now) the feature that recomputes saved diagram images during builds, when their source have changed.
- Experimental PlantUML SVG view that handles zooming better (issue #116)
- Association is generated when type is Optional and for methods with a specific signature. (thanks to dpolivaev)
- Changes generated diagrams to use
name : type
UML format for attributes instead of java styletype name
(issue #115) - Source features (issue #104)
1.1.24
1.1.23
- Support for generating diagrams for views, e.g. Java element selected in Package Explorer (issue #84).
- Support for generating diagrams from console output.
- Preference page for enabling/disabling diagram providers.
- Avoid generating diagram (image) when PlantUml view is hidden.
- Moved list of diagram into sub-menu of view menu, handles issue #87.
- Now requires Java 1.8.