Release 0.2.1

* New notification when local file save completed successfully.
* Bugfix: leading space inserted selecting a project or context from the pop up while adding a new entry.
This commit is contained in:
Morgan McMillian 2012-03-22 20:38:31 -04:00
parent e87a03ddc7
commit 1b88123de6
5 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"id": "com.monkeystew.todotxtenyo.beta",
"version": "0.2.0",
"version": "0.2.1",
"vendor": "Monkeystew",
"type": "web",
"main": "index.html",

View file

@ -16,6 +16,11 @@
appInstance.renderInto(document.body);
</script>
<div id="history" style="display: none">
<div class="version">0.2.1</div>
<ul>
<li>New notification when local file save completed successfully.</li>
<li>Bugfix: leading space inserted selecting a project or context from the pop up while adding a new entry.</li>
</ul>
<div class="version">0.2.0</div>
<ul>
<li>Intial BlackBerry PlayBook support.</li>

View file

@ -15,6 +15,11 @@
appInstance.renderInto(document.body);
</script>
<div id="history" style="display: none">
<div class="version">0.2.1</div>
<ul>
<li>New notification when local file save completed successfully.</li>
<li>Bugfix: leading space inserted selecting a project or context from the pop up while adding a new entry.</li>
</ul>
<div class="version">0.2.0</div>
<ul>
<li>Intial BlackBerry PlayBook support.</li>

View file

@ -7,7 +7,7 @@
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="0.2.0.0">
version="0.2.1.0">
<name>Todo.txt Enyo beta</name>

View file

@ -3,7 +3,7 @@
"package_format_version": 2,
"loc_name": "Todo.txt Enyo",
"icon": "icon.png",
"version": "0.2.0",
"version": "0.2.1",
"vendor": "Monkeystew",
"app": "com.monkeystew.todotxtenyo.beta",
"services": ["com.monkeystew.todotxtenyo.beta.service"]