diff options
| -rw-r--r-- | CHANGELOG | 10 | ||||
| -rw-r--r-- | TODO | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | 
3 files changed, 13 insertions, 1 deletions
| diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..2478a3e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,10 @@ +CHANGELOG +========= + +# v0.0.1-pre - 2013.03.22 +Initial pre-release version + +- Implement reload of ScrumDo board. Currently, a tab with the ScrumDo board  +  is set to reload every minute if the tab is active. If the tab is  +  re-activated after more than one minute has passed since the last view, a  +  reload is also triggered. @@ -8,3 +8,5 @@ TODO  - 'b' key to open the top nav drop-down and allow you to switch between     iteration boards  - 'L' to open a new tab with the iteration in list view +- 't' to open and close tasks drop-down. On open focus to Summary field +- Add a Chrome options panel to allow users to select the refresh interval diff --git a/manifest.json b/manifest.json index 65b770d..47c0991 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@  	"name": "Better ScrumDo",  	"description": "A better ScrumDo", -	"version": "1.0", +	"version": "0.0.1-pre",  	"background": {  		"scripts": ["better-scrumdo-background.js"], | 
