Skip to content

Releases: skuro/plantuml-mode

Added `executable` exec mode

21 Aug 14:50
v1.4.0
b39c310
Compare
Choose a tag to compare

Use the executable exec mode to leverage locally installed plantuml binaries, eg via homebrew

Fixed interactive `plantuml-set-exec-mode`

21 Aug 14:49
v1.3.1
648feb5
Compare
Choose a tag to compare

Make sure plantuml-set-exec-mode can be actually invoked interactively, see #97

Easier first setup with `plantuml-download-jar`

09 May 20:18
v.1.2.11
b3cfafb
Compare
Choose a tag to compare

New features

  • #95 The setup for new users is made easier by downloading the latest release of PlantUML straight into the right place (plantuml-jar-path) by invoking plantuml-download-jar

Avoid messing with window layouts and buffers

03 May 15:54
v1.2.10
92c490d
Compare
Choose a tag to compare

Revamped indentation support

03 May 15:54
v1.2.9
2b84a2d
Compare
Choose a tag to compare

New indentation system, now with a proper test coverage

Fix indentation issues

09 Jan 09:03
v1.2.8
0374482
Compare
Choose a tag to compare

Merged #85 to fix indentation issues and #82 to actually enable altering plantuml-java-args

Relicensing to GPLv3+

18 Aug 10:21
v1.2.4
4ba8359
Compare
Choose a tag to compare

As part of the MELPA-wide efforts to align licenses of packages to be compatible with Emacs, plantum-mode is now licensed under GPLv3 and later versions.

Functionally, this release is identical to v1.2.3.

Unicode support

25 Dec 19:44
eb380ba
Compare
Choose a tag to compare

#50 Added support for unicode in output files

Bugfix: better handling of java commands

11 Nov 10:09
v1.2.2
87417ad
Compare
Choose a tag to compare

#40 In some cases, properly running the java command needed to execute PlantUML was not working (e.g. due to spaces in the path).

Bugfix: support for `~` path expansion

11 Nov 08:23
v1.2.1
ba7420b
Compare
Choose a tag to compare

#43 Added support for paths such as ~/plantuml.jar, where the ~ was previously breaking