- Checkoutmanager now also runs **on python 3**! [reinout]
- Moved from bitbucket (https://bitbucket.org/reinout/checkoutmanager) to github (https://github.com/reinout/checkoutmanager). [reinout]
2.1
----------------
- Fixed ``missing`` command: do not swallow the output when looking for not yet checked out items. Fixes issue 24. [maurits]
2.0
----------------
- Huge speed increase because commands are now run in parallel instead of sequentially. Great fix by Morten Lied Johansen. For me, "checkoutmanager up" now takes 19 seconds instead of 105 seconds!
1.17
-----------------
- Added support for custom commands: now you can write an extension for checkoutmanager so that you can run ``checkoutmanager your_custom_command``. See the README for documentation. Patch by Rafael Oliveira.
1.16
-----------------
- Added globbing support for ignores.
1.15
-----------------
- Handle corner case in determining directory name for a git clone.