aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-03-22 22:57:32 -0400
committerTeddy Wing2013-03-22 22:57:32 -0400
commit9858d187e6af04d3c6a6cb02dbaf703926d9804d (patch)
treeb29a320399dfc6055dc41cbf82133a2c4a02c015
parent140c15aa0117bba70dd32154ef5bb6e8402f9551 (diff)
downloadScrumDo-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--CHANGELOG10
-rw-r--r--TODO2
-rw-r--r--manifest.json2
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.
diff --git a/TODO b/TODO
index ba58499..8450818 100644
--- a/TODO
+++ b/TODO
@@ -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"],