diff options
| author | Teddy Wing | 2013-03-22 22:57:32 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2013-03-22 22:57:32 -0400 | 
| commit | 9858d187e6af04d3c6a6cb02dbaf703926d9804d (patch) | |
| tree | b29a320399dfc6055dc41cbf82133a2c4a02c015 | |
| parent | 140c15aa0117bba70dd32154ef5bb6e8402f9551 (diff) | |
| download | ScrumDo-Trellic-9858d187e6af04d3c6a6cb02dbaf703926d9804d.tar.bz2 | |
Project metadata updates
* Add CHANGELOG
* Add a couple new items to TODO
* Update manifest to correct version number
| -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"], | 
