From 21909c5cd01743bcbacca271581d59c8896c6783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 25 Nov 2018 13:48:33 +0100 Subject: [PATCH] assets/text/TODO: updated. --- assets/text/TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/text/TODO b/assets/text/TODO index a6ba9b2..255bbe9 100644 --- a/assets/text/TODO +++ b/assets/text/TODO @@ -5,3 +5,15 @@ 5) feature: zoom {in,out} (esp. on Android) 6) reimplement: ANSI (maybe,) {save,upload} as PNG & gallery, cutoff (print line #(s) affected, tunably,) shaders (maybe) 7) releases: merge w/ MiRCARTools (into asciiblaster,) provide signed release APK + +In progress: +1) each newly created & modified(!) ascii is assigned an ascii UUID, if not present already +2) each ascii w/ an ascii UUID is auto-saved to localStorage every 3 minutes +3) ascii autosaves w/ count >8 (or >8*3mins=24mins old) are purged from localStorage +4) asciis w/ count >8 are purged from localStorage +5) limits are tunable and either defaulted or localStorage'd +6) UI lists: a) asciis (with UUID) b) autosaves c) parameters +7) always prompt on close window/exit/... +8) always prompt on new +9) save to text file @ standalone app +10) bump version to 1.0.8, deploy-all.sh, upblog releases to github