======
Usability, bells and whistles
-----------------------------
* We now handle the case when inotify `add_watch()` fails
and display instructions on how to increase the number of watches.
(`263 <https://github.com/git-cola/git-cola/issues/263>`_)
* New and improved zh_TW localization thanks to V字龍(Vdragon).
(`265 <https://github.com/git-cola/git-cola/pull/265>`_)
(`267 <https://github.com/git-cola/git-cola/pull/267>`_)
(`268 <https://github.com/git-cola/git-cola/pull/268>`_)
(`269 <https://github.com/git-cola/git-cola/issues/269>`_)
(`270 <https://github.com/git-cola/git-cola/pull/270>`_)
(`271 <https://github.com/git-cola/git-cola/pull/271>`_)
(`272 <https://github.com/git-cola/git-cola/pull/272>`_)
* New hotkeys: `Ctrl+F` for fetch, `Ctrl+P` for push,
and `Ctrl+Shift+P` for pull.
* The bookmarks widget's context menu actions were made clearer.
(`281 <https://github.com/git-cola/git-cola/issues/281>`_)
* The term "Staging Area" is used consistently in the UI
to allow for better localization.
(`283 <https://github.com/git-cola/git-cola/issues/283>`_)
* The "Section" term is now referred to as "Diff Region"
in the UI.
(`297 <https://github.com/git-cola/git-cola/issues/297>`_)
* The localization documentation related to the LANGUAGE
environment variable was improved.
(`293 <https://github.com/git-cola/git-cola/pull/293>`_)
* The "Actions" panel now contains tooltips for each button
in case the button labels gets truncated by Qt.
(`292 <https://github.com/git-cola/git-cola/issues/292>`_)
* Custom `git config`-defined actions can now be run in the
background by setting `guitool.<name>.background` to `true`.
Fixes
-----
* We now use bold fonts instead of SmallCaps to avoid
artifacts on several configurations.
* We now pickup `user.email`, `cola.tabwidth`, and similar settings
when defined in /etc/gitconfig.
(`259 <https://github.com/git-cola/git-cola/issues/259>`_)
* Better support for Unicode paths when using inotify.
(`bz 1104181 <https://bugzilla.redhat.com/show_bug.cgi?id=1104181>`_)
* Unicode fixes for non-ASCII locales.
(`266 <https://github.com/git-cola/git-cola/issues/266>`_)
(`273 <https://github.com/git-cola/git-cola/issues/273>`_)
(`276 <https://github.com/git-cola/git-cola/issues/276>`_)
(`282 <https://github.com/git-cola/git-cola/issues/282>`_)
(`298 <https://github.com/git-cola/git-cola/issues/298>`_)
(`302 <https://github.com/git-cola/git-cola/issues/302>`_)
(`303 <https://github.com/git-cola/git-cola/issues/303>`_)
(`305 <https://github.com/git-cola/git-cola/issues/305>`_)
* Viewing history from the file browser was fixed for Python3.
(`274 <https://github.com/git-cola/git-cola/issues/274>`_)
* setup.py was fixed to install the `*.rst` documentation.
(`279 <https://github.com/git-cola/git-cola/issues/279>`_)
* Patch export was fixed for Python3.
(`290 <https://github.com/git-cola/git-cola/issues/290>`_)
* Fixed adding a bookmark with trailing slashes.
(`295 <https://github.com/git-cola/git-cola/pull/295>`_)
* The default `git dag` layout is now setup so that its widgets
can be freely resized on Linux.
(`299 <https://github.com/git-cola/git-cola/issues/299>`_)
* Invalid tag names are now reported when creating tags.
(`296 <https://github.com/git-cola/git-cola/pull/296>`_)