aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d/local/ditaa/HISTORY
blob: 41b9339a24748587a307cd729e45d2a50eba314b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Version 0.9
* New shapes:
  * Ellipse {o}
  * Manual operation {mo}
  * Decision {c} ("Choice")
  * Trapezoid {tr}
* Eliminated memory leak
* Further parsing optimisations (pre-compiled regexes)

Version 0.8
* Parsing optimisation (~90% faster)
* Fixed line separation bugs
* Fixed open shape rendering bugs (missing lines)
* Generally more reliable
* Tidying-up of command-line options (now using Apache commons-cli)
* Streamlined release process