Skip to content

Releases: hallvard/plantuml

1.1.32

28 May 20:52
Compare
Choose a tag to compare
  • Updated PlantUML library version to 1.2024.5, see changes.

1.1.31

16 Apr 19:54
Compare
Choose a tag to compare
  • 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

18 Oct 16:13
Compare
Choose a tag to compare
  • 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

19 Jul 13:15
Compare
Choose a tag to compare
  • Updated PlantUML library version to 1.2023.10 (issue #145), see changes.
  • Fixed duplicated Java type members entries in diagrams created from Java packages.

1.1.28

30 May 15:06
Compare
Choose a tag to compare
  • Updated to use PlantUML library version 1.2023.5 (issue #145), see changes.
  • Updated target platform to Eclipse 2022-09 and JRE 11 (JavaSE-11).

1.1.27

19 Apr 09:03
Compare
Choose a tag to compare
  • 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

19 Apr 08:59
Compare
Choose a tag to compare

1.1.25

24 Apr 09:52
Compare
Choose a tag to compare
  • 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 style type name (issue #115)
  • Source features (issue #104)

1.1.24

06 Dec 14:52
Compare
Choose a tag to compare
  • Support for diagrams in more text formats, including markdown (issue #65 and issue #91).
  • Support for jlatexmath in separately installable feature (issue #72)
  • Fixed bugs (issue #93 and issue #95)
  • Updated to use PlantUML library version 1.2019.11 (which includes support for mindmaps).

1.1.23

04 Apr 18:50
Compare
Choose a tag to compare
  • 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.