======
Usability, bells and whistles
-----------------------------
* "Stage Modified" was added to the available toolbar actions.
(`1371 <https://github.com/git-cola/git-cola/issues/1371>`_)
* "Stage Untracked" no longer stages modified files when the list of
untracked files to stage is empty.
(`1371 <https://github.com/git-cola/git-cola/issues/1371>`_)
* `Ctrl + Space` can now be used to display the autocomplete options in input fields
that provide autocompletion.
* The Diff widget now displays the currently selected filename.
Uncheck the "Show filenames" option in the Diff widget's tool menu
to disable this feature.
(`1367 <https://github.com/git-cola/git-cola/issues/1367>`_)
* The "Fetch", "Push" and "Pull" dialogs now have an embedded progress bar instead
of displaying a progress bar in a separate popup window.
* The "Fetch", "Push" and "Pull" dialogs will now stay open after the remote
operation completes when the "Close on completion" checkbox is unchecked.
These dialogs closed themselves unconditionally before this change.
Fixes
-----
* PyQt6 compatibility for the "Find in diff" feature.
* PyQt6 compatibility for the ``git dag`` Gravatar icons.
Translations
------------
* Updated Polish translation.
(`1368 <https://github.com/git-cola/git-cola/pull/1368>`_)
Packaging and Dependencies
--------------------------
* The vendored `qtpy` library was updated to `v2.4.1`.
* The documentation no longer depends on `jaraco.packaging`.
Development
-----------
* upload-artifact and setup-python github actions were upgraded.