======
Usability, bells and whistles
-----------------------------
* `git cola` no longer prompts after successfully creating a new branch.
(`251 <https://github.com/git-cola/git-cola/pull/251>`_)
* Hitting enter on simple dialogs now accepts them.
(`255 <https://github.com/git-cola/git-cola/pull/255>`_)
Fixes
-----
* `git dag` no longer relies on `sys.maxint`, which is
not available in Python3.
(`249 <https://github.com/git-cola/git-cola/issues/249>`_)
* Python3-related fixes.
(`254 <https://github.com/git-cola/git-cola/pull/254>`_)
* Python3-on-Windows-related fixes.
(`250 <https://github.com/git-cola/git-cola/pull/250>`_)
(`252 <https://github.com/git-cola/git-cola/pull/252>`_)
(`253 <https://github.com/git-cola/git-cola/pull/253>`_)
* Switching repositories using the bookmarks widget was not
refreshing the inotify watcher.
(`256 <https://github.com/git-cola/git-cola/pull/256>`_)
* Special commit messages trailers (e.g. "Acked-by:") are now special-cased to
fix word wrapping lines that start with "foo:".
(`257 <https://github.com/git-cola/git-cola/issues/257>`_)
* `git dag` sometimes left behind selection artifacts.
We now refresh the view to avoid them.
(`204 <https://github.com/git-cola/git-cola/issues/204>`_)