1date    2011-07-16
2
3  * Fixed bug: PlantUML server rendering was not working due to encoding (slashes were converted to %2F and PlantUML doesn't like that)
4____
5
6date    2011-03-19
7
8  * Fixed issue #10 (plantuml base field should be lowercase)
9____
10
11date    2011-01-31
12
13  * Allowed width in percent (w=80%)
14____
15
16date    2010-12-19
17
18  * Fixed attributes not captured correctly (width, multi word title)
19  * Added ability to view the unresized version of the images.
20____
21
22date    2010-12-04
23
24  * Complete rewrite.
25  * Images are now saved in the cache folder.
26  * Remote image generation support (defaults to http://plantuml.no-ip.org/plantuml/uml)
27  * Alignment support.
28  * Odt rendering support.
29____
30
31date    2010-10-08
32
33  * Very first version posted on GitHub.
34