0.1.8
=====

* A second argument can be given to limit the command to a specific
  subfolder of the workspace
* Parsing of the config files is cached to speedup the execution

0.1.6
=====

* Allow comments in configuration files (projects and ignore files)
* Recognize local only repositories and the information in `status`.
* Code cleaning (Use herestring, avoid pipes)
* Different bugs correction:
  - #2
  - #3
  - #6

0.1.5
=====

* Add an exit code to status function
* Add `tests` folder to easily set up testing environment
* Start using `git flow` versionning
* Update README.md
* Cosmetic changes inside the script

0.1.4
=====

* Update `ff` command to also fast-forward non-active branches
* Bugs correction:
  - init was not working

0.1.3
=====

* Add `init` command
* Add `fetch` command
* Add `ff` command
* Disable color when output is not a terminal (e.g. pipes)
* Normalized outputs and colors

0.1.2
=====

* Bug corrections
* Add Ignore file functionnality
* Add check for untracked files
* Write README.md for documentation

And some other small improvements

0.1.1
=====

* Add ChangeLog
* Add bash and zsh completions
* Change default command to `status`
* Improve usage message
* Disable colors at exit, just in case
* Remove commands shortcut, better usage message

0.1.0
=====

* Initial version
