======
Usability, bells and whistles
-----------------------------
* The Fetch dialog can now fetch directly into a remote tracking branch.
Previously, fetching just a remote branch would fetch it into `FETCH_HEAD`,
which is not very intuitive. If only a remote branch is selected then it makes
more sense to fetch into that branch's remote tracking branch directly.
Use `FETCH_HEAD` in the local branch field to fetch into `FETCH_HEAD` instead.
(`1387 <https://github.com/git-cola/git-cola/pull/1387>`_)
* The Fetch, Push and Pull dialogs now remember the selected remotes.
(`729 <https://github.com/git-cola/git-cola/issues/729>`_)
* The Fetch, Push and Pull dialogs now display the git commands that will be run.
The Pull dialog now selects the remote branch automatically.
(`729 <https://github.com/git-cola/git-cola/issues/729>`_)
* The `cola.refreshonfocus` and `cola.inotify` configuration settings are now accessible
from the `git cola config` settings dialog.
Fixes
-----
* The "Ignore" action in the Status context menu now supports adding to the local
`.git/info/exclude` when using linked repositories created using `git worktree`.
(`1394 <https://github.com/git-cola/git-cola/issues/1394>`_)
* The `Cmd-m` hotkey on macOS will now minimize the application. The "Amend" action
can now be accessed using `Alt-m`.
(`1390 <https://github.com/git-cola/git-cola/issues/1390>`_)
(`1391 <https://github.com/git-cola/git-cola/pull/1391>`_)
* The `git-cola-sequence-editor` Rebase Editor will now be found correctly
in more situatios on Windows.
(`1385 <https://github.com/git-cola/git-cola/issues/1385>`_)
(`1388 <https://github.com/git-cola/git-cola/pull/1388>`_)
* Git Cola syncs the OS-level filesystem when windows are closed, which can
cause performance issues. The `cola.sync` configuration variable can
be configured to `false` to avoid this behavior.
(`1305 <https://github.com/git-cola/git-cola/issues/1305>`_)
Packaging
---------
* The `importlib_metadata` dependency, which was previously required for Python 3.8 and earlier,
has been eliminated.