diff --git a/README.md b/README.md index bf766de..17c1061 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Current Features * Filter by project or context * Set and sort by priority * Task completion (and optionally creation) dates +* Archive completed tasks (done.txt) * "Just Type" quick actions and universal search * Internal storage support * Dropbox support diff --git a/app/appinfo.json b/app/appinfo.json index a48653d..fbb7795 100644 --- a/app/appinfo.json +++ b/app/appinfo.json @@ -1,6 +1,6 @@ { "id": "com.monkeystew.todotxtenyo.beta", - "version": "0.3.1", + "version": "0.4.0", "vendor": "Monkeystew", "type": "web", "main": "index.html", diff --git a/app/index.html b/app/index.html index 2a05d7d..0cd96de 100644 --- a/app/index.html +++ b/app/index.html @@ -14,8 +14,13 @@ appInstance.setLaunchParams(enyo.windowParams); } appInstance.renderInto(document.body); +