File: HISTORY

package info (click to toggle)
ditaa 0.9%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 776 kB
  • ctags: 901
  • sloc: java: 6,660; xml: 91; makefile: 29
file content (16 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (5)
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