aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d/local/ditaa/HISTORY
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-09-02 13:24:42 +0800
committerAaron LI <aaronly.me@outlook.com>2016-09-02 13:24:42 +0800
commit9b59ddc87886a41d31935b4218b8e3bafe2c6301 (patch)
tree890dc58a19390ae2b95998a27a3264e69660fe93 /_spacemacs.d/local/ditaa/HISTORY
parenta5e018a36dfd6ab24b083914e5c319c1b4fbfd92 (diff)
downloaddotfiles-9b59ddc87886a41d31935b4218b8e3bafe2c6301.tar.bz2
emacs: import ditaa for org-mode
Diffstat (limited to '_spacemacs.d/local/ditaa/HISTORY')
-rw-r--r--_spacemacs.d/local/ditaa/HISTORY16
1 files changed, 16 insertions, 0 deletions
diff --git a/_spacemacs.d/local/ditaa/HISTORY b/_spacemacs.d/local/ditaa/HISTORY
new file mode 100644
index 0000000..41b9339
--- /dev/null
+++ b/_spacemacs.d/local/ditaa/HISTORY
@@ -0,0 +1,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