From eb7217a91ac5409ecb2285900a9b5c3f3c9d1f78 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 2 Dec 2012 07:43:36 -0500 Subject: [PATCH] prep for new release --- README.md | 1 + app/appinfo.json | 2 +- app/index.html | 5 +++++ app/source/TodoTxt.js | 2 ++ bbww/appindex.html | 6 ++++++ bbww/config.xml | 2 +- pkg/packageinfo.json | 2 +- 7 files changed, 17 insertions(+), 3 deletions(-) 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); +