0.1.16
======

* Bug fixes:
  - Fixed version number


0.1.15
======

* Bug fixes:
  - `gws --help` no longer requires a workspace
  - `gws --help` now exits with status code zero


0.1.14
======

* Bug fixes:
  - Fix version number in `gws --version` output


0.1.13
======

* Bug fixes:
  - Remove theme file location debug output


0.1.12
======

* New features:
  - Add support for custom color themes

* Bug fixes:
  - Unset CDPATH to avoid unwanted output (#18)
  - Detect repositories that are prefix of other ones (#20)
  - Fix a scope pollution that broke cloning missing repos (#33)
  - Fix "Internal error" on `gws ff` in Mac OS x (#34)
  - Various unconfirmed OS X portability improvements... :)


0.1.11
======

* Add `--only-changes` option for commands `status`, `fetch`, `ff` and `update`
* Command `check` now detects nested repositories


0.1.10
=====

Version 0.1.9 is already used in unfinished development.

* Add `clone` command, which works like `update` but clones only those repos
  named explicitly on the command line


0.1.9
=====

Version skipped.


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
