README.md in toadie-0.0.1 vs README.md in toadie-0.0.2

- old
+ new

@@ -2,14 +2,12 @@ Toadie greps your (ruby) source code for TODO tags and associate them with your team members. It's meant to be part of a CI process, so everyone should be able to find her/his open TODOs. -![toadie build status][1] +[![Build Status](https://secure.travis-ci.org/xijo/toadie.png?branch=master)](https://travis-ci.org/xijo/toadie) - [1]:http://travis-ci.org/xijo/toadie.png - ## Features - grep rb, erb, haml, slim and feature files - uses git blame to find the author - configurable author tags associate TODO with persons in duty @@ -78,6 +76,11 @@ 5. Create new Pull Request ## Todos (haha) 1. Add customizable file endings to the configuration -2. Make output directory/format configurable \ No newline at end of file +2. Make output directory/format configurable +3. Do a little benchmarking and profiling +4. Refine descriptions and texts +5. Detect multiline TODOs +6. Support more languages +7. Link source to github