Skip to content

Commit

Permalink
Updated release notes, readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Eder committed Oct 22, 2014
1 parent e8db512 commit 3925828
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ First notation can be created using the extension and is for estimates. They wil

It is up to you to include the priority (sorting) into the title, or not (if you are using the Scrum for Trello pattern). It is not needed by trello-burndown.

Here are some examples that are parsed exactly the same way and generating the same values:

" [1] (2) title"
"(2)[1]title"
" [ 1 ] ( 2.0 ) title"

**Huh?**

* **p**: the priority/order of the task (to be "visible" if a task is moved to another list)
Expand Down Expand Up @@ -168,10 +174,11 @@ to get a list of all boards by name and their id. This should help you to set th
* [Juri Strumpflohner](https://github.com/juristr "Juri Strumpflohner")
* [Alessio Basso](https://github.com/alexdown "Alessio Basso")
* [David Banham](https://github.com/davidbanham "David Banham")
* [Bart Kiers](https://github.com/bkiers "Bart Kiers")
* [Jeff Nuss](https://github.com/jeffnuss "Jeff Nuss")

## Planned features

* Add some KPI's
* Upload sprint tasks
* Create Trello sprint board and predefined lists

* Create Trello sprint board and predefined lists
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Norbert Eder <wpfnerd+nodejs@gmail.com>",
"homepage": "https://github.com/devtyr/trello-burndown",
"bugs": "https://github.com/devtyr/trello-burndown/issues",
"version": "0.9.2",
"version": "0.9.4",
"license": "MIT",
"keywords": [
"trello",
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# RELEASE NOTES

## 0.9.4

* [number] and (number) formatting isn't that strict any more (whitespaces ...)
* Fix to work with connect >= 3.0 and serve-static
* Updated empty list validation

## 0.9.3

* List with empty name can't be inserted any more
Expand Down

0 comments on commit 3925828

Please sign in to comment.