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:
parent
e87a03ddc7
commit
1b88123de6
5 changed files with 13 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "com.monkeystew.todotxtenyo.beta",
|
"id": "com.monkeystew.todotxtenyo.beta",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"vendor": "Monkeystew",
|
"vendor": "Monkeystew",
|
||||||
"type": "web",
|
"type": "web",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
appInstance.renderInto(document.body);
|
appInstance.renderInto(document.body);
|
||||||
</script>
|
</script>
|
||||||
<div id="history" style="display: none">
|
<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>
|
<div class="version">0.2.0</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Intial BlackBerry PlayBook support.</li>
|
<li>Intial BlackBerry PlayBook support.</li>
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
appInstance.renderInto(document.body);
|
appInstance.renderInto(document.body);
|
||||||
</script>
|
</script>
|
||||||
<div id="history" style="display: none">
|
<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>
|
<div class="version">0.2.0</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Intial BlackBerry PlayBook support.</li>
|
<li>Intial BlackBerry PlayBook support.</li>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<widget xmlns="http://www.w3.org/ns/widgets"
|
<widget xmlns="http://www.w3.org/ns/widgets"
|
||||||
xmlns:rim="http://www.blackberry.com/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>
|
<name>Todo.txt Enyo beta</name>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"package_format_version": 2,
|
"package_format_version": 2,
|
||||||
"loc_name": "Todo.txt Enyo",
|
"loc_name": "Todo.txt Enyo",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"vendor": "Monkeystew",
|
"vendor": "Monkeystew",
|
||||||
"app": "com.monkeystew.todotxtenyo.beta",
|
"app": "com.monkeystew.todotxtenyo.beta",
|
||||||
"services": ["com.monkeystew.todotxtenyo.beta.service"]
|
"services": ["com.monkeystew.todotxtenyo.beta.service"]
|
||||||
|
|
Loading…
Reference in a new issue