======
This feature release adds two new features directly from
`git cola`'s github issues backlog. On the developer
front, further work was done towards modularizing the code base.
Usability, bells and whistles
-----------------------------
* Dragging and dropping patches invokes `git am`
(`3 <https://github.com/git-cola/git-cola/issues/3>`_)
* A dialog to allow opening or cloning a repository
is presented when `git cola` is launched outside of a git repository.
(`22 <https://github.com/git-cola/git-cola/issues/22>`_)
* Warn when `push` is used to create a new branch
(`35 <https://github.com/git-cola/git-cola/issues/35>`_)
* Optimized startup time by removing several calls to `git`.
Portability
-----------
* `git cola` is once again compatible with PyQt 4.3.x.
Developer
---------
* `cola.gitcmds` was added to factor out git command-line utilities
* `cola.gitcfg` was added for interacting with `git config`
* `cola.models.browser` was added to factor out repo browser data
* Added more tests