remote: use an inline progress bar
[git-cola.git] / CHANGES.rst
bloba9d1533bbbd300920c940fa2d0c631ef5517e24a
1 .. _v4.4.2:
3 v4.4.2
4 ======
6 Usability, bells and whistles
7 -----------------------------
8 * `Ctrl + Space` can now be used to display the autocomplete options in input fields
9   that provide autocompletion.
11 * The Diff widget can now display the currently selected filename.
12   Enable the "Show filenames" option in the Diff widget's tool menu.
13   (`#1367 <https://github.com/git-cola/git-cola/issues/1367>`_)
15 Fixes
16 -----
17 * PyQt6 compatibility for the "Find in diff" feature.
19 Translations
20 ------------
21 * Updated Polish translation.
22   (`#1368 <https://github.com/git-cola/git-cola/pull/1368>`_)
25 .. _v4.4.1:
27 v4.4.1
28 ======
30 Usability, bells and whistles
31 -----------------------------
32 * The remote messages dialog is now displayed for the Pull and Push actions in the
33   Branches widget only. This dialog is disabled by default and enabled in the
34   main Push and Pull dialog settings.
35   (`#1363 <https://github.com/git-cola/git-cola/issues/1363>`_)
37 * The whole-file staging actions in the Diff widget's right-click menu are now listed
38   after the selection and hunk staging actions. This helps prevent accidental clicks
39   from clobbering the index for the entire file.
40   (`#1362 <https://github.com/git-cola/git-cola/issues/1362>`_)
42 * The completion popup no longer reappears after an item is selected in the
43   "Checkout Branch" action and similar dialogs.
44   (`#1360 <https://github.com/git-cola/git-cola/issues/1360>`_)
46 Fixes
47 -----
48 * PyQt6 compatibility was improved.
51 .. _v4.4.0:
53 v4.4.0
54 ======
56 Usability, bells and whistles
57 -----------------------------
58 * Git Cola now preserves `# commentary` in commit messages by default.
59   The `commit.cleanup` Git configuration variable can be used to
60   customize this behavior. For example, if you want Git Cola to
61   strip comments (the old behavior before v4.4.0) then
62   you can run `git config --global commit.cleanup strip` or configure
63   the "Commit Message Cleanup" setting in the Preferences window.
64   (`#1330 <https://github.com/git-cola/git-cola/issues/1330>`_)
66 * `git dag` now includes completions for `git log` options in the text input field.
68 * `git dag` now provides convenient search filters when right-clicking in the
69   text input field.
71 * A `1.25 x` Hi-DPI magnification option mode is now available in the Appearance settings.
72   (`#1313 <https://github.com/git-cola/git-cola/issues/1313>`_)
74 * MacOS-specific application themes are now available in the Appearance settings
75   when the pyobjc module is installed.
76   (`#905 <https://github.com/git-cola/git-cola/issues/905>`_)
78 * Git Cola now runs `git commit` in the background and feedback is provided while
79   the commit is running. This prevents the UI from freezing when running pre-commit
80   hooks that can make `git commit` take a long time to run.
81   (`#1320 <https://github.com/git-cola/git-cola/issues/1320>`_)
83 * The Diff context menu was reworked to reduce visual clutter and better match
84   the Status context menu.
85   (`#1347 <https://github.com/git-cola/git-cola/issues/1347>`_)
87 * The standalone `git cola tag` tool now autocompletes the tag name field.
88   (`#706 <https://github.com/git-cola/git-cola/pull/706>`_)
89   (`#691 <https://github.com/git-cola/git-cola/issues/691>`_)
91 * The "Branches" dock widget now has a "Visualize" right-click menu option.
92   (`#1061 <https://github.com/git-cola/git-cola/issues/1061>`_)
94 * The "Stash" dialog learned to rename stashes.
95   (`#558 <https://github.com/git-cola/git-cola/issues/558>`_)
97 * The "Fetch", "Push" and "Pull" dialogs can now display remote messages from the server.
98   (`#951 <https://github.com/git-cola/git-cola/issues/951>`_)
100 Fixes
101 -----
102 * `git dag` fixed how it was handling refspec arguments.
103   (`#1334 <https://github.com/git-cola/git-cola/issues/1334>`_)
105 * `git dag` will now properly refresh itself when remote branches are updated.
106   (`#1063 <https://github.com/git-cola/git-cola/issues/1063>`_)
108 * The `cola.inotify` feature no longer runs into issues when accessing WSL2
109   filesystems from Windows 11+.
110   (`#1194 <https://github.com/git-cola/git-cola/issues/1194>`_)
112 Development
113 -----------
114 * `cercis <https://pypi.org/project/cercis/>`_ is now being used to enforce
115   Git Cola's python code style. We were previously disabling quote normalization
116   when using `black`. Use of `cercis` allows us to enable quote normalization
117   under its default single-quote settings.
119 * The test suite now works on Windows.
120   (`#1331 <https://github.com/git-cola/git-cola/issues/1331>`_)
121   (`#1332 <https://github.com/git-cola/git-cola/pull/1332>`_)
123 * Pre-commits hooks and code modernization.
124   (`#1333 <https://github.com/git-cola/git-cola/pull/1333>`_)
126 * Compatibility with Sphinx 7.2.0 was added to the `sphinxtogithub`
127   sphinx documentation plugin.
128   (`#1336 <https://github.com/git-cola/git-cola/pull/1336>`_)
131 .. _v4.3.2:
133 v4.3.2
134 ======
136 Usability, bells and whistles
137 -----------------------------
138 * The minimum font size can now be set lower, which is helpful for Hi-DPI displays.
139   (`#1342 <https://github.com/git-cola/git-cola/pull/1342>`_)
141 Fixes
142 -----
143 * Flashing windows during startup on Windows has been fixed.
144   (`#1329 <https://github.com/git-cola/git-cola/issues/1329>`_)
146 * `git dag` was not displaying history when refspecs were specified.
147   (`#1334 <https://github.com/git-cola/git-cola/issues/1334>`_)
149 Development
150 -----------
151 * Compatibility with Sphinx 7.2.0 was added to the `sphinxtogithub`
152   sphinx documentation plugin.
153   (`#1336 <https://github.com/git-cola/git-cola/pull/1336>`_)
156 .. _v4.3.1:
158 v4.3.1
159 ======
161 Fixes
162 -----
163 * The pypi wheel was fixed to include `entry_points.txt`.
165 * The "Revert" command was throwing an exception after succesfully completing.
168 .. _v4.3.0:
170 v4.3.0
171 ======
173 Usability, bells and whistles
174 -----------------------------
175 * `git dag` now displays commit metadata more similarly to `git log`.
176   The commit date is now displayed and the subject field is displayed
177   directly above the extended description.
179 * `git dag` now supports a `cola.logdate` configuration for controlling
180   the date format. The configured value is passed to `git log --date=<format>`.
181   (`#1319 <https://github.com/git-cola/git-cola/pull/1319>`_)
182   (`#1312 <https://github.com/git-cola/git-cola/issues/1312>`_)
184 * The default `patches` directory that is used when exporting patches
185   is now configurable using the `cola.patchesdirectory` configuration
186   variable and the Preferences dialog.
188 * The Diff Editor can now export the diff selection, or the current
189   diff hunk, to a `*.patch` file from the `Patches` context menu action.
191 * Existing patches can be appended to by choosing a patch file from
192   the `Append Patch` sub-menu in the `Patches` context menu action.
194 * Patches can now be applied by dragging and dropping patches files from
195   a file browser onto the diff editor. The "Apply Patches" dialog is
196   launched with the drag-and-dropped patch files.
198 * Shell completions for zsh are now provided in the source distribution.
199   See the `contrib/_git-cola` zsh completion file for more details
201 Fixes
202 -----
203 * ``QApplication::desktop()`` is no longer available on PyQt6.
204   Git Cola no longer relies on this method.
206 Packaging
207 ---------
208 * Git Cola can now be installed on Windows using `winget`.
209   See the ``README.md`` file for more details.
210   (`#1318 <https://github.com/git-cola/git-cola/pull/1318>`_)
213 .. _v4.2.1:
215 v4.2.1
216 ======
218 Fixes
219 -----
220 * Diffs for repositories with a single commit have been fixed.
221   (`#1306 <https://github.com/git-cola/git-cola/issues/1306>`_)
223 * The toolbars follow the Qt toolbar style, as they did prior to `v4.2.0`.
224   (`#1307 <https://github.com/git-cola/git-cola/issues/1307>`_)
226 * The "Checkout Branch" dialog was fixed to display all completions when first shown.
227   (`#1308 <https://github.com/git-cola/git-cola/issues/1308>`_)
230 .. _v4.2.0:
232 v4.2.0
233 ======
235 Usability, bells and whistles
236 -----------------------------
237 * The Diff Editor can now send diffs to your favorite editor before the diffs are applied.
238   The right-click "Edit Diff ..." menu actions and the `Ctrl + Shift + S` /
239   `Ctrl + Shift + U` hotkeys send the current diff hunk, or the selected diff, to your
240   editor before they are applied to the worktree / staging area.
241   (`#1290 <https://github.com/git-cola/git-cola/pull/1290>`_)
242   (`#794 <https://github.com/git-cola/git-cola/issues/794>`_)
244 * The Diff Editor and DAG viewer can now search within their diffs using
245   `Ctrl + F` and `Ctrl + G` hotkeys.
246   (`#1116 <https://github.com/git-cola/git-cola/issues/1116>`_)
248 * A new *Diff Mode* can be used to diff and unstage edits relative to any commit.
249   (`#816 <https://github.com/git-cola/git-cola/issues/816>`_)
251 * The Commit Message Editor can now spell-check the summary field. Previously only the
252   "Extended Description..." field supported spell checking.
253   (`#633 <https://github.com/git-cola/git-cola/issues/633>`_)
254   (`#1070 <https://github.com/git-cola/git-cola/issues/1070>`_)
256 * Repositories in your "Recents" and "Favorites" can now be searched using the new
257   "Search" tool button. Quickly switch between these repositories using the `Alt + P`
258   hotkey and "Quick Open..." File menu action.
259   (`#1282 <https://github.com/git-cola/git-cola/pull/1282>`_)
261 * "Favorites", "Recents" and the startup dialog now display a case-insensitively
262   sorted list of repositories.
263   (`#1047 <https://github.com/git-cola/git-cola/issues/1047>`_)
265 * The startup dialog now has a right-click context menu that allows you to prune
266   stale entries and other actions that were not previously accessible from
267   the startup dialog.
268   (`#1199 <https://github.com/git-cola/git-cola/issues/1199>`_)
269   (`#1280 <https://github.com/git-cola/git-cola/pull/1280>`_)
271 * The "Copy Leading Paths" action in the Status tool's right-click "Copy" sub-menu
272   can now strip off an arbitrary number of leading paths.
273   (`#784 <https://github.com/git-cola/git-cola/issues/784>`_)
275 * The "Cherry-Pick" action now reports errors when "git cherry-pick" fails.
276   A new "Abort Cherry-Pick" action has been added for aborting a failed cherry-pick.
277   (`#1062 <https://github.com/git-cola/git-cola/issues/1062>`_)
279 * The diff text can now be quickly zoomed using `Ctrl + Mouse wheel` scroll.
280   This will quickly change the text size within the current session only.
281   (`#1029 <https://github.com/git-cola/git-cola/issues/1029>`_)
283 * The Console and Diff widgets learned to open URLs. Right-click on a line
284   that contains http URLs and context-menu actions for opening each URL
285   using your default web browser will be displayed.
286   (`#1139 <https://github.com/git-cola/git-cola/issues/1139>`_)
288 * Drag-and-drop has been improved when dragging filenames from the Status tool.
289   Dragging multiple files requires special handling to improve usability.
290   Some terminals (such as `kitty`) consume multiple file URLs by separating paths with
291   newlines. This is useful when you'd like to capture raw filenames but is less
292   convenient when dropping  filenames onto a command-line. Drag with the `Alt`-modifier
293   held down to drag-and-drop filenames for command-line use. Using the `Alt` modifier
294   omits URLs so that the drag-and-drop payload includes only space-delimited,
295   shell-quoted paths.
296   (`#719 <https://github.com/git-cola/git-cola/issues/719>`_)
298 * The DAG viewer now displays the diff between the start and end commits when
299   multiple commits are selected. The diffs are displayed in the DAG's diff viewer.
300   (`#552 <https://github.com/git-cola/git-cola/issues/552>`_)
302 * The DAG viewer learned to checkout branches and initiate rebases from its right-click menu.
303   (`#1113 <https://github.com/git-cola/git-cola/issues/1113>`_)
305 * The DAG diff viewer learned to word-wrap the diff text.
306   (`#1242 <https://github.com/git-cola/git-cola/issues/1242>`_)
308 * The spelling dictionaries are now discovered dynamically at runtime.
309   `dict/words` and `dict/propernames` are now discovered via `$XDG_DATA_DIRS`
310   by the spell checker. This allows a spelling dictionary to be placed in eg.
311   `~/.local/share/dict/words` to override the default `/usr/share/dict/words`.
312   (`#873 <https://github.com/git-cola/git-cola/issues/873>`_)
314 * The File menu now has a "Patches" sub-menu with a full set of "git am" Patch actions.
316 * The Diff Editor and various Diff widgets now have a "Copy Diff" action with an
317   `Alt + Shift + C` hotkey that copies the selected diff text to the clipboard with the
318   `+`, `-` and `<Space>` diff prefix characters removed.
319   (`#1288 <https://github.com/git-cola/git-cola/issues/1288>`_)
321 * The "Revert" action for reverting commits from the DAG tool now displays error
322   messages when ``git revert`` fails.
323   (`#885 <https://github.com/git-cola/git-cola/issues/885>`_)
325 * The Diff Editor now uses an easier-to-see *block cursor* by default.
326   Disable `cola.blockcursor <https://git-cola.readthedocs.io/en/latest/git-cola.html#cola-blockcursor>`_
327   to continue using original *line cursor* by running
328   ``git config --global cola.blockcursor false``, or by editing the settings in the menu.
330 * The "Unmerged" header item in the Status tool now displays a summary list of unmerged files.
332 * The hotkeys documentation has been updated to clarify that the "Copy Commit ID"
333   action is available in several tools.
334   (`#779 <https://github.com/git-cola/git-cola/issues/779>`_)
336 * Saving files when using "Browse Other Branch" now displays errors from
337   ``git show`` when saving files from arbitrary commits.
338   (`#1065 <https://github.com/git-cola/git-cola/issues/1065>`_)
340 * The Apply Patches dialog now reports errors when patches fail to apply.
341   (`#673 <https://github.com/git-cola/git-cola/issues/673>`_)
343 * The "Status" tool now disables "Copy" actions in its context menu when no
344   files have been selected.
345   (`#697 <https://github.com/git-cola/git-cola/issues/697>`_)
347 * The "Unstage" menu item in the Status tool now uses a "Remove" icon.
348   (`#1289 <https://github.com/git-cola/git-cola/pull/1289>`_)
350 Development
351 -----------
352 * The vendored `qtpy` module was modified to sever its dependency on the
353   `packaging.version` module. This mostly affects users that want to run
354   Git Cola directly from the the source tree outside of any virtualenv.
355   (`#1286 <https://github.com/git-cola/git-cola/issues/1286>`_)
358 .. _v4.1.0:
360 v4.1.0
361 ======
363 Usability, bells and whistles
364 -----------------------------
365 * The rebase editor was taught to handle stacked branch workflows enabled by
366   ``git rebase --update-refs``. The ``git cola rebase`` sub-command now has
367   an ``--update-refs`` option and the menu actions display a prompt that allows
368   you to enable the updating of stacked branches.
369   (`#1261 <https://github.com/git-cola/git-cola/pull/1261>`_)
370   (`#571 <https://github.com/git-cola/git-cola/issues/571>`_)
372 * The status widget now respects `diff.ignoreSubmodules`.
373   (`#1269 <https://github.com/git-cola/git-cola/issues/1269>`_)
375 Packaging and Dependencies
376 --------------------------
377 * PyQt6 is now officially supported.
378   (`#1211 <https://github.com/git-cola/git-cola/issues/1211>`_)
379   (`#1273 <https://github.com/git-cola/git-cola/issues/1273>`_)
381 * The vendored `qtpy` library was updated to `v2.3.0`.
383 Development
384 -----------
385 * Fixes and updates to Git Cola's CI actions.
386   (`#1278 <https://github.com/git-cola/git-cola/pull/1278>`_)
387   (`#1277 <https://github.com/git-cola/git-cola/issues/1277>`_)
390 .. _v4.0.4:
392 v4.0.4
393 ======
395 Fixes
396 -----
397 * The "T" hotkey for "Find Files" was removed to avoid issues in some configurations.
398   (`#1270 <https://github.com/git-cola/git-cola/issues/1270>`_)
400 * Some context menus entries were erroring out on binary files.
401   (`#1271 <https://github.com/git-cola/git-cola/pull/1271>`_)
404 .. _v4.0.3:
406 v4.0.3
407 ======
409 Usability, bells and whistles
410 -----------------------------
411 * The branches widget no longer loses its selection state in response to
412   notifications and UI actions.
413   (`#1221 <https://github.com/git-cola/git-cola/issues/1221>`_)
415 * The use of ``gravatar.com`` to fetch icons associated with author emails
416   can now be disabled by setting `git config --global cola.gravatar false`.
417   (`#933 <https://github.com/git-cola/git-cola/issues/933>`_)
419 Fixes
420 -----
421 * The config reader has been revamped to better read settings when git config
422   files are located in unexpected locations.
423   (`#927 <https://github.com/git-cola/git-cola/issues/927>`_)
424   (`#1264 <https://github.com/git-cola/git-cola/issues/1264>`_)
426 * The preferences dialog no longer throws an error when the editor has not
427   been configured.
428   (`#1263 <https://github.com/git-cola/git-cola/issues/1263>`_)
430 * Context menu actions for staging files has been added when diffing images.
431   (`#1265 <https://github.com/git-cola/git-cola/issues/1265>`_)
433 * The stash editor now properly displays stashes with slashes ("/") in
434   their names or messsages.
435   (`#1267 <https://github.com/git-cola/git-cola/pull/1267>`_)
437 * The settings file is now written-to and read-from in a robust manner to avoid data
438   loss when doing an ACPI shutdown or forced shutdown of a machine.
439   (`#1241 <https://github.com/git-cola/git-cola/issues/1241>`_)
441 * Git Cola now displays an error message when attempting to open a repository that
442   cannot be accessed due to the new `safe.directory` protections in Git v2.30.3.
443   (`#1243 <https://github.com/git-cola/git-cola/issues/1243>`_)
445 Translations
446 ------------
447 * The .po and .pot files now contain location information.
448   (`#880 <https://github.com/git-cola/git-cola/issues/880>`_)
451 .. _v4.0.2:
453 v4.0.2
454 ======
456 Usability, bells and whistles
457 -----------------------------
458 * The Rebase editor (`git-cola-sequence-editor`) now supports multi-select.
459   Use `Shift-{Up,Down}` to select multiple lines and the keyboard hotkeys
460   listed in the `?` dialog to drive the UI.
461   (`#1257 <https://github.com/git-cola/git-cola/pull/1257>`_)
463 * The `$GIT_VISUAL` and `$VISUAL` environment variable are now consulted in addition
464   to `$GIT_EDITOR` and `$EDITOR` when the `gui.editor` configuration is unset.
465   (`#1237 <https://github.com/git-cola/git-cola/pull/1237>`_)
467 * The application window icon is now enabled when running on Wayland.
468   (`#1240 <https://github.com/git-cola/git-cola/pull/1240>`_)
470 * The Status widget now has an "Open Worktree" action.
471   (`#1245 <https://github.com/git-cola/git-cola/pull/1245>`_)
473 * The "Open Using Default Application", "Open Directory",
474   "Open Parent Directory" and "Open Worktree" actions are now available on Windows.
476 * The dialog for opening repositories is now a read-only dialog that omits the
477   ability to create folders and modify the filesystem.
478   (`#1168 <https://github.com/git-cola/git-cola/issues/1168>`_)
480 * A few more `git` calls have been eliminated from the startup sequence.
481   This further improved the startup time for Git Cola.
482   (`#1259 <https://github.com/git-cola/git-cola/pull/1259>`_)
484 Fixes
485 -----
486 * Documentation rendering errors have been fixed.
487   (`#1256 <https://github.com/git-cola/git-cola/pull/1256>`_)
489 * Use of a `~/.config/git-cola/language` file to override the language has been fixed.
490   (`#1246 <https://github.com/git-cola/git-cola/issues/1246>`_)
492 * We no longer write the `cola.spellcheck` configuration value on launch.
493   (`#1238 <https://github.com/git-cola/git-cola/pull/1238>`_)
495 Translations
496 ------------
497 * Updated Spanish translation.
498   (`#1244 <https://github.com/git-cola/git-cola/pull/1244>`_)
500 * Updated Japanese translation.
501   (`#1249 <https://github.com/git-cola/git-cola/pull/1249>`_)
503 Packaging
504 ---------
505 * Building documentation offline is supported again.
506   (`#1250 <https://github.com/git-cola/git-cola/issues/1250>`_)
508 * The Appstream Metadata files were missing in the v4.0.0 release are included again.
509   (`#1254 <https://github.com/git-cola/git-cola/pull/1254>`_)
510   (`#1253 <https://github.com/git-cola/git-cola/issues/1253>`_)
513 .. _v4.0.1:
515 v4.0.1
516 ======
518 Usability, bells and whistles
519 -----------------------------
520 * Double-clicking dock widgets no longer creates sub-windows when the layout is locked.
521   (`#1176 <https://github.com/git-cola/git-cola/issues/1176>`_)
522   (`#1198 <https://github.com/git-cola/git-cola/pull/1198>`_)
524 Fixes
525 -----
526 * We now guard against `locale.getdefaultlocale()` returning `None` in some
527   configurations, notably on macOS if none of 'LC_ALL', 'LC_CTYPE', 'LANG' or 'LANGUAGE'
528   are defined.
529   (`#1234 <https://github.com/git-cola/git-cola/issues/1234>`_)
531 * The preferences dialog has been fixed to properly handle booleans.
532   (`#1235 <https://github.com/git-cola/git-cola/issues/1235>`_)
534 * The `docs/` directory was restructured to avoid missing `setup.py` errors.
535   `share/doc/git-cola` is now a symlink pointing to `docs/`.
536   (`#1230 <https://github.com/git-cola/git-cola/issues/1230>`_)
538 * Message boxes could sometimes display off-screen or using geometry that is larger
539   than the current desktop. Message box sizes are now clamped to the desktop size.
540   (`#1228 <https://github.com/git-cola/git-cola/issues/1228>`_)
543 .. _v4.0.0:
545 v4.0.0
546 ======
548 Breaking Changes
549 ----------------
550 These changes are primarily breaking changes for packagers of Git Cola.
551 For example, Linux distribution and Homebrew package maintainers may need to
552 be aware of these changes.
554 Changes have been made build infrastructure and the resulting filesystem artifacts.
556 * The build system is now Python3-only and has been modernized for PEP-517/518.
557   While Git Cola still builds and runs under Python2, it is no longer officially
558   supported and may stop working in a future release without notice.
559   (`#1201 <https://github.com/git-cola/git-cola/issues/1201>`_)
561 * The `#!/usr/bin/env python` shebang lines in the `git-cola` and `git-dag` wrapper
562   scripts have been updated to use `python3`.
563   (`#1204 <https://github.com/git-cola/git-cola/pull/1204>`_)
565 * The build system was switched to `setuptools` and no longer depends on `distutils`.
566   ``python setup.py {build,install,build_pot,build_mo}`` are no longer provided.
567   Use the https://pypa-build.readthedocs.io/en/stable/installation.html
568   ``python -m build`` tool to generate sdist and wheel distributions,
569   and ``pip install .`` to install Git Cola from source.
570   (`#1204 <https://github.com/git-cola/git-cola/pull/1204>`_)
572 * The `git-cola`, `git-dag` and `git-cola-sequence-editor` commands are now installed
573   using setuptools entry points.
575 * The `bin/` wrapper scripts in the source tree continue to be provided for convenience
576   but they are not the scripts that get installed.
578 * The `qtpy` Python package is no longer installed alongside the `cola` Python package.
580 * The `cola` package is now installed into the standard Python site-packages location.
582 * The `share/git-cola/lib` private Python modules directory no longer exists.
584 * The `NO_VENDOR_LIBS` and `NO_PRIVATE_LIBS` Makefile options are no longer necessary.
586 * The `share/git-cola` filesystem namespace no longer exists. All of cola's package data
587   is distributed alongside the `cola` module as package data.
589 * Building the Sphinx documentation now also requires the `jaraco.packaging` and
590   `rst.linker` packages. See `requirements/requirements-dev.txt` for the package
591   requirement details.
593 Usability, bells and whistles
594 -----------------------------
595 * `Custom UI themes
596   <https://git-cola.readthedocs.io/en/latest/git-cola.html#custom-themes>`_
597   can be used by adding `*.qss` Qt stylesheet files to `~/.config/git-cola/themes/`.
598   (`#1222 <https://github.com/git-cola/git-cola/pull/1222>`_)
599   (`#1226 <https://github.com/git-cola/git-cola/pull/1226>`_)
601 * Git Cola now keeps track of child Browser windows and will close all of them when
602   the main window is closed.
603   (`#1200 <https://github.com/git-cola/git-cola/pull/1200>`_)
605 Fixes
606 -----
607 * Staging conflicted binary files has been fixed to avoid Unicode decoding errors.
608   (`#1189 <https://github.com/git-cola/git-cola/issues/1189>`_)
610 * Ensure that secure permissions are used when creating temporary files.
611   (`#1209 <https://github.com/git-cola/git-cola/pull/1209>`_)
613 * The line numbering in the diff viewer was corrected when displaying merge diffs.
614   (`#1208 <https://github.com/git-cola/git-cola/pull/1208>`_)
616 * Documentation typofixes.
617   (`#1193 <https://github.com/git-cola/git-cola/pull/1193>`_)
619 * Git Cola was revamped to use Qt signals and slots for all of its notifications.
620   This made its notification system more robust.
621   (`#1202 <https://github.com/git-cola/git-cola/pull/1202>`_)
622   (`#1203 <https://github.com/git-cola/git-cola/pull/1203>`_)
623   (`#1205 <https://github.com/git-cola/git-cola/pull/1205>`_)
624   (`#1206 <https://github.com/git-cola/git-cola/pull/1206>`_)
626 Packaging
627 ---------
628 * `vcruntime140.dll` and `msvcp140.dll` are now included in the Windows installation.
629   (`#1207 <https://github.com/git-cola/git-cola/pull/1207>`_)
632 .. _v3.12.0:
634 v3.12.0
635 =======
637 Usability, bells and whistles
638 -----------------------------
639 * The git config guitool action can now be grouped under user-defined menus.
640   This is done by using slash (``/``) delimiters in the action name.
641   Entries before the final slash are treated like submenus inside the
642   top-level ``Actions`` menu.
643   (`#1150 <https://github.com/git-cola/git-cola/issues/1150>`_)
645 * Toolbars now have a full set of icons. The icons follow the system theme
646   and can be configured to display text, just icons, or text and icons.
647   (`#1177 <https://github.com/git-cola/git-cola/pull/1177>`_)
649 * The startup dialog will now open the selected repository when the "enter"
650   key is pressed.
651   (`#1162 <https://github.com/git-cola/git-cola/issues/1162>`_)
653 * ``Shift+S`` will stage selected lines (in addition to ``s``).
654   (`#1187 <https://github.com/git-cola/git-cola/issues/1187>`_)
656 Fixes
657 -----
658 * The vendored qtpy library was patched to retain Python2 compatibility.
660 * The "Unstage" toolbar action was fixed.
661   (`#1178 <https://github.com/git-cola/git-cola/issues/1178>`_)
663 * We now avoid `setWidth(float)` for compatibility with newer Qt versions.
664   (`#1183 <https://github.com/git-cola/git-cola/pull/1183>`_)
666 * Documentation typofixes.
667   (`#1185 <https://github.com/git-cola/git-cola/pull/1185>`_)
669 Translations
670 ------------
671 * Updated Polish translation.
672   (`#1184 <https://github.com/git-cola/git-cola/pull/1184>`_)
674 Development
675 -----------
676 * Git Cola now uses Github Actions for running its continuous integration tests.
677   (`#1179 <https://github.com/git-cola/git-cola/pull/1179>`_)
680 .. _v3.11.0:
682 v3.11.0
683 =======
685 Usability, bells and whistles
686 -----------------------------
687 * The Status tool was improved to better retain selected files when
688   the state changes and the display is refreshed.
689   (`#1130 <https://github.com/git-cola/git-cola/issues/1130>`_)
690   (`#1131 <https://github.com/git-cola/git-cola/pull/1131>`_)
692 * The Diff editor can now stage selected lines for untracked files.
693   Git Cola will detect when a file is untracked and will allow you to
694   partially stage it, just like existing tracked files.
695   (`#1146 <https://github.com/git-cola/git-cola/pull/1146>`_)
696   (`#1084 <https://github.com/git-cola/git-cola/issues/1084>`_)
698 * Diffing of staged files has been implemented for repositories that contain
699   no commits.
700   (`#1149 <https://github.com/git-cola/git-cola/pull/1149>`_)
701   (`#1110 <https://github.com/git-cola/git-cola/issues/1110>`_)
703 * Documentation improvements and typofixes.
704   (`#1163 <https://github.com/git-cola/git-cola/pull/1163>`_)
705   (`#1164 <https://github.com/git-cola/git-cola/pull/1164>`_)
707 Security
708 --------
709 * The `FIPS security mode
710   <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/FIPS_Mode_-_an_explanation>`_
711   is now supported by Git Cola when running on FIPS-enabled Python
712   (Python 3.9+ or centos8/rhel8's patched Python 3.6).
713   (`#1157 <https://github.com/git-cola/git-cola/issues/1157>`_)
715 Fixes
716 -----
717 * The `argparse` usage was adjusted to remain compatible with older Pythons.
718   (`#1155 <https://github.com/git-cola/git-cola/issues/1155>`_)
720 * The window restoration logic was fixed to properly save/restore settings
721   when different languages are used.
722   (`#1071 <https://github.com/git-cola/git-cola/issues/1071>`_)
723   (`#1161 <https://github.com/git-cola/git-cola/issues/1161>`_)
724   (`#382 <https://github.com/git-cola/git-cola/issues/382>`_)
726 * `git dag` no longer passes floats to `QPen::setWidth()` for better compatibility.
727   (`bz #2014950 <https://bugzilla.redhat.com/show_bug.cgi?id=2014950>`_)
729 Packaging
730 ---------
731 * The Windows installer was slimmed down by removing unused Qt DLLs.
732   (`#1152 <https://github.com/git-cola/git-cola/pull/1152>`_)
735 .. _v3.10.1:
737 v3.10.1
738 =======
740 Fixes
741 -----
742 * Patch release to fix a typo in the Interactive Rebase feature.
744 .. _v3.10:
746 v3.10
747 =====
749 Usability, bells and whistles
750 -----------------------------
751 * The git config reader now supports the `include.path` directive
752   for including config files.
753   (`#1136 <https://github.com/git-cola/git-cola/issues/1136>`_)
754   (`#1137 <https://github.com/git-cola/git-cola/pull/1137>`_)
756 * The dialog for selecting commits now support filtering.
757   (`#1121 <https://github.com/git-cola/git-cola/pull/1121>`_)
759 * The diff editor now wraps long lines by default. The diff options
760   menu can be used to enable/disable line wrapping.
761   (`#1123 <https://github.com/git-cola/git-cola/pull/1123>`_)
763 * Git Cola now honors `core.hooksPath` for configuring custom Git hooks,
764   which was introduced in Git v2.9.
765   (`#1118 <https://github.com/git-cola/git-cola/issues/1118>`_)
767 * A new `Ctrl + Shift + S` hotkey was added for staging/unstaging all
768   files, both modified and untracked.
770 * The `Status` tool now supports `Ctrl + A` for selecting all files and
771   it behaves more predictably when performing operations when multiple
772   categories of files are selected (eg. when both modified and untracked
773   header items are selected).
774   (`#1117 <https://github.com/git-cola/git-cola/issues/1117>`_)
776 Translations
777 ------------
778 * Updated Hungarian translation.
779   (`#1135 <https://github.com/git-cola/git-cola/pull/1135>`_)
781 Fixes
782 -----
783 * The "Interactive Rebase" feature was updated to work with Windows.
785 * `make install-man` was updated to support Sphinx 4.0.
786   (`#1141 <https://github.com/git-cola/git-cola/issues/1141>`_)
788 * `git cola --help-commands` was updated for newer versions of argparse.
789   (`#1133 <https://github.com/git-cola/git-cola/issues/1133>`_)
791 Development
792 -----------
793 * Git Cola can now be started as a Python module.
794   (`#1119 <https://github.com/git-cola/git-cola/pull/1119>`_)
797 .. _v3.9:
799 v3.9
800 ====
802 Usability, bells and whistles
803 -----------------------------
804 * The startup dialog now detects when Recent and Favorite repositories no
805   longer exist on disk, and offers to remove these entries when selected.
806   (`#1089 <https://github.com/git-cola/git-cola/pull/1089>`_)
808 * The startup dialog now includes a simpler and more condensed folder view
809   that can be used for selecting Favorites and Recent repositories.
810   (`#1086 <https://github.com/git-cola/git-cola/pull/1086>`_)
812 * The "Commit" menu now includes an "Undo Last Commit" action.
813   (`#890 <https://github.com/git-cola/git-cola/issues/890>`_)
815 * The "Reset" menu was revamped to expose all of Git's reset modes alongside a
816   new "Restore Worktree" action that updates the worktree using "git read-tree".
817   (`#890 <https://github.com/git-cola/git-cola/issues/890>`_)
819 Translations
820 ------------
821 * Updated Polish translation.
822   (`#1107 <https://github.com/git-cola/git-cola/pull/1107>`_)
824 * Updated Japanese translation.
825   (`#1098 <https://github.com/git-cola/git-cola/pull/1098>`_)
827 * Updated Brazilian translation.
828   (`#1091 <https://github.com/git-cola/git-cola/pull/1091>`_)
830 Packaging
831 ---------
832 * The ``--use-env-python`` option for ``setup.py`` is now Python3 compatible.
833   (`#1102 <https://github.com/git-cola/git-cola/issues/1102>`_)
836 .. _v3.8:
838 v3.8
839 ====
841 Usability, bells and whistles
842 -----------------------------
843 * The submodules widget can now be used to add submodules.
844   Submodules are now updated recursively.
845   (`#534 <https://github.com/git-cola/git-cola/issues/534>`_)
847 * The image diff viewer can now be toggled between text and image modes.
848   This is helpful when, for example, diffing .svg files where it can be useful
849   to see diffs in both an image and text representation.
850   (`#859 <https://github.com/git-cola/git-cola/issues/859>`_)
851   (`#1035 <https://github.com/git-cola/git-cola/pull/1035>`_)
853 * The default `ssh-askpass` username + password dialog included with Git Cola
854   can now toggle between showing and masking the password input field.
855   (`#1069 <https://github.com/git-cola/git-cola/pull/1069>`_)
857 Translations
858 ------------
859 * Updated Polish translation.
860   (`#1076 <https://github.com/git-cola/git-cola/pull/1076>`_)
862 * Updated Hungarian translation.
863   (`#1067 <https://github.com/git-cola/git-cola/pull/1067>`_)
865 Packaging
866 ---------
867 * The `share/appdata` AppStream data was renamed to `share/metainfo`
868   in accordance with `AppStream standard changes from 2016
869   <https://github.com/ximion/appstream/blob/master/NEWS#L1363>`_.
870   (`#1079 <https://github.com/git-cola/git-cola/pull/1079>`_)
872 * The ``cola`` modules are now installed into the Python ``site-packages``
873   directory by default.  This allows distributions to package ``git-cola`` for
874   multiple versions of Python.  See the PACKAGING NOTES section in the README
875   for details about suppressing the installation of the private
876   ``share/git-cola/lib/cola`` modules when building cola.
877   (`#181 <https://github.com/git-cola/git-cola/issues/181>`_)
879 * Git Cola's rebase / sequence editor, formerly known as ``git-xbase`` and
880   installed as ``share/git-cola/bin/git-xbase``, has been renamed to
881   ``git-cola-sequence-editor`` and is now installed into the default
882   ``bin/git-cola-sequence-editor`` executable location to enable external
883   reuse of this general-purpose tool.
885 * A workaround used by the pynsist installer preamble script was obsoleted by
886   `takluyver/pynsist#149 <https://github.com/takluyver/pynsist/pull/149>`_
887   and has now been removed.
888   (`#1073 <https://github.com/git-cola/git-cola/pull/1073>`_)
890 Fixes
891 -----
892 * `git dag` now uses integer widths when initializing its brushes.
893   (`#1080 <https://github.com/git-cola/git-cola/pull/1080>`_)
896 .. _v3.7:
898 v3.7
899 ====
901 Usability, bells and whistles
902 -----------------------------
903 * The ``git-xbase`` rebase editor now includes a file list for filtering
904   the changes displayed in the diff view.
905   (`#1051 <https://github.com/git-cola/git-cola/pull/1051>`_)
907 * The fallback `ssh-askpass` script, which provides the Username/Password
908   login dialog when performing remote operations, previously presented both
909   the username and password input fields with ``***`` asterisks.
910   The dialog now uses asterisks for the password field only.
911   (`#1026 <https://github.com/git-cola/git-cola/pull/1026>`_)
913 * Stashes can now be applied using the `Ctrl + Enter` hotkey, popped with the
914   `Ctrl + Backspace` hotkey, and dropped with the `Ctrl + Shift + Backspace`
915   hotkey when inside the stash dialog.  This enables a keyboard-centric
916   mouse-free workflow when using the stash dialog.
918 * When amending a commit, `git cola` will check whether the commit has been
919   published to a remote branch using ``git branch -r --contains HEAD``.
920   This command can be slow when operating on a repository with many
921   remote branches.  The new `cola.checkpublishedcommits` configuration
922   variable allows you to opt-out of this check, which improves performance
923   when amending a commit.  The settings widget exposes this variable as,
924   "Check Published Commits when Amending".
925   (`#1021 <https://github.com/git-cola/git-cola/issues/1021>`_)
926   (`#1027 <https://github.com/git-cola/git-cola/pull/1027>`_)
928 Translations
929 ------------
930 * Updated Polish translation.
931   (`#1033 <https://github.com/git-cola/git-cola/pull/1033>`_)
933 Fixes
934 -----
935 * ``git-dag.appdata.xml`` was updated to allow network access for author icons.
936   (`#1050 <https://github.com/git-cola/git-cola/pull/1050>`_)
938 * The inotify filesystem monitor now handles
939   `OSError: [Errno 24] Too many open files` errors by disabling inotify.
940   (`#1015 <https://github.com/git-cola/git-cola/issues/1015>`_)
942 * Typos in various documentation files have been fixed.
943   (`#1025 <https://github.com/git-cola/git-cola/pull/1025>`_)
945 * The "Recent Repositories" limit was off by one, and now correctly
946   remembers the configured number of repositories in the menu.
947   (`#1024 <https://github.com/git-cola/git-cola/pull/1024>`_)
949 * The "revert" action in the DAG and other tools now uses
950   ``git revert --no-edit``, which avoids launching an editor
951   when reverting the commit.  Use `Ctrl+m` in the commit message
952   editor after reverting a commit to rewrite its commit message.
953   (`#1020 <https://github.com/git-cola/git-cola/issues/1020>`_)
956 .. _v3.6:
958 v3.6
959 ====
961 Usability, bells and whistles
962 -----------------------------
963 * The remote editor is much faster since it no longer queries
964   remotes, and uses the cached information instead.
965   (`#986 <https://github.com/git-cola/git-cola/issues/986>`_)
967 * Commit message templates can now be loaded automatically by setting
968   ``git config cola.autoloadcommittemplate true``.
969   (`#1013 <https://github.com/git-cola/git-cola/pull/1013>`_)
970   (`#735 <https://github.com/git-cola/git-cola/pull/735>`_)
972 * The UI layout can now be reset back to its initial state by selecting
973   the "Reset Layout" action.  This reverts the layout to the same state
974   as when the app first launched.
975   (`#1008 <https://github.com/git-cola/git-cola/pull/1008>`_)
976   (`#994 <https://github.com/git-cola/git-cola/issues/994>`_)
978 * Files can now be ignored in either the project's `.gitignore`, or in the
979   repository's private local `.git/info/exclude` ignore file.
980   (`#1006 <https://github.com/git-cola/git-cola/pull/1006>`_)
981   (`#1000 <https://github.com/git-cola/git-cola/issues/1000>`_)
983 * New remotes are now selected when they are added in the "Edit Remotes" tool.
984   (`#1002 <https://github.com/git-cola/git-cola/pull/1002>`_)
986 * The "Recent" repositories list is now saved to disk when opening a
987   repository.  Previously, this list was only updated when exiting the app.
988   (`#1001 <https://github.com/git-cola/git-cola/pull/1001>`_)
990 * The bookmarks tool now has a "Delete" option in its right-click menu.
991   (`#999 <https://github.com/git-cola/git-cola/pull/999>`_)
993 * The current repository is no longer listed in the "File/Open Recent" menu.
994   (`#998 <https://github.com/git-cola/git-cola/pull/998>`_)
996 Translations
997 ------------
998 * Updated Hungarian translation.
999   (`#1005 <https://github.com/git-cola/git-cola/pull/1005>`_)
1000   (`#1018 <https://github.com/git-cola/git-cola/pull/1018>`_)
1002 * Updated Turkish translation.
1003   (`#1003 <https://github.com/git-cola/git-cola/pull/1003>`_)
1004   (`#1011 <https://github.com/git-cola/git-cola/pull/1011>`_)
1006 Fixes
1007 -----
1008 * Better support for Python 3.8's line buffering modes.
1009   (`#1014 <https://github.com/git-cola/git-cola/pull/1014>`_)
1011 * The default `ssh-askpass` script now uses a more generic `#!` shebang line.
1012   (`#1012 <https://github.com/git-cola/git-cola/pull/1012>`_)
1014 * Fetch, push, and pull operations will now refresh the model and display when
1015   operations complete.
1016   (`#996 <https://github.com/git-cola/git-cola/issues/996>`_)
1018 * The branches widget now refreshes its display when changing branches.
1019   (`#992 <https://github.com/git-cola/git-cola/pull/992>`_)
1021 Packaging
1022 ---------
1023 * The `share/git-cola/bin/git-xbase` script will now have its `#!` lines
1024   updated during installation.
1025   (`#991 <https://github.com/git-cola/git-cola/pull/991>`_)
1027 Development
1028 -----------
1029 * The unit tests were made more platform-independent.
1030   (`#993 <https://github.com/git-cola/git-cola/pull/993>`_)
1033 .. _v3.5:
1035 v3.5
1036 ====
1038 Usability, bells and whistles
1039 -----------------------------
1040 * Auto-completion for filenames can now be disabled.  This speeds up
1041   revision completion when working in large repositories with many files.
1042   (`#981 <https://github.com/git-cola/git-cola/pull/981>`_)
1044 * The Stash dialog now shows the stash date as a tooltip when hovering
1045   over a stashed change.
1046   (`#982 <https://github.com/git-cola/git-cola/pull/982>`_)
1048 * Qt HiDPI settings are overridden by the `git cola` HiDPI appearance settings.
1049   These overrides can now be disabled by selecting the "Disable" mode.
1050   This allows users to control Qt's HiDPI settings through environment
1051   variables.  Additionally, the "Auto" mode now detects the presence of
1052   the Qt HiDPI variables and no longer overrides them when the user has
1053   configured their environment explicitly.
1054   (`#963 <https://github.com/git-cola/git-cola/issues/963>`_)
1056 * Confirmation dialogs can now focus buttons using the Tab key.
1057   Previously, the "Y" and "N" keys could be used to confirm or deny
1058   using the keyboard, but "Tab" is more familiar.
1059   (`#965 <https://github.com/git-cola/git-cola/issues/965>`_)
1061 * Error dialogs (for example, when a commit hook fails) will now always
1062   show the details.  The details were previously hidden behind a toggle.
1063   (`#968 <https://github.com/git-cola/git-cola/issues/968>`_)
1065 Translations
1066 ------------
1067 * Updated Japanese translation.
1068   (`#973 <https://github.com/git-cola/git-cola/pull/973>`_)
1069   (`#974 <https://github.com/git-cola/git-cola/pull/974>`_)
1071 * Updated Simplified Chinese translation.
1072   (`#950 <https://github.com/git-cola/git-cola/pull/950>`_)
1074 Fixes
1075 -----
1076 * The filesystem monitor no longer logs that it has been enabled after the
1077   inotify watch limit is reached on Linux.
1078   (`#984 <https://github.com/git-cola/git-cola/pull/984>`_)
1080 * Better unicode robustness.
1081   (`#990 <https://github.com/git-cola/git-cola/issues/990>`_)
1082   (`#910 <https://github.com/git-cola/git-cola/issues/991>`_)
1084 * The "Branches" widget did not always update itself when deleting branches
1085   (for example, when inotify is disabled or unavailable).
1086   (`#978 <https://github.com/git-cola/git-cola/issues/978>`_)
1088 * Non-ascii unicode byte strings are more robustly handled by the log widget.
1089   (`#977 <https://github.com/git-cola/git-cola/issues/977>`_)
1091 * Non-unicode results from the `gettext` library are more robustly handled.
1092   (`#969 <https://github.com/git-cola/git-cola/issues/969>`_)
1094 * Launching `git cola` from within a directory that has since been deleted
1095   would previously result in a traceback, and is now robustly handled.
1096   (`#961 <https://github.com/git-cola/git-cola/issues/961>`_)
1098 Packaging
1099 ---------
1100 * The vendored `qtpy` library was updated to `v1.9`.
1103 .. _v3.4:
1105 v3.4
1106 ====
1108 Usability, bells and whistles
1109 -----------------------------
1110 * The file browser now includes "Blame" in its context menu.
1111   (`#953 <https://github.com/git-cola/git-cola/issues/953>`_)
1113 * The "Push" action now uses "git push --force-with-lease" when using
1114   the "Force" option with Git v1.8.5 and newer.
1115   (`#946 <https://github.com/git-cola/git-cola/issues/946>`_)
1117 * Updated German translation.
1118   (`#936 <https://github.com/git-cola/git-cola/pull/936>`_)
1120 * The `Status` widget learned to optionally display file counts in its
1121   category headers, and indent the files displayed in each category.
1122   (`#931 <https://github.com/git-cola/git-cola/pull/931>`_)
1124 * The `Branches` widget can now sort branches by their most recent commit.
1125   (`#930 <https://github.com/git-cola/git-cola/pull/930>`_)
1127 * `git cola` now includes configurable GUI themes that can be used to style
1128   the user interface.  Enable the new themes by configuring `cola.theme`
1129   in the preferences window.  See the
1130   `cola.theme documentation <https://git-cola.readthedocs.io/en/latest/git-cola.html#cola-theme>`_
1131   for more details.  (`#924 <https://github.com/git-cola/git-cola/pull/924>`_)
1133 * `git cola` now has built-in support for HiDPI displays by enabling
1134   Qt's 5.6's `QT_AUTO_SCREEN_SCALE_FACTOR` feature.
1135   (`#938 <https://github.com/git-cola/git-cola/issues/938>`_)
1137 * `git cola` now uses HiDPI pixmaps when rendering icons, and the builtin
1138   icons have been updated to look sharp when displayed in HiDPI.
1139   (`#932 <https://github.com/git-cola/git-cola/pull/932>`_)
1141 Fixes
1142 -----
1143 * `git cola`'s "Revert Unstaged Edits" previously checked out from "HEAD^",
1144   when in "Amend" mode, and removing staged changes.  This behavior has been
1145   changed to always checkout from the index, which avoids data loss.
1146   (`#947 <https://github.com/git-cola/git-cola/issues/947>`_)
1148 * `git cola` has been updated to work with newer versions of `gnome-terminal`
1149   and no longer shell-quotes its arguments when launching `gnome-terminal`.
1150   The `cola.terminalshellquote` configuration variable can be set to `true` to
1151   get the old behavior, or to handle other terminals that take the command to run
1152   as a single string instead of as arguments to `execv()`.
1153   (`#935 <https://github.com/git-cola/git-cola/pull/935>`_)
1155 * `git dag` now properly handles arbitrary input on Python3.
1156   Previously, an exception would be raised when entering `--grep=xxx` where
1157   `xxx` is a quoted string with a missing end-quote.
1158   (`#941 <https://github.com/git-cola/git-cola/pull/941>`_)
1160 Development
1161 -----------
1162 * The contribution guidelines for contributors has been updated to mention
1163   how to regenerate the `*.mo` message files.
1164   (`#934 <https://github.com/git-cola/git-cola/pull/934>`_)
1167 .. _v3.3:
1169 v3.3
1170 ====
1172 Usability, bells and whistles
1173 -----------------------------
1174 * `git dag` improved how it renders parent commits.
1175   (`#921 <https://github.com/git-cola/git-cola/pull/921>`_)
1177 * The `Branches` widget now checks out branches when double-clicked.
1178   (`#920 <https://github.com/git-cola/git-cola/pull/920>`_)
1180 * The new `Submodules` widget makes it easy to interact with submodules.
1181   Additionally, submodules can now be updated using the `Status` widget.
1182   (`#916 <https://github.com/git-cola/git-cola/pull/916>`_)
1184 * Updated Japanese translation.
1185   (`#914 <https://github.com/git-cola/git-cola/pull/914>`_)
1187 * The "Open Terminal" action now launches a Git Bash shell on Windows.
1188   (`#913 <https://github.com/git-cola/git-cola/pull/913>`_)
1190 * New menu actions for updating all submodules.
1191   (`#911 <https://github.com/git-cola/git-cola/pull/911>`_)
1193 * The status widget can now update submodules.
1194   (`#911 <https://github.com/git-cola/git-cola/pull/911>`_)
1196 * The "Apply Patch" `git cola am` dialog now includes a diff viewer
1197   to display the contents of the selected patch.
1199 * The "Alt+D" diffstat hotkey now selects the staged/modified/etc.
1200   header in the Status widget, which shows the totality of everything
1201   that will be committed.
1202   (`#771 <https://github.com/git-cola/git-cola/issues/771>`_)
1204 * Running "Launch Editor" from the diff editor now opens the editor at the
1205   current line.
1206   (`#898 <https://github.com/git-cola/git-cola/pull/898>`_)
1208 * The textwidth and tabwidth configuration values can now be set
1209   per-repository, rather than globally only.
1211 * Text entry widgets switched to using a block cursor in `v3.2`.
1212   This has been reverted to the original line cursor for consistency
1213   with other applications and user expectations.
1214   (`#889 <https://github.com/git-cola/git-cola/issues/889>`_)
1216 * The "edit at line" feature, used by the "Grep" tool, now supports
1217   the Sublime text editor.
1218   (`#894 <https://github.com/git-cola/git-cola/pull/894>`_)
1220 Fixes
1221 -----
1222 * Launching external programs has been improved on Windows.
1223   (`#925 <https://github.com/git-cola/git-cola/pull/925>`_)
1225 * Improve compatibility when using PySide2.
1226   (`#912 <https://github.com/git-cola/git-cola/pull/912>`_)
1228 * The Diff Editor was not honoring the configured tab width on startup.
1229   (`#900 <https://github.com/git-cola/git-cola/issues/900>`_)
1231 * The "Delete Files" feature was creating an unreadable display when
1232   many files were selected.  Word-wrap the list of files so that the
1233   display stays within a sensible size.
1234   (`#895 <https://github.com/git-cola/git-cola/issues/895>`_)
1236 * Spelling and grammar fixes.
1237   (`#915 <https://github.com/git-cola/git-cola/pull/915>`_)
1238   (`#891 <https://github.com/git-cola/git-cola/pull/891>`_)
1240 Development
1241 -----------
1242 * The logo was run through `tidy` to give it a consistent style.
1243   Some technical issues with the logo were improved.
1244   (`#877 <https://github.com/git-cola/git-cola/issues/877>`_)
1246 * The entire codebase is now checked by `flake8`, rather than just
1247   the module and test directories.  This catches things like
1248   the pynsist installer scripts.
1249   (`#884 <https://github.com/git-cola/git-cola/issues/884>`_)
1250   (`#882 <https://github.com/git-cola/git-cola/issues/882>`_)
1251   (`#879 <https://github.com/git-cola/git-cola/pull/879>`_)
1253 Packaging
1254 ---------
1255 * The vendored `qtpy` library was updated to `v1.6`.
1257 * The Windows installer's wrapper scripts were missing an import.
1258   (`#878 <https://github.com/git-cola/git-cola/issues/878>`_)
1261 .. _v3.2:
1263 v3.2
1264 ====
1266 Usability, bells and whistles
1267 -----------------------------
1268 * The `git cola dag` DAG window now supports `git revert`.
1269   (`#843 <https://github.com/git-cola/git-cola/issues/843>`_)
1271 * `git stash pop` is now supported by the stash dialog.
1272   (`#844 <https://github.com/git-cola/git-cola/issues/844>`_)
1274 * The status widget now ensures that each item is visible when selection
1275   changes.  Previously, if you scrolled to the right to see the name of
1276   a long filename, and then selected a short filename above it, the widget
1277   may not have shown the short filename in the viewport.  We now ensure
1278   that the filenames are visible when the selection changes.
1279   (`#828 <https://github.com/git-cola/git-cola/pull/828>`_)
1281 * The `git xbase` rebase editor no longer displays an error when
1282   cancelling an interactive rebase.
1283   (`#814 <https://github.com/git-cola/git-cola/issues/814>`_)
1285 * The dialog shown when renaming remotes has been simplified.
1286   (`#840 <https://github.com/git-cola/git-cola/pull/840>`_)
1287   (`#838 <https://github.com/git-cola/git-cola/issues/838>`_)
1289 * The help dialog in the `git-xbase` Rebase editor is now scrollable.
1290   (`#855 <https://github.com/git-cola/git-cola/issues/855>`_)
1292 Translations
1293 ------------
1294 * Updated Brazilian translation.
1295   (`#845 <https://github.com/git-cola/git-cola/pull/845>`_)
1297 * Updated Czech translation.
1298   (`#854 <https://github.com/git-cola/git-cola/pull/854>`_)
1299   (`#853 <https://github.com/git-cola/git-cola/pull/853>`_)
1300   (`#835 <https://github.com/git-cola/git-cola/pull/835>`_)
1301   (`#813 <https://github.com/git-cola/git-cola/pull/813>`_)
1303 * Update Spanish translation.
1304   (`#862 <https://github.com/git-cola/git-cola/pull/862>`_)
1305   (`#867 <https://github.com/git-cola/git-cola/pull/867>`_)
1307 Packaging
1308 ---------
1309 * The original `#!/usr/bin/env python` shebang lines can now be
1310   retained by passing `USE_ENV_PYTHON=1` to `make` when installing.
1311   (`#850 <https://github.com/git-cola/git-cola/issues/850>`_)
1313 * The Makefile is now resilient to DESTDIR and prefix containing whitespace.
1314   (`#858 <https://github.com/git-cola/git-cola/pull/858>`_)
1316 * The vendored `qtpy` library was updated to `v1.4.2`.
1318 * `python3-distutils` is needed to build cola on Debian.
1319   (`#837 <https://github.com/git-cola/git-cola/issues/837>`_)
1321 Fixes
1322 -----
1323 * The "C" key no longer closes the message dialogs, for example the
1324   one that is shown when a commit fails its pre-commit hooks.
1325   This allows "Ctrl+C" copy to work, rather than closing the dialog.
1326   (`#734 <https://github.com/git-cola/git-cola/issues/734>`_)
1328 * Dock widgets sizes are now properly saved and restored when the main
1329   window is maximized.
1330   (`#848 <https://github.com/git-cola/git-cola/issues/848>`_)
1332 * The spellcheck feature was broken under Python3.
1333   (`#857 <https://github.com/git-cola/git-cola/issues/857>`_)
1335 * A regression when saving stashes was fixed.
1336   (`#847 <https://github.com/git-cola/git-cola/issues/847>`_)
1338 * Diffing image files was not updating the available context menus,
1339   which prevented the "Stage" action from being present in the menu.
1340   (`#841 <https://github.com/git-cola/git-cola/issues/841>`_)
1342 * `git cola` now detects when `git lfs uninstall` has been run.  This allows
1343   you to re-initialize "Git LFS" in an existing repository where it had been
1344   previously uninstalled.
1345   (`#842 <https://github.com/git-cola/git-cola/issues/842>`_)
1347 * Custom color values that did not contain any hexadecimal digits in the
1348   `a-f` range were being converted into integers by the config reader.  This
1349   then caused the configured colors to be ignored.
1351   These color values are now interpreted correctly.  Additionally, color
1352   values can now use an optional HTML-like `#` prefix.
1354   Example `.gitconfig` snippet::
1356     [cola "color"]
1357         text = "#0a0303"
1359   (`#836 <https://github.com/git-cola/git-cola/pull/836>`_)
1360   (`#849 <https://github.com/git-cola/git-cola/issues/849>`_)
1362 * We now display an error message graphically when `Git` is not installed.
1363   Previously, the message went to stderr only.
1364   (`#830 <https://github.com/git-cola/git-cola/issues/830>`_)
1366 * Changing diff options was causing resulting in an exception.
1367   (`#833 <https://github.com/git-cola/git-cola/issues/833>`_)
1368   (`#834 <https://github.com/git-cola/git-cola/pull/834>`_)
1370 * The DAG window now updates itself when branches and tags are created.
1371   (`#814 <https://github.com/git-cola/git-cola/issues/814>`_)
1373 * The user's `$PATH` environment variable can now contain utf-8
1374   encoded paths.  Previously, launching external commands could
1375   lead to tracebacks.
1376   (`#807 <https://github.com/git-cola/git-cola/issues/807>`_)
1378 * Git Cola development sandboxes can now be stored on utf-8 encoded
1379   filesystem paths.  Previously, the interactive rebase feature
1380   could be broken when running in that environment.
1381   (`#825 <https://github.com/git-cola/git-cola/issues/825>`_)
1383 * The log window now uses an ISO-8601 timestamp, which
1384   avoids localized output in the log window.
1385   (`#817 <https://github.com/git-cola/git-cola/issues/817>`_)
1387 Development
1388 -----------
1389 * The code base has been thoroughly sanitized using `pylint`, and
1390   travis is now running pylint over the entire project.
1392 * Miscellaneous improvements and code improvements.
1393   (`#874 <https://github.com/git-cola/git-cola/issues/874>`_)
1396 .. _v3.1:
1398 v3.1
1399 ====
1401 Usability, bells and whistles
1402 -----------------------------
1403 * The "Browser" widget learned to rename files using "git mv".
1404   (`#239 <https://github.com/git-cola/git-cola/issues/239>`_)
1406 * The "Diff" widget learned to diff images.  Side-by-side and pixel diff
1407   modes allow you to inspect changes to common images formats.
1408   (`#444 <https://github.com/git-cola/git-cola/issues/444>`_)
1409   (`#803 <https://github.com/git-cola/git-cola/pull/803>`_)
1411 * Git LFS and Git Annex are natively supported by the image diff viewer.
1413 * Git Annex operations are now included. `git annex init` can be performed on
1414   repositories, and `git annex add` can be run on untracked files from the
1415   status widget.  Install `git-annex` to activate this feature.
1417 * Git LFS operations are now included. `git lfs install` can be performed on
1418   repositories, and `git lfs track` can be run on untracked files from the
1419   status widget.  Install `git-lfs` to activate this feature.
1421 * The "Stash" tool learned to stash staged changes only.  Select the
1422   "Stage Index" option and only staged changes will be stashed away.
1423   (`#413 <https://github.com/git-cola/git-cola/issues/413>`_)
1425 * The "Stash" tool learned to use vim-like navigation keyboard shortcuts,
1426   shows error messages when things go wrong, and now saves the "Stash Index"
1427   and "Keep Index" options across sessions.
1429 * The Edit menu's "Copy" and "Select All" actions now forward to either the
1430   diff, status, recent, or favorites widgets, based on which widget has focus.
1432 * The "File" and "Edit" menu can now be activated using `Alt + {F,E}` hotkeys.
1433   (`#759 <https://github.com/git-cola/git-cola/issues/759>`_)
1435 * It was easy to accidentally trigger the first action in the `Status` tool's
1436   context menu when using a quick right-click to bring up the menu.
1437   A short sub-second delay was added to ensure that the top-most action is not
1438   triggered unless enough time has passed.  This prevents accidental
1439   activation of the first item (typically "Stage" or "Unstage") without
1440   burdening common use cases.
1441   (`#755 <https://github.com/git-cola/git-cola/pull/755>`_)
1442   (`#643 <https://github.com/git-cola/git-cola/issues/643>`_)
1444 * The "Ctrl+S" hotkey now works for the header items in the Status tool.
1445   Selected the "Modified" header item and activating the "Stage" hotkey,
1446   for example, will stage all modified files.  This works for the "Staged",
1447   "Modified", and "Untracked" headers.  This is not enabled for the
1448   "Unmerged" header by design.
1449   (`#772 <https://github.com/git-cola/git-cola/issues/772>`_)
1451 * The list of "Recent" repositories previously capped the number of
1452   repositories shown to 8 repositories.  This can be set to a higher
1453   value by setting the `cola.maxrecent` configuration variable.
1454   (`#752 <https://github.com/git-cola/git-cola/issues/752>`_)
1456 * The "Create Branch" dialog now prevents invalid branch names.
1457   (`#765 <https://github.com/git-cola/git-cola/issues/765>`_)
1459 * Updated Turkish translation.
1460   (`#756 <https://github.com/git-cola/git-cola/pull/756>`_)
1462 * Updated Ukrainian translation.
1463   (`#753 <https://github.com/git-cola/git-cola/pull/753>`_)
1465 * Updated German translation.
1466   (`#802 <https://github.com/git-cola/git-cola/pull/802>`_)
1468 * Updated Czech translation
1469   (`#792 <https://github.com/git-cola/git-cola/pull/792>`_)
1470   (`#806 <https://github.com/git-cola/git-cola/pull/806>`_)
1472 * The window title can be configured to not display the absolute path of the
1473   repository.
1474   (`#775 <https://github.com/git-cola/git-cola/issues/775>`_)
1476 * The "Edit Remotes" editor learned to edit remote URLS.
1478 * Bare repositories can now be created by selecting the
1479   "New Bare Repository..." action from the `File` menu.
1481 * The "Branches" widget learned to configure upstream branches.
1483 * A new `git cola clone` sub-command was added for cloning repositories.
1485 Packaging
1486 ---------
1487 * The vendored `qtpy` library was updated to `v1.3.1`.
1489 * The macOS installation was made simpler for better compatibility with
1490   Homebrew.
1491   (`#636 <https://github.com/git-cola/git-cola/issues/636>`_)
1493 * The Windows installer is now much simpler.  Git Cola now bundles
1494   Python and PyQt5, so users need only install the "Git for Windows"
1495   and "Git Cola" installers to get things working.
1497 Fixes
1498 -----
1499 * Uninitialized difftool errors will now be displayed graphically.
1500   They were previously going to the shell.
1501   (`#457 <https://github.com/git-cola/git-cola/issues/457>`_)
1503 * Translations marked "fuzzy" will no longer be used when translating strings.
1504   (`#782 <https://github.com/git-cola/git-cola/issues/782>`_)
1506 * Deleted unmerged files will now correctly use a deleted icon.
1507   (`#479 <https://github.com/git-cola/git-cola/issues/479>`_)
1509 * The `Ctrl+C` "Copy" hotkey on the diff viewer has been fixed.
1510   (`#767 <https://github.com/git-cola/git-cola/issues/767>`_)
1512 * The "Create Tag" dialog did not correctly handle the case when a signed
1513   tag is requested, but no message is provided, and the user chooses to
1514   create an unannotated tag instead.  This convenience fallback will now
1515   properly create an unsigned, unannotated tag.
1516   (`#696 <https://github.com/git-cola/git-cola/issues/696>`_)
1518 * `.gitconfig` and `.git/config` values editable by the Preferences dialog
1519   (aka `git cola config`) will now get unset when set to an empty value.
1520   For example, setting a different `user.email` in the current repository,
1521   followed by a subsequent emptying of that field, would previously result in
1522   an empty string getting stored in the config.  This has been fixed so that
1523   the value will now get unset in the config instead.
1524   (`#406 <https://github.com/git-cola/git-cola/issues/406>`_)
1526 * Spelling and typofixes.
1527   (`#748 <https://github.com/git-cola/git-cola/pull/748>`_)
1529 * `core.commentChar` is now honored when set in the local repository
1530   `.git/config`.
1531   (`#766 <https://github.com/git-cola/git-cola/issues/766>`_)
1533 * The log window was using a format string that did not display
1534   correctly in all locales.  A locale-aware format is now used.
1535   (`#800 <https://github.com/git-cola/git-cola/pull/800>`_)
1537 * The dialog displayed when prompting for a reference could sometimes
1538   lose focus.
1539   (`#804 <https://github.com/git-cola/git-cola/pull/804>`_)
1542 .. _v3.0:
1544 v3.0
1545 ====
1547 Usability, bells and whistles
1548 -----------------------------
1549 * Updated Simplified Chinese translation.
1550   (`#726 <https://github.com/git-cola/git-cola/pull/726>`_)
1552 * Updated Ukrainian translation.
1553   (`#723 <https://github.com/git-cola/git-cola/pull/723>`_)
1555 * New Czech translation.
1556   (`#736 <https://github.com/git-cola/git-cola/pull/736>`_)
1557   (`#737 <https://github.com/git-cola/git-cola/pull/737>`_)
1558   (`#740 <https://github.com/git-cola/git-cola/pull/740>`_)
1559   (`#743 <https://github.com/git-cola/git-cola/pull/743>`_)
1561 * The "name" field in the "Create Tag" dialog now includes autocompletion,
1562   which makes it easy to see which tags currently exist.
1564 * `git cola` now has configurable toolbars.  Use the `View -> Add toolbar`
1565   menu item to add a toolbar.
1567 * Setting `cola.expandtab` to `true` will now expand tabs into spaces
1568   in the commit message editor.  The number of spaces to insert is determined
1569   by consulting `cola.tabwidth`, which defaults to `8`.
1571 * The "Copy SHA-1" hotkey is now `Alt + Ctrl + C`, to avoid clobbering the
1572   ability to copy text from the DAG window.
1573   (`#705 <https://github.com/git-cola/git-cola/pull/705>`_)
1575 * The "Prepare Commit Message" action can now be invoked via the
1576   `Ctrl+Shift+Return` shortcut.
1577   (`#707 <https://github.com/git-cola/git-cola/pull/707>`_)
1579 * The `Branches` pane now has a filter field that highlights branches whose
1580   names match the string entered into its text field.
1581   (`#713 <https://github.com/git-cola/git-cola/pull/713>`_)
1583 * Actions that are triggered in response to button presses were being
1584   triggered when the button was pressed, rather than when it was released,
1585   which was a usability flaw.  All buttons now respond when clicked
1586   rather than when pressed.
1587   (`#715 <https://github.com/git-cola/git-cola/pull/715>`_)
1589 * The DAG window will now only refresh when object IDs change.
1590   Previously, the DAG would redraw itself in response to inotify events,
1591   such as filesystem operations, which was disruptive when inspecting a large
1592   diff in its diff viewer.  The DAG will now only redraw when the object IDs
1593   corresponding to its query input changes.  Furthermore, when redrawing, the
1594   scrollbar positions are retained to minimize disruption to the viewport
1595   contents.
1596   (`#620 <https://github.com/git-cola/git-cola/issues/620>`_)
1597   (`#724 <https://github.com/git-cola/git-cola/issues/724>`_)
1599 * The "About" dialog now includes the SHA-1 where Git Cola was built.
1600   (`#530 <https://github.com/git-cola/git-cola/issues/530>`_)
1602 * The "Status" widget now has "Copy Leading Path to Clipboard" and
1603   "Copy Basename to Clipboard" actions.
1604   (`#435 <https://github.com/git-cola/git-cola/issues/435>`_)
1605   (`#436 <https://github.com/git-cola/git-cola/issues/436>`_)
1607 * The "Status" widget now supports custom "Copy ... to Clipboard" actions.
1608   (`#437 <https://github.com/git-cola/git-cola/issues/437>`_)
1610 * The main menu now has an "Edit" menu.
1611   (`#725 <https://github.com/git-cola/git-cola/issues/725>`_)
1613 * `git dag` learned to checkout commits into a detached HEAD state.
1614   (`#698 <https://github.com/git-cola/git-cola/issues/698>`_)
1616 * The `status` widget's context menus now omit actions selection-dependent
1617   actions when no file is selected.
1618   (`#731 <https://github.com/git-cola/git-cola/pull/731>`_)
1620 * The startup dialog now focuses the repository list so that repositories
1621   can be selected with the keyboard without mouse intervention.
1622   (`#741 <https://github.com/git-cola/git-cola/issues/741>`_)
1624 Fixes
1625 -----
1626 * `git dag` now prevents nodes from overlapping in more situations.
1627   (`#689 <https://github.com/git-cola/git-cola/pull/689>`_)
1629 * Adding untracked Git submodule repo directories previously ran
1630   `git add submodule/` but we now call `git add submodule` without
1631   the trailing slash (`/`) to avoid staging files that belong to the
1632   submodule (which is possibly a `git` bug).  By working around the
1633   buggy behavior we allow users to recover by issuing the appropriate
1634   `git submodule add` command to properly register the submodule.
1635   (`#681 <https://github.com/git-cola/git-cola/pull/681>`_)
1637 * We now avoid `git for-each-ref --sort=version:refname` on versions
1638   of `git` older than `v2.7.0`.  Previously we only avoided it for
1639   versions older than `v2.0.0`, which was a mistake.
1640   (`#686 <https://github.com/git-cola/git-cola/pull/686>`_)
1642 * The error message displayed when `git` is not installed has been fixed.
1643   (`#686 <https://github.com/git-cola/git-cola/pull/686>`_)
1645 * Adding new remotes was silently broken.
1646   (`#684 <https://github.com/git-cola/git-cola/issues/684>`_)
1647   (`#685 <https://github.com/git-cola/git-cola/pull/685>`_)
1649 * The repo selection dialog had errors during startup when the
1650   `cola.refreshonfocus` feature was enabled, as reported on Ubuntu 16.04.
1651   (`#690 <https://github.com/git-cola/git-cola/issues/690>`_)
1653 * Restored support for PyQt 4.6 (Centos 6.8)
1654   (`#692 <https://github.com/git-cola/git-cola/issues/692>`_)
1656 * Switching repositories now resets the "Amend Mode" and other settings
1657   when switching.
1658   (`#710 <https://github.com/git-cola/git-cola/issues/710>`_)
1660 * `git rebase` error messages now displayed when rebasing fails or stops
1661   via the standalone `git cola rebase` front-end.
1662   (`#721 <https://github.com/git-cola/git-cola/issues/721>`_)
1664 * `git cola` learned to stage broken symlinks.
1665   (`#727 <https://github.com/git-cola/git-cola/issues/727>`_)
1667 * The "View History" feature in the `Browser` tool was fixed, and now
1668   disambiguates between refs and paths.
1669   (`#732 <https://github.com/git-cola/git-cola/issues/732>`_)
1671 * The diff editor now has better support for files with CRLF `\r\n`
1672   line endings.
1673   (`#730 <https://github.com/git-cola/git-cola/issues/730>`_)
1675 * `cola.inotify` in a repo-local config is now honored
1676   when `git cola` is launched from a desktop entry (`git cola --prompt`).
1677   (`#695 <https://github.com/git-cola/git-cola/issues/695>`_)
1680 .. _v2.11:
1682 v2.11
1683 =====
1685 Usability, bells and whistles
1686 -----------------------------
1687 * New Ukrainian translation.
1688   (`#670 <https://github.com/git-cola/git-cola/pull/670>`_)
1689   (`#672 <https://github.com/git-cola/git-cola/pull/672>`_)
1691 * New and improved French translations.
1693 * The new `Branches` widget makes it easier to checkout, merge, push,
1694   and pull branches from a single interface.
1696 * `git cola` now includes a dark icon theme.  The dark icon theme can be
1697   activated either by setting the `GIT_COLA_ICON_THEME` environment variable
1698   to `dark`, by configuring `cola.icontheme` to `dark`, or by specifying
1699   `--icon-theme=dark` on the command line.
1700   (`#638 <https://github.com/git-cola/git-cola/pull/638>`_)
1702 * Autocompletion was added to the `Fetch`, `Push`, and `Pull` dialogs.
1704 * The commit message editor now remembers the "Spellcheck" setting
1705   after exiting.
1706   (`#645 <https://github.com/git-cola/git-cola/pull/645>`_)
1708 * `git dag` now uses an improved algorithm for laying out the graph,
1709   which avoids collisions under certain graph configurations, and
1710   avoids overlapping tag with commits.
1711   (`#648 <https://github.com/git-cola/git-cola/pull/648>`_)
1712   (`#651 <https://github.com/git-cola/git-cola/pull/651>`_)
1713   (`#654 <https://github.com/git-cola/git-cola/pull/654>`_)
1714   (`#656 <https://github.com/git-cola/git-cola/pull/656>`_)
1715   (`#659 <https://github.com/git-cola/git-cola/pull/659>`_)
1717 * `git dag` now remembers its column sizes across sessions.
1718   (`#674 <https://github.com/git-cola/git-cola/issues/674>`_)
1720 * `Grep` now shows a preview of the selected file's content in a split window
1721   below the grep results.
1723 * `Grep` now includes line numbers in the preview pane's output.
1725 * `Edit Remotes` now remembers its window settings after exiting.
1727 * `Diff` now has an option to display line numbers in the editor.
1728   (`#136 <https://github.com/git-cola/git-cola/issues/136>`_)
1730 * `Amend Last Commit` can now be triggered via the `Commit` menu in addition
1731   to the commit message editor's options.
1732   (`#640 <https://github.com/git-cola/git-cola/issues/640>`_)
1734 * The `File Browser` tool was made much faster and can now operate on
1735   much larger repositories.
1736   (`#499 <https://github.com/git-cola/git-cola/issues/499>`_)
1738 * A new "turbo" mode was added that allows you to opt-out of operations
1739   that can slow `git cola` on large repositories.  The turbo mode is
1740   enabled by configuring `git config cola.turbo true`.  Turbo mode
1741   disables the background loading of Git commit messages and other
1742   details in the `File Browser` widget.
1744 * A new GitIgnore dialog allows adding custom gitignore patterns.
1745   (`#653 <https://github.com/git-cola/git-cola/pull/653>`_)
1747 * The spellchecker in `git cola` can now use an additional dictionary
1748   by configuring `cola.dictionary` to the path to a file containing
1749   a newline-separated list of words.
1750   (`#663 <https://github.com/git-cola/git-cola/issues/663>`_)
1752 * The stash, export patches, diff, and gitignore dialogs now remember
1753   their window sizes.
1755 * A new `git cola recent` sub-command was added for finding recently
1756   edited files.
1758 * The `Fetch` dialog now allows pruning remote branches.
1759   (`#639 <https://github.com/git-cola/git-cola/issues/639>`_)
1760   (`#680 <https://github.com/git-cola/git-cola/pull/680>`_)
1762 Fixes
1763 -----
1764 * `git cola`'s spellchecker now supports the new `dict-common` filesystem
1765   layout, and prefers the `/usr/share/dict/cracklib-small` file over the
1766   `/usr/share/dict/words` provided on older distributions.
1767   This makes the spellchecker compatible with Arch, which does not provide
1768   a `words` symlink like Debian.
1769   (`#663 <https://github.com/git-cola/git-cola/issues/663>`_)
1771 * Properly handle the case where an existing file is untracked using
1772   the File Browser.
1774 * Fix a quirk where the "Create Branch" dialog sometimes required clicking
1775   twice on the radio buttons.
1776   (`#662 <https://github.com/git-cola/git-cola/pull/662>`_)
1778 * Fixed a focus issue to ensure that "Push", "Fetch", and "Pull" can
1779   be executed with the press of a single enter key after being shown.
1780   (`#661 <https://github.com/git-cola/git-cola/issues/661>`_)
1782 * Committing is now allowed in when resolving a merge results in no
1783   changes.  This state was previously prevented by the commit message editor,
1784   which prevented users from resolving merges that result in no changes.
1785   (`#679 <https://github.com/git-cola/git-cola/pull/679>`_)
1787 * The filesystem monitor would sometimes emit backtraces when directories
1788   are modified.  This has been fixed.
1789   (`bz #1438522 <https://bugzilla.redhat.com/show_bug.cgi?id=1438522>`_)
1791 * Absolute paths are now returned when querying for `.git`-relative paths
1792   from within a submodule, which uses `.git`-files.
1793   This fixes launching `git cola` from within a subdirectory of a submodule.
1794   (`#675 <https://github.com/git-cola/git-cola/pull/675>`_)
1797 .. _v2.10:
1799 v2.10
1800 =====
1802 Usability, bells and whistles
1803 -----------------------------
1804 * `git cola` can now invoke the `.git/hooks/cola-prepare-commit-msg`
1805   hook to update the commit message.  This hook takes the same parameters
1806   as Git's `prepare-commit-message` hook.  The default path to this hook
1807   can be overridden by setting the `cola.prepareCommitMessageHook`
1808   configuration variable.
1809   (`Documentation <https://git-cola.readthedocs.io/en/latest/git-cola.html#prepare-commit-message>`_)
1811 * `git cola diff` (and the corresponding `Diff` menu actions) can now
1812   launch difftool with the standard `Ctrl+D` hotkey.  The `Ctrl+E` hotkey was
1813   also added for launching an editor.
1815 * Traditional Chinese (Taiwan) translation updates.
1817 Fixes
1818 -----
1819 * `git cola` now works when installed in non-ascii, utf8-encoded paths.
1820   (`#629 <https://github.com/git-cola/git-cola/issues/629>`_)
1822 * Styling issues that caused black backgrounds in various widgets when using
1823   PyQ5 on Mac OS X have been fixed.
1824   (`#624 <https://github.com/git-cola/git-cola/issues/624>`_)
1826 * The "Open Recent" menu action was broken and has been fixed.
1827   (`#634 <https://github.com/git-cola/git-cola/issues/634>`_)
1829 * Exiting `git cola` with a maximized main window would hang when reopened
1830   on Linux.
1831   (`#641 <https://github.com/git-cola/git-cola/issues/641>`_)
1833 Packaging
1834 ---------
1835 * `appdata.xml` files are now provided at
1836   `share/appdata/git-cola.xml` and `share/appdata/git-dag.xml`
1837   for use by the Linux software gallery.
1838   (`#627 <https://github.com/git-cola/git-cola/pull/627>`_)
1839   (`Appdata <https://people.freedesktop.org/~hughsient/appdata/>`_)
1842 .. _v2.9.1:
1844 v2.9.1
1845 ======
1847 Fixes
1848 -----
1849 * The "Open Recent" menu was updated to new bookmarks format.
1850   (`#628 <https://github.com/git-cola/git-cola/issues/628>`_)
1853 .. _v2.9:
1855 v2.9
1856 ====
1858 Usability, bells and whistles
1859 -----------------------------
1860 * New Polish translation thanks to Łukasz Wojniłowicz
1861   (`#598 <https://github.com/git-cola/git-cola/pull/598>`_)
1863 * The `Bypass Commit Hooks` feature now disables itself automatically
1864   when a new commit is created.  The new behavior turns the option into a
1865   single-use flag, which helps prevent users from accidentally leaving it
1866   active longer than intended.
1867   (`#595 <https://github.com/git-cola/git-cola/pull/595>`_)
1869 * `git dag` learned to launch an external diff viewer on selected commits.
1870   The standard `Ctrl+D` shortcut can be used to view diffs.
1871   (`#468 <https://github.com/git-cola/git-cola/issues/468>`_)
1873 * `git dag` learned to launch directory diffs via `git difftool --dir-diff`.
1874   The `Ctrl+Shift+D` shortcut launches difftool in directory-diff mode.
1875   (`#468 <https://github.com/git-cola/git-cola/issues/468>`_)
1877 * Items in the "Favorites" list can now be renamed, which makes it
1878   easier to differentiate between several checkouts of the same repository.
1879   (`#599 <https://github.com/git-cola/git-cola/issues/599>`_)
1880   (`#601 <https://github.com/git-cola/git-cola/pull/601>`_)
1882 * The startup screen now includes a logo and `git cola` version information.
1883   (`#526 <https://github.com/git-cola/git-cola/issues/526>`_)
1885 * The `About` page was revamped to contain multiple tabs.  A new tab was added
1886   that provides details about `git cola`''s dependencies.  New tabs were also
1887   added for giving credit to `git cola`'s authors and translators.
1889 * The `About` page can now be accessed via `git cola about`.
1891 * The "Fast-forward only" and "No fast-forward" options supported by
1892   `git pull` are now accessible via `git cola pull`.
1894 * Doing a forced push no longer requires selecting the remote branch.
1895   (`#618 <https://github.com/git-cola/git-cola/pull/618>`_)
1897 * `git cola push` now has an option to suppress the prompt that is shown
1898   when pushing would create new remote branches.
1899   (`#605 <https://github.com/git-cola/git-cola/issues/605>`_)
1901 * `git dag` now shows commit messages in a more readable color.
1902   (`#574 <https://github.com/git-cola/git-cola/issues/574>`_)
1904 * `git cola browse` and the `status` widget learned to launch the OS-specified
1905   default action for a file.  When used on directories via `git cola browse`,
1906   or when "Open Parent Directory" is used on files, the OS-specified
1907   file browser will typically be used.
1909 * `git cola browse` and the `status` widget learned to launch terminals.
1911 Fixes
1912 -----
1913 * `git cola browse` was not updating when expanding items.
1914   (`#588 <https://github.com/git-cola/git-cola/issues/588>`_)
1916 * Typofixes in comments, naming, and strings have been applied.
1917   (`#593 <https://github.com/git-cola/git-cola/pull/593>`_)
1919 * The inotify and win32 filesystem monitoring no longer refreshes
1920   when updates are made to ignored files.
1921   (`#517 <https://github.com/git-cola/git-cola/issues/517>`_)
1922   (`#516 <https://github.com/git-cola/git-cola/issues/516>`_)
1924 * The `Refresh` button on the actions panel no longer raises an
1925   exception when using PyQt5.
1926   (`#604 <https://github.com/git-cola/git-cola/issues/604>`_)
1928 * Fixed a typo in the inotify backend that is triggered when files are removed.
1929   (`#607 <https://github.com/git-cola/git-cola/issues/607>`_)
1931 * Fixed a typo when recovering from a failed attempt to open a repository.
1932   (`#606 <https://github.com/git-cola/git-cola/issues/606>`_)
1934 * `git dag` now properly updates itself when launched from the menubar.
1935   (`#613 <https://github.com/git-cola/git-cola/pull/613>`_)
1937 * If git-cola is invoked on Windows using `start pythonw git-cola`,
1938   a console window will briefly flash on the screen each time
1939   `git cola` invokes `git`.  The console window is now suppressed.
1941 * We now avoid some problematic Popen flags on Windows which were
1942   breaking the `git rebase` feature on Windows.
1944 * The `Save` button in `git dag`'s "Grab File..." feature now properly
1945   prompts for a filename when saving files.
1946   (`#617 <https://github.com/git-cola/git-cola/pull/617>`_)
1948 Development
1949 -----------
1950 * The `qtpy` symlink in the source tree has been removed to allow for easier
1951   development on Windows.
1952   (`#626 <https://github.com/git-cola/git-cola/issues/626>`_)
1955 .. _v2.8:
1957 v2.8
1958 ====
1960 Usability, bells and whistles
1961 -----------------------------
1962 * `git cola push` learned to configure upstream branches.
1963   (`#563 <https://github.com/git-cola/git-cola/issues/563>`_)
1965 Fixes
1966 -----
1967 * The diffstat view is now properly updated when notifications are
1968   received via inotify filesystem monitoring.
1969   (`#577 <https://github.com/git-cola/git-cola/issues/577>`_)
1971 * Python3 with PyQt5 had a bug that prevented `git cola` from starting.
1972   (`#589 <https://github.com/git-cola/git-cola/pull/589>`_)
1975 .. _v2.7:
1977 v2.7
1978 ====
1980 Fixes
1981 -----
1983 * When repositories stored in non-ASCII, UTF-8-encoded filesystem paths
1984   were operated upon with `LC_ALL=C` set in the environment, unicode errors
1985   would occur when using `python2`.  `git cola` was made more robust and will
1986   now operate correctly within this environment.
1987   (`#581 <https://github.com/git-cola/git-cola/issues/581>`_)
1989 * Support for the `GIT_WORK_TREE` environment variable was fixed.
1990   (`#582 <https://github.com/git-cola/git-cola/pull/582>`_)
1992 Development
1993 -----------
1995 * The `unittest.mock` module is now used instead of the original `mock` module
1996   when running the `git cola` test suite using Python3.
1997   (`#569 <https://github.com/git-cola/git-cola/issues/569>`_)
1999 Packaging
2000 ---------
2002 * `git cola` is now compatible with *PyQt5*, *PyQt4*, and *Pyside*.
2003   `git cola` previously supported *PyQt4* only, but will now use whichever
2004   library is available.  Users are not required to upgrade at this time,
2005   but *PyQt5* support can be enabled anytime by making its python
2006   modules available.
2007   (`#232 <https://github.com/git-cola/git-cola/issues/232>`_)
2009   *NOTE*: We do not yet recommend using *PyQt5* because there are known
2010   exit-on-segfault bugs in *Qt5* that have not yet been addressed.
2011   `git cola` is sensitive to this bug and is known to crash on exit
2012   when using `git dag` or the interactive rebase feature on *PyQt5*.
2014   https://bugreports.qt.io/browse/QTBUG-52988
2016   *PyQt4* is stable and there are no known issues when using it so
2017   we recommend using it until the Qt5 bugs have been resolved.
2019 * `git cola` now depends on *QtPy* and includes a bundled copy of the
2020   `qtpy` library.  If you are packaging `git cola` and would prefer to use
2021   `qtpy` from your distribution instead of the built-in version then use
2022   `make NO_VENDOR_LIBS=1` when building `git cola`.  This will prevent
2023   vendored libraries from being installed.
2026 .. _v2.6:
2028 v2.6
2029 ====
2031 Usability, bells and whistles
2032 -----------------------------
2034 * A new "Reset" sub-menu provides access to running "git reset --mixed"
2035   when resetting branch heads and "git reset  --merge" when resetting
2036   worktrees.
2037   (`#542 <https://github.com/git-cola/git-cola/issues/542>`_)
2039 * `git cola` now supports linked worktrees, i.e. worktrees created by
2040   `git worktree`.
2041   (`#554 <https://github.com/git-cola/git-cola/issues/554>`_)
2043 Fixes
2044 -----
2046 * Diff highlighting is now robust to the user having
2047   diff.supressBlankEmpty=true in their git config.
2048   (`#541 <https://github.com/git-cola/git-cola/issues/541>`_)
2050 * The filesystem monitor now properly handles repositories that use
2051   `.git`-files, e.g. when using submodules.
2052   (`#545 <https://github.com/git-cola/git-cola/issues/545>`_)
2053   (`#546 <https://github.com/git-cola/git-cola/pulls/546>`_)
2055 * Per-repository git configuration is now properly detected when launching
2056   `git cola` from an application launcher.
2057   (`#548 <https://github.com/git-cola/git-cola/issues/548>`_)
2059 * `git cola` now cleans up after itself immediately to avoid leaving behind
2060   empty `/tmp/git-cola-XXXXXX` directories when the user uses `Ctrl+C`
2061   to quit the app.
2062   (`#566 <https://github.com/git-cola/git-cola/issues/566>`_)
2064 Packaging
2065 ---------
2067 * It is now possible to install `git cola` to and from utf8-encoded filesystem
2068   paths.  Previously, Python's stdlib would throw an encoding error during
2069   installation.  We workaround the stdlib by forcing python2 to use utf-8,
2070   thus fixing assumptions in the stdlib library code.
2071   (`#551 <https://github.com/git-cola/git-cola/issues/551>`_)
2074 .. _v2.5:
2076 v2.5
2077 ====
2079 Usability, bells and whistles
2080 -----------------------------
2082 * The icon for untracked files was adjusted to better differentiate
2083   between files and the "Untracked" header.
2084   (`#509 <https://github.com/git-cola/git-cola/issues/509>`_)
2086 * Ctrl+O was added as a hotkey for opening repositories.
2087   (`#507 <https://github.com/git-cola/git-cola/pull/507>`_)
2089 * `git dag` now uses consistent edge colors across updates.
2090   (`#512 <https://github.com/git-cola/git-cola/issues/512>`_)
2092 * `git cola`'s Bookmarks widget can now be used to set a "Default Repository".
2093   Under the hood, we set the `cola.defaultrepo` configuration variable.
2094   The default repository is used whenever `git cola` is launched outside of
2095   a Git repository.  When unset, or when set to a bogus value, `git cola`
2096   will prompt for a repository, as it previously did.
2097   (`#513 <https://github.com/git-cola/git-cola/issues/513>`_)
2099 * `git cola`'s Russian and Spanish translations were improved
2100   thanks to Vaiz and Zeioth.
2101   (`#514 <https://github.com/git-cola/git-cola/pull/514>`_)
2102   (`#515 <https://github.com/git-cola/git-cola/pull/515>`_)
2103   (`#523 <https://github.com/git-cola/git-cola/pull/523>`_)
2105 * `git cola` was translated to Turkish thanks to Barış ÇELİK.
2106   (`#520 <https://github.com/git-cola/git-cola/pull/520>`_)
2108 * The status view now supports launching `git gui blame`.  It can be
2109   configured to use a different command by setting `cola.blameviewer`.
2110   (`#521 <https://github.com/git-cola/git-cola/pull/521>`_)
2112 * `git dag` now allows selecting non-contiguous ranges in the log widget.
2113   (`#468 <https://github.com/git-cola/git-cola/issues/468>`_)
2115 * Any font can now be chosen for the diff editor, not just monospace fonts.
2116   (`#525 <https://github.com/git-cola/git-cola/issues/525>`_)
2118 Fixes
2119 -----
2121 * `xfce4-terminal` and `gnome-terminal` are now supported when launching
2122   `git mergetool` to resolve merges.  These terminals require that the command
2123   to execute is shell-quoted and passed as a single string argument to `-e`
2124   rather than as additional command line arguments.
2125   (`#524 <https://github.com/git-cola/git-cola/issues/524>`_)
2127 * Fixed a unicode problem when formatting the error message that is shown
2128   when `gitk` is not installed.  We now handle unicode data in tracebacks
2129   generated by python itself.
2130   (`#528 <https://github.com/git-cola/git-cola/issues/528>`_)
2132 * The `New repository` feature was fixed.
2133   (`#533 <https://github.com/git-cola/git-cola/pull/533>`_)
2135 * We now use omit the extended description when creating "fixup!" commits,
2136   for consistency with the Git CLI.  We now include only the one-line summary
2137   in the final commit message.
2138   (`#522 <https://github.com/git-cola/git-cola/issues/522>`_)
2141 .. _v2.4:
2143 v2.4
2144 ====
2146 Usability, bells and whistles
2147 -----------------------------
2149 * The user interface is now HiDPI-capable.  git-cola now uses SVG
2150   icons, and its interface can be scaled by setting the `GIT_COLA_SCALE`
2151   environment variable.
2153 * `git dag` now supports the standard editor, difftool, and history hotkeys.
2154   It is now possible to invoke these actions from file widget's context
2155   menu and through the standard hotkeys.
2156   (`#473 <https://github.com/git-cola/git-cola/pull/473>`_)
2158 * The `Status` tool also learned about the history hotkey.
2159   Additionally, the `Alt + {J,K}` aliases are also supported in the `Status`
2160   tool for consistency with the other tools where the non-Alt hotkeys are not
2161   available.
2162   (`#488 <https://github.com/git-cola/git-cola/pull/488>`_)
2164 * The `File Browser` tool now has better default column sizes,
2165   and remembers its window size and placement.
2167 * The `File Browser` now supports the refresh hotkey, and has better
2168   behavior when refreshing.  The selection is now retained, and new and
2169   removed files are found when refreshing.
2171 * A new `git-cola-completion.bash` completion script is provided in the
2172   `contrib/` directory.  It must be used alongside Git's completion script.
2173   Source it from your `~/.bashrc` (or `~/.zshrc`, etc) after sourcing
2174   the `git-completion.bash` script and you will have command-line completion
2175   support for the `git cola` and `git dag` sub-commands.
2177 * The "checkout" dialog now offers completion for remote branches and other
2178   git refs.  This makes it easier to checkout remote branches in a detached
2179   head state.  Additionally, the checkout dialog also offers completion for
2180   remote branches that have not yet been checked out, which makes it easier to
2181   create a local tracking branch by just completing for that potential name.
2182   (`#390 <https://github.com/git-cola/git-cola/issues/390>`_)
2184 * The "create branch" and "create tag" dialogs now save and restore their
2185   window settings.
2187 * The "status" widget can now be configured to use a bold font with a darker
2188   background for the header items.
2189   (`#506 <https://github.com/git-cola/git-cola/pull/506>`_)
2191 * The "status" widget now remembers its horizontol scrollbar position across
2192   updates.  This is helpful when working on projects with long paths.
2193   (`#494 <https://github.com/git-cola/git-cola/issues/494>`_)
2195 Fixes
2196 -----
2198 * When using *Git for Windows*, a `git` window would appear
2199   when running *Windows 8*.  We now pass additional flags to
2200   `subprocess.Popen` to prevent a `git` window from appearing.
2201   (`#477 <https://github.com/git-cola/git-cola/issues/477>`_)
2202   (`#486 <https://github.com/git-cola/git-cola/pull/486>`_)
2204 * Launching difftool with `.PY` in `$PATHEXT` on Windows was fixed.
2205   (`#492 <https://github.com/git-cola/git-cola/issues/492>`_)
2207 * Creating a local branch tracking a remote branch that contains
2208   slashes in its name is now properly handled.
2209   (`#496 <https://github.com/git-cola/git-cola/issues/496>`_)
2211 * The "Browse Other Branch" feature was broken by Python3, and is now fixed.
2212   (`#501 <https://github.com/git-cola/git-cola/issues/501>`_)
2214 * We now avoid `long` for better Python3 compatibility.
2215   (`#502 <https://github.com/git-cola/git-cola/issues/502>`_)
2217 * We now use Git's default merge message when merging branches.
2218   (`#508 <https://github.com/git-cola/git-cola/issues/508>`_)
2220 * Miscellaneous fixes
2221   (`#485 <https://github.com/git-cola/git-cola/pull/485>`_)
2223 Packaging
2224 ---------
2226 * git-cola's documentation no longer uses an intersphinx link mapping
2227   to docs.python.org.  This fixes warnings when building rpms using koji,
2228   where network access is prevented.
2230   https://bugzilla.redhat.com/show_bug.cgi?id=1231812
2233 .. _v2.3:
2235 v2.3
2236 ====
2238 Usability, bells and whistles
2239 -----------------------------
2241 * The Interactive Rebase feature now works on Windows!
2242   (`#463 <https://github.com/git-cola/git-cola/issues/463>`_)
2244 * The `diff` editor now understands vim-style `hjkl` navigation hotkeys.
2245   (`#476 <https://github.com/git-cola/git-cola/issues/476>`_)
2247 * `Alt + {J,K}` navigation hotkeys were added to allow changing to the
2248   next/previous file from the diff and commit editors.
2250 * The `Rename branch` menu action is now disabled in empty repositories.
2251   (`#475 <https://github.com/git-cola/git-cola/pull/475>`_)
2252   (`#459 <https://github.com/git-cola/git-cola/issues/459>`_)
2254 * `git cola` now checks unmerged files for conflict markers before
2255   staging them.  This feature can be disabled in the preferences.
2256   (`#464 <https://github.com/git-cola/git-cola/issues/464>`_)
2258 * `git dag` now remembers which commits were selected when refreshing
2259   so that it can restore the selection afterwards.
2260   (`#480 <https://github.com/git-cola/git-cola/issues/480>`_)
2262 * "Launch Editor", "Launch Difftool", "Stage/Unstage",
2263   and "Move Up/Down" hotkeys now work when the commit message
2264   editor has focus.
2265   (`#453 <https://github.com/git-cola/git-cola/issues/453>`_)
2267 * The diff editor now supports the `Ctrl+u` hotkey for reverting
2268   diff hunks and selected lines.
2270 * The `core.commentChar` Git configuration value is now honored.
2271   Commit messages and rebase instruction sheets will now use
2272   the configured character for comments.  This allows having
2273   commit messages that start with `#` when `core.commentChar`
2274   is configured to its non-default value.
2275   (`#446 <https://github.com/git-cola/git-cola/issues/446>`_)
2277 Fixes
2278 -----
2280 * Diff syntax highlighting was improved to handle more edge cases
2281   and false positives.
2282   (`#467 <https://github.com/git-cola/git-cola/pull/467>`_)
2284 * Setting commands in the interactive rebase editor was fixed.
2285   (`#472 <https://github.com/git-cola/git-cola/issues/472>`_)
2287 * git-cola no longer clobbers the Ctrl+Backspace text editing shortcut
2288   in the commit message editor.
2289   (`#453 <https://github.com/git-cola/git-cola/issues/453>`_)
2291 * The copy/paste clipboard now persists after `git cola` exits.
2292   (`#484 <https://github.com/git-cola/git-cola/issues/484>`_)
2295 .. _v2.2.1:
2297 v2.2.1
2298 ======
2300 Fixes
2301 -----
2302 * Fixed the "Sign off" feature in the commit message editor.
2305 .. _v2.2:
2307 v2.2
2308 ====
2310 Usability, bells and whistles
2311 -----------------------------
2312 * Double-click will now choose a commit in the "Select commit" dialog.
2314 * `git cola` has a feature that reads `.git/MERGE_MSG` and friends for the
2315   commit message when a merge is in-progress.  Upon refresh, `git cola` will
2316   now detect when a merge has completed and reset the commit message back to
2317   its previous state.  It is only reset if the editor contains a message
2318   that was read from the file and has not been manually edited by the user.
2320 * The commit message editor's context menu now has a "Clear..." action for
2321   clearing the message across both the summary and description fields.
2323 * Traditional Chinese (Taiwan) translation updates.
2325 * The system theme's icons are now used wherever possible.
2326   (`#458 <https://github.com/git-cola/git-cola/pull/458>`_)
2328 Fixes
2329 -----
2330 * The stash viewer now uses ``git show --no-ext-diff`` to avoid running
2331   user-configured diff tools.
2333 * `git cola` now uses the `setsid()` system call to ensure that the
2334   `GIT_ASKPASS` and `SSH_ASKPASS` helper programs are used when pushing
2335   changes using `git`.  The askpass helpers will now be used even when
2336   `git cola` is launched from a terminal.
2338   The behavior without `setsid()` is that `git cola` can appear to hang while
2339   pushing changes.  The hang happens when `git` prompts the user for a
2340   password using the terminal, but the user never sees the prompt.  `setsid()`
2341   detaches the terminal, which ensures that the askpass helpers are used.
2342   (`#218 <https://github.com/git-cola/git-cola/issues/218>`_)
2343   (`#262 <https://github.com/git-cola/git-cola/issues/262>`_)
2344   (`#377 <https://github.com/git-cola/git-cola/issues/377>`_)
2346 * `git dag`'s file list tool was updated to properly handle unicode paths.
2348 * `gnome-terminal` is no longer used by default when `cola.terminal` is unset.
2349   It is broken, as was detailed in #456.
2350   (`#456 <https://github.com/git-cola/git-cola/issues/456>`_)
2352 * The interactive rebase feature was not always setting `$GIT_EDITOR`
2353   to the value of `gui.editor`, thus there could be instances where rebase
2354   will seem to not stop, or hang, when performing "reword" actions.
2356   We now set the `$GIT_EDITOR` environment variable when performing the
2357   "Continue", "Skip", and "Edit Todo" rebase actions so that the correct
2358   editor is used during the rebase.
2359   (`#445 <https://github.com/git-cola/git-cola/issues/445>`_)
2361 Packaging
2362 ---------
2363 * `git cola` moved from a 3-part version number to a simpler 2-part "vX.Y"
2364   version number.  Most of our releases tend to contain new features.
2367 .. _v2.1.2:
2369 v2.1.2
2370 ======
2371 Usability, bells and whistles
2372 -----------------------------
2373 * Updated zh_TW translations.
2375 * `git cola rebase` now defaults to `@{upstream}`, and generally uses the same
2376   CLI syntax as `git rebase`.
2378 * The commit message editor now allows you to bypass commit hooks by selecting
2379   the "Bypass Commit Hooks" option.  This is equivalent to passing the
2380   `--no-verify` option to `git commit`.
2381   (`#357 <https://github.com/git-cola/git-cola/issues/357>`_)
2383 * We now prevent the "Delete Files" action from creating a dialog that does
2384   not fit on screen.
2385   (`#378 <https://github.com/git-cola/git-cola/issues/378>`_)
2387 * `git xbase` learned to edit rebase instruction sheets that contain
2388   `exec` commands.
2390 * The diff colors are now configurable.  `cola.color.{text,add,remove,header}`
2391   can now be set with 6-digit hexadecimal colors.
2392   See the `git cola manual <https://git-cola.readthedocs.io/en/latest/git-cola.html#configuration-variables>_`
2393   for more details.
2395 * Improved hotkey documentation.
2397 Fixes
2398 -----
2399 * `git cola` will now allow starting an interactive rebase with a dirty
2400   worktree when `rebase.autostash` is set.
2401   (`#360 <https://github.com/git-cola/git-cola/issues/360>`_)
2404 .. _v2.1.1:
2406 v2.1.1
2407 ======
2408 Usability, bells and whistles
2409 -----------------------------
2410 * A new "Find files" widget was added, and can be activated by
2411   using the `Ctrl+t` or `t` hotkeys.
2413 * A new `git cola find` sub-command was added for finding files.
2415 * `git cola` now remembers the text cursor's position when staging
2416   interactively with the keyboard.  This makes it easier to use the keyboard
2417   arrows to select and stage lines.
2419 * The completion widgets will now select the top completion item
2420   when `Enter` or `Return` are pressed.
2422 * You can now refresh using `F5` in addition to the existing `Ctrl+R` hotkey.
2424 Fixes
2425 -----
2426 * `git cola` now passes `--no-abbrev-commit` to `git log` to override
2427   having `log.abbrevCommit = true` set in `.gitconfig`.
2430 .. _v2.1.0:
2432 v2.1.0
2433 ======
2434 Usability, bells and whistles
2435 -----------------------------
2436 * `git dag` now forwards all unknown arguments along to `git log`.
2437   (`#389 <https://github.com/git-cola/git-cola/issues/389>`_)
2439 * Line-by-line interactive staging was made more robust.
2440   (`#399 <https://github.com/git-cola/git-cola/pull/399>`_)
2442 * "Bookmarks" was renamed to "Favorites".
2443   (`#392 <https://github.com/git-cola/git-cola/issues/392>`_)
2445 * Untracked files are now displayed using a unique icon.
2446   (`#388 <https://github.com/git-cola/git-cola/pull/388>`_)
2448 Fixes
2449 -----
2450 * `git dag` was triggering a traceback on Fedora when parsing Git logs.
2451   (`bz #181676 <https://bugzilla.redhat.com/show_bug.cgi?id=1181686>`_)
2453 * inotify expects unicode paths on Python3.
2454   (`#393 <https://github.com/git-cola/git-cola/pull/393>`_)
2456 * Untracked files are now assumed to be utf-8 encoded.
2457   (`#401 <https://github.com/git-cola/git-cola/issues/401>`_)
2460 .. _v2.0.8:
2462 v2.0.8
2463 ======
2464 Usability, bells and whistles
2465 -----------------------------
2466 * `git cola` can now create GPG-signed commits and merges.
2467   See the documentation for details about setting up a GPG agent.
2468   (`#149 <https://github.com/git-cola/git-cola/issues/149>`_)
2470 * The status widget learned to copy relative paths when `Ctrl+x` is pressed.
2471   (`#358 <https://github.com/git-cola/git-cola/issues/358>`_)
2473 * Custom GUI actions can now define their own keyboard shortcuts by
2474   setting `guitool.$name.shortcut` to a string understood by Qt's
2475   `QAction::setShortcut()` API, e.g. `Alt+X`.
2476   See the
2477   `Qt docs <http://qt-project.org/doc/qt-4.8/qkeysequence.html#QKeySequence-2>`_
2478   for more details about the supported values.
2480 * `git cola` learned to rename branches.
2481   (`#364 <https://github.com/git-cola/git-cola/pull/364>`_)
2482   (`#278 <https://github.com/git-cola/git-cola/issues/278>`_)
2484 * `git dag` now has a "Show history" context menu which can be used to filter
2485   history using the selected paths.
2487 Fixes
2488 -----
2489 * `sphinxtogithub.py` was fixed for Python3.
2490   (`#353 <https://github.com/git-cola/git-cola/pull/353>`_)
2492 * The commit that changed how we read remotes from `git remote`
2493   to parsing `git config` was reverted since it created problems
2494   for some users.
2496 * Fixed a crash when using the `rebase edit` feature.
2497   (`#351 <https://github.com/git-cola/git-cola/issues/351>`_)
2499 * Better drag-and-drop behavior when dropping into gnome-terminal.
2500   (`#373 <https://github.com/git-cola/git-cola/issues/373>`_)
2502 Packaging
2503 ---------
2504 * The `git-cola-folder-handler.desktop` file handler was fixed
2505   to pass validation by `desktop-file-validate`.
2506   (`#356 <https://github.com/git-cola/git-cola/issues/356>`_)
2508 * The `git.svg` icon was renamed to `git-cola.svg`, and `git cola` was taught
2509   to prefer icons from the desktop theme when available.
2512 .. _v2.0.7:
2514 v2.0.7
2515 ======
2516 Usability, bells and whistles
2517 -----------------------------
2518 * New hotkey: `Ctrl+Shift+M` merges branches.
2520 * New hotkey: `Ctrl+R` refreshes the DAG viewer.
2521   (`#347 <https://github.com/git-cola/git-cola/issues/347>`_)
2523 Fixes
2524 -----
2525 * We now use `git config` to parse the list of remotes
2526   instead of parsing the output of `git remote`, which
2527   is a Git porcelain and should not be used by scripts.
2529 * Avoid "C++ object has been deleted" errors from PyQt4.
2530   (`#346 <https://github.com/git-cola/git-cola/issues/346>`_)
2532 Packaging
2533 ---------
2534 * The `make install` target now uses `install` instead of `cp`.
2537 .. _v2.0.6:
2539 v2.0.6
2540 ======
2541 Usability, bells and whistles
2542 -----------------------------
2543 * Updated Brazilian Portuguese translation.
2545 * The status and browse widgets now allow drag-and-drop into
2546   external applications.
2547   (`#335 <https://github.com/git-cola/git-cola/issues/335>`_)
2549 * We now show a progress bar when cloning repositories.
2550   (`#312 <https://github.com/git-cola/git-cola/issues/312>`_)
2552 * The bookmarks widget was simplified to not need a
2553   separate dialog.
2554   (`#289 <https://github.com/git-cola/git-cola/issues/289>`_)
2556 * Updated Traditional Chinese translation.
2558 * We now display a warning when trying to rebase with uncommitted changes.
2559   (`#338 <https://github.com/git-cola/git-cola/issues/338>`_)
2561 * The status widget learned to filter paths.
2562   `Ctrl+Shift+S` toggles the filter widget.
2563   (`#337 <https://github.com/git-cola/git-cola/issues/337>`_)
2564   (`#339 <https://github.com/git-cola/git-cola/pull/339>`_)
2566 * The status widget learned to move files to the trash
2567   when the `send2trash <https://github.com/hsoft/send2trash>`_
2568   module is installed.
2569   (`#341 <https://github.com/git-cola/git-cola/issues/341>`_)
2571 * "Recent repositories" is now a dedicated widget.
2572   (`#342 <https://github.com/git-cola/git-cola/issues/342>`_)
2574 * New Spanish translation thanks to Pilar Molina Lopez.
2575   (`#344 <https://github.com/git-cola/git-cola/pull/344>`_)
2577 Fixes
2578 -----
2579 * Newly added remotes are now properly seen by the fetch/push/pull dialogs.
2580   (`#343 <https://github.com/git-cola/git-cola/issues/343>`_)
2583 .. _v2.0.5:
2585 v2.0.5
2586 ======
2587 Usability, bells and whistles
2588 -----------------------------
2589 * New Brazilian Portuguese translation thanks to Vitor Lobo.
2591 * New Indonesian translation thanks to Samsul Ma'arif.
2593 * Updated Simplified Chinese translation thanks to Zhang Han.
2595 * `Ctrl+Backspace` is now a hotkey for "delete untracked files" in
2596   the status widget.
2598 * Fetch/Push/Pull dialogs now use the configured remote of the current
2599   branch by default.
2600   (`#324 <https://github.com/git-cola/git-cola/pull/324>`_)
2602 Fixes
2603 -----
2604 * We now use `os.getcwd()` on Python3.
2605   (`#316 <https://github.com/git-cola/git-cola/pull/316>`_)
2606   (`#326 <https://github.com/git-cola/git-cola/pull/326>`_)
2608 * The `Ctrl+P` hotkey was overloaded to both "push" and "cherry-pick",
2609   so "cherry-pick" was moved to `Ctrl+Shift+C`.
2611 * Custom GUI tools with mixed-case names are now properly supported.
2613 * "Diff Region" is now referred to as "Diff Hunk" for consistency
2614   with common terminology from diff/patch tools.
2615   (`#328 <https://github.com/git-cola/git-cola/issues/328>`_)
2617 * git-cola's test suite is now portable to MS Windows.
2618   (`#332 <https://github.com/git-cola/git-cola/pull/332>`_)
2621 .. _v2.0.4:
2623 v2.0.4
2624 ======
2625 Usability, bells and whistles
2626 -----------------------------
2627 * We now handle the case when inotify `add_watch()` fails
2628   and display instructions on how to increase the number of watches.
2629   (`#263 <https://github.com/git-cola/git-cola/issues/263>`_)
2631 * New and improved zh_TW localization thanks to V字龍(Vdragon).
2632   (`#265 <https://github.com/git-cola/git-cola/pull/265>`_)
2633   (`#267 <https://github.com/git-cola/git-cola/pull/267>`_)
2634   (`#268 <https://github.com/git-cola/git-cola/pull/268>`_)
2635   (`#269 <https://github.com/git-cola/git-cola/issues/269>`_)
2636   (`#270 <https://github.com/git-cola/git-cola/pull/270>`_)
2637   (`#271 <https://github.com/git-cola/git-cola/pull/271>`_)
2638   (`#272 <https://github.com/git-cola/git-cola/pull/272>`_)
2640 * New hotkeys: `Ctrl+F` for fetch, `Ctrl+P` for push,
2641   and `Ctrl+Shift+P` for pull.
2643 * The bookmarks widget's context menu actions were made clearer.
2644   (`#281 <https://github.com/git-cola/git-cola/issues/281>`_)
2646 * The term "Staging Area" is used consistently in the UI
2647   to allow for better localization.
2648   (`#283 <https://github.com/git-cola/git-cola/issues/283>`_)
2650 * The "Section" term is now referred to as "Diff Region"
2651   in the UI.
2652   (`#297 <https://github.com/git-cola/git-cola/issues/297>`_)
2654 * The localization documentation related to the LANGUAGE
2655   environment variable was improved.
2656   (`#293 <https://github.com/git-cola/git-cola/pull/293>`_)
2658 * The "Actions" panel now contains tooltips for each button
2659   in case the button labels gets truncated by Qt.
2660   (`#292 <https://github.com/git-cola/git-cola/issues/292>`_)
2662 * Custom `git config`-defined actions can now be run in the
2663   background by setting `guitool.<name>.background` to `true`.
2665 Fixes
2666 -----
2667 * We now use bold fonts instead of SmallCaps to avoid
2668   artifacts on several configurations.
2670 * We now pickup `user.email`, `cola.tabwidth`, and similar settings
2671   when defined in /etc/gitconfig.
2672   (`#259 <https://github.com/git-cola/git-cola/issues/259>`_)
2674 * Better support for unicode paths when using inotify.
2675   (`bz #1104181 <https://bugzilla.redhat.com/show_bug.cgi?id=1104181>`_)
2677 * Unicode fixes for non-ascii locales.
2678   (`#266 <https://github.com/git-cola/git-cola/issues/266>`_)
2679   (`#273 <https://github.com/git-cola/git-cola/issues/273>`_)
2680   (`#276 <https://github.com/git-cola/git-cola/issues/276>`_)
2681   (`#282 <https://github.com/git-cola/git-cola/issues/282>`_)
2682   (`#298 <https://github.com/git-cola/git-cola/issues/298>`_)
2683   (`#302 <https://github.com/git-cola/git-cola/issues/302>`_)
2684   (`#303 <https://github.com/git-cola/git-cola/issues/303>`_)
2685   (`#305 <https://github.com/git-cola/git-cola/issues/305>`_)
2687 * Viewing history from the file browser was fixed for Python3.
2688   (`#274 <https://github.com/git-cola/git-cola/issues/274>`_)
2690 * setup.py was fixed to install the `*.rst` documentation.
2691   (`#279 <https://github.com/git-cola/git-cola/issues/279>`_)
2693 * Patch export was fixed for Python3.
2694   (`#290 <https://github.com/git-cola/git-cola/issues/290>`_)
2696 * Fixed adding a bookmark with trailing slashes.
2697   (`#295 <https://github.com/git-cola/git-cola/pull/295>`_)
2699 * The default `git dag` layout is now setup so that its widgets
2700   can be freely resized on Linux.
2701   (`#299 <https://github.com/git-cola/git-cola/issues/299>`_)
2703 * Invalid tag names are now reported when creating tags.
2704   (`#296 <https://github.com/git-cola/git-cola/pull/296>`_)
2707 .. _v2.0.3:
2709 v2.0.3
2710 ======
2711 Usability, bells and whistles
2712 -----------------------------
2713 * `git cola` no longer prompts after successfully creating a new branch.
2714   (`#251 <https://github.com/git-cola/git-cola/pull/251>`_)
2716 * Hitting enter on simple dialogs now accepts them.
2717   (`#255 <https://github.com/git-cola/git-cola/pull/255>`_)
2719 Fixes
2720 -----
2721 * `git dag` no longer relies on `sys.maxint`, which is
2722   not available in Python3.
2723   (`#249 <https://github.com/git-cola/git-cola/issues/249>`_)
2725 * Python3-related fixes.
2726   (`#254 <https://github.com/git-cola/git-cola/pull/254>`_)
2728 * Python3-on-Windows-related fixes.
2729   (`#250 <https://github.com/git-cola/git-cola/pull/250>`_)
2730   (`#252 <https://github.com/git-cola/git-cola/pull/252>`_)
2731   (`#253 <https://github.com/git-cola/git-cola/pull/253>`_)
2733 * Switching repositories using the bookmarks widget was not
2734   refreshing the inotify watcher.
2735   (`#256 <https://github.com/git-cola/git-cola/pull/256>`_)
2737 * Special commit messages trailers (e.g. "Acked-by:") are now special-cased to
2738   fix word wrapping lines that start with "foo:".
2739   (`#257 <https://github.com/git-cola/git-cola/issues/257>`_)
2741 * `git dag` sometimes left behind selection artifacts.
2742   We now refresh the view to avoid them.
2743   (`#204 <https://github.com/git-cola/git-cola/issues/204>`_)
2746 .. _v2.0.2:
2748 v2.0.2
2749 ======
2750 Usability, bells and whistles
2751 -----------------------------
2752 * Better inotify support for file creation and deletion.
2753   (`#240 <https://github.com/git-cola/git-cola/issues/240>`_)
2755 * `git cola` now supports the X11 Session Management Protocol
2756   and remembers its state across logout/reboot.
2757   (`#164 <https://github.com/git-cola/git-cola/issues/164>`_)
2759 * `git cola` has a new icon.
2760   (`#190 <https://github.com/git-cola/git-cola/issues/190>`_)
2762 Packaging
2763 ---------
2764 * Building the documentation no longer requires `asciidoc`.
2765   We now use `Sphinx <http://sphinx-doc.org/>`_ for building
2766   html documentation and man pages.
2768 Fixes
2769 -----
2770 * Reworked the git-dag gravatar icon code to avoid a unicode
2771   error in Python 2.
2773 * Commit message line-wrapping was made to better match the GUI editor.
2774   (`#242 <https://github.com/git-cola/git-cola/issues/242>`_)
2776 * Better support for Python3 on Windows
2777   (`#246 <https://github.com/git-cola/git-cola/issues/246>`_)
2779 Packaging
2780 ---------
2781 * git-cola no longer depends on Asciidoc for building its documentation
2782   and man-pages.  We now depend on [Sphinx](http://sphinx-doc.org/) only.
2785 .. _v2.0.1:
2787 v2.0.1
2788 ======
2789 Usability, bells and whistles
2790 -----------------------------
2791 * Some context menu actions are now hidden when selected
2792   files do not exist.
2793   (`#238 <https://github.com/git-cola/git-cola/issues/238>`_)
2795 Fixes
2796 -----
2797 * The build-git-cola.sh contrib script was improved.
2798   (`#235 <https://github.com/git-cola/git-cola/pull/235>`_)
2800 * Non-ascii worktrees work properly again.
2801   (`#234 <https://github.com/git-cola/git-cola/issues/234>`_)
2803 * The browser now guards itself against missing files.
2804   (`bz #1041378 <https://bugzilla.redhat.com/show_bug.cgi?id=1071378>`_)
2806 * Saving widget state now works under Python3.
2807   (`#236 <https://github.com/git-cola/git-cola/pull/236>`_)
2810 .. _v2.0.0:
2812 v2.0.0
2813 ======
2814 Portability
2815 -----------
2816 * git-cola now runs on Python 3 thanks to Virgil Dupras.
2817   (`#233 <https://github.com/git-cola/git-cola/pull/233>`_)
2819 * Python 2.6, 2.7, and 3.2+ are now supported.
2820   Python 2.5 is no longer supported.
2822 Fixes
2823 -----
2824 * i18n test fixes thanks to Virgil Dupras.
2825   (`#231 <https://github.com/git-cola/git-cola/pull/231>`_)
2827 * git-cola.app build fixes thanks to Maicon D. Filippsen.
2828   (`#230 <https://github.com/git-cola/git-cola/pull/230>`_)
2830 * Lots of pylint improvements thanks to Alex Chernetz.
2831   (`#229 <https://github.com/git-cola/git-cola/pull/229>`_)
2834 .. _v1.9.4:
2836 v1.9.4
2837 ======
2838 Usability, bells and whistles
2839 -----------------------------
2840 * The new `Bookmarks` tool makes it really easy to switch between repositories.
2842 * There is now a dedicated dialog for applying patches.
2843   See the ``File -> Apply Patches`` menu item.
2844   (`#215 <https://github.com/git-cola/git-cola/issues/215>`_)
2846 * A new `git cola am` sub-command was added for applying patches.
2848 Fixes
2849 -----
2850 * Fixed a typo that caused inotify events to be silently ignored.
2852 * Fixed the sys.path setup for Mac OS X (Homebrew).
2853   (`#221 <https://github.com/git-cola/git-cola/issues/221>`_)
2855 * Lots of pylint fixes thanks to Alex Chernetz.
2858 .. _v1.9.3:
2860 v1.9.3
2861 ======
2862 Usability, bells and whistles
2863 -----------------------------
2864 * `git cola --amend` now starts the editor in `amend` mode.
2865   (`#187 <https://github.com/git-cola/git-cola/issues/187>`_)
2867 * Multiple lines of text can now be pasted into the `summary` field.
2868   All text beyond the first newline will be automatically moved to the
2869   `extended description` field.
2870   (`#212 <https://github.com/git-cola/git-cola/issues/212>`_)
2872 Fixes
2873 -----
2874 * Stray whitespace in `.git` files is now ignored.
2875   (`#213 <https://github.com/git-cola/git-cola/issues/213>`_)
2877 * Fix "known incorrect sRGB profile" in `staged-item.png`.
2878   (`gentoo-devel message #85066
2879   <http://comments.gmane.org/gmane.linux.gentoo.devel/85066>`_)
2882 .. _v1.9.2:
2884 v1.9.2
2885 ======
2886 Fixes
2887 -----
2888 * Fix a traceback when `git push` fails.
2889   (`bz #1034778 <https://bugzilla.redhat.com/show_bug.cgi?id=1034778>`_)
2891 Packaging
2892 ---------
2893 * Most of the git-cola sub-packages have been removed.
2894   The only remaining packages are `cola`, `cola.models`,
2895   and `cola.widgets`.
2897 * The translation file for Simplified Chinese was renamed
2898   to `zh_CN.po`.
2899   (`#209 <https://github.com/git-cola/git-cola/issues/209>`_)
2902 .. _v1.9.1:
2904 v1.9.1
2905 ======
2906 Packaging
2907 ---------
2908 * `git cola version --brief` now prints the brief version number.
2910 Fixes
2911 -----
2912 * Resurrected the "make dist" target, for those that prefer to create
2913   their own tarballs.
2915 * Fixed the typo that broke the preferences dialog.
2918 .. _v1.9.0:
2920 v1.9.0
2921 ======
2922 Usability, bells and whistles
2923 -----------------------------
2924 * We now ship a full-featured interactive `git rebase` editor.
2925   The rebase todo file is edited using the `git xbase` script which
2926   is provided at `$prefix/share/git-cola/bin/git-xbase`.
2927   This script can be used standalone by setting the `$GIT_SEQUENCE_EDITOR`
2928   before running `git rebase --interactive`.
2929   (`#1 <https://github.com/git-cola/git-cola/issues/1>`_)
2931 * Fixup commit messages can now be loaded from the commit message editor.
2933 * Tool widgets can be locked in place by using the "Tools/Lock Layout"
2934   menu action.
2935   (`#202 <https://github.com/git-cola/git-cola/issues/202>`_)
2937 * You can now push to several remotes simultaneously by selecting
2938   multiple remotes in the "Push" dialog.
2939   (`#148 <https://github.com/git-cola/git-cola/issues/148>`_)
2941 * The `grep` tool learned to search using three different modes:
2942   basic regular expressions (default), extended regular expressions,
2943   and fixed strings.
2945 Packaging
2946 ---------
2947 * `git cola` now depends on the `argparse` Python module.
2948   This module is part of the stdlib in Python 2.7 and must
2949   be installed separately when using Python 2.6 and below.
2951 Fixes
2952 -----
2953 * Support unicode in the output from `fetch`, `push`, and `pull`.
2956 .. _v1.8.5:
2958 v1.8.5
2959 ======
2960 Usability, bells and whistles
2961 -----------------------------
2962 * We now detect when the editor or history browser are misconfigured.
2963   (`#197 <https://github.com/git-cola/git-cola/issues/197>`_)
2964   (`bz #886826 <https://bugzilla.redhat.com/show_bug.cgi?id=886826>`_)
2966 * Display of untracked files can be disabled from the Preferences dialog
2967   or by setting the `gui.displayuntracked` configuration variable to `false`.
2968   (`Git Mailing List on 2013-08-21
2969   <https://public-inbox.org/git/20130821032913.GA6092@wheezy.local/>`_)
2971 Fixes
2972 -----
2973 * Unicode stash names are now supported
2974   (`#198 <https://github.com/git-cola/git-cola/issues/198>`_)
2976 * The diffs produced when reverting workspace changes were made more robust.
2979 .. _v1.8.4:
2981 v1.8.4
2982 ======
2983 Usability, bells and whistles
2984 -----------------------------
2985 * Brand new German translation thanks to Sven Claussner.
2987 * The "File" menu now provides a "New Repository..." menu action.
2989 * `git dag` now uses a dock-widget interface so that its widgets can
2990   be laid-out and arranged.  Customizations are saved and restored
2991   the next time `git dag` is launched.
2993 * `git dag` now has a "Zoom Best Fit" button next alongside the
2994   "Zoom In" and "Zoom Out" buttons.
2996 * `Ctrl+L` now focuses the "Search" field in the `git dag` tool.
2998 * Right-clicking in the "diff" viewer now updates the cursor position
2999   before performing actions, which makes it much easier to click around
3000   and selectively stage sections.  Previously, the current cursor position
3001   was used which meant that it required two clicks (left-click to update
3002   the position followed by right-click to get the context menu) for the
3003   desired section to be used.  This is now a single right-click operation.
3005 * The `Ctrl+D` "Launch Diff Tool" action learned to automatically choose
3006   between `git difftool` and `git mergetool`.  If the file is unmerged then
3007   we automatically launch `git mergetool` on the path, otherwise we use
3008   `git difftool`.  We do this because `git difftool` is not intended to
3009   be used on unmerged paths.  Automatically using `git mergetool` when
3010   appropriate is the most intuitive and muscle-memory-friendly thing to do.
3012 * You can now right-click on folders in your standard file browser
3013   and choose "Open With -> Git Cola"  (Linux-only).
3015 Fixes
3016 -----
3017 * Python 2.6 on Mac OS X Snow Leopard does not provide a namedtuple
3018   at `sys.version_info`.  We now avoid using that variable for better
3019   portability.
3021 * We now read the user's Git configuration from `~/.config/git/config`
3022   if that file is available, otherwise we use the traditional `~/.gitconfig`
3023   path, just like Git itself.
3025 * Some edge cases were fixed when applying partial/selected diffs.
3027 * The diff viewer is now properly cleared when refreshing.
3028   (`#194 <https://github.com/git-cola/git-cola/issues/194>`_)
3031 .. _v1.8.3:
3033 v1.8.3
3034 ======
3035 Usability, bells and whistles
3036 -----------------------------
3037 * The diff viewer now has an "Options" menu which can be
3038   used to set "git diff" options.  This can be used to
3039   ignore whitespace changes or to show a change with its
3040   surrounding function as context.
3041   (`#150 <https://github.com/git-cola/git-cola/issues/150>`_)
3043 * `git cola` now remembers your commit message and will restore it
3044   when `git cola` is restarted.
3045   (`#175 <https://github.com/git-cola/git-cola/pull/175>`_)
3047 * `Ctrl+M` can now be used to toggle the "Amend last commit"
3048   checkbox in the commit message editor.
3049   (`#161 <https://github.com/git-cola/git-cola/pull/161>`_)
3051 * Deleting remote branches can now be done from the "Branch" menu.
3052   (`#152 <https://github.com/git-cola/git-cola/issues/152>`_)
3054 * The commit message editor now has a built-in spell checker.
3056 Fixes
3057 -----
3058 * We now avoid invoking external diffs when showing diffstats.
3059   (`#163 <https://github.com/git-cola/git-cola/pull/163>`_)
3061 * The `Status` tool learned to reselect files when refreshing.
3062   (`#165 <https://github.com/git-cola/git-cola/issues/165>`_)
3064 * `git cola` now remembers whether it has been maximized and will restore the
3065   maximized state when `git cola` is restarted.
3066   (`#172 <https://github.com/git-cola/git-cola/issues/172>`_)
3068 * Performance is now vastly improved when staging hundreds or
3069   thousands of files.
3071 * `git cola` was not correctly saving repo-specific configuration.
3072   (`#174 <https://github.com/git-cola/git-cola/issues/174>`_)
3074 * Fix a UnicodeDecode in sphinxtogithub when building from source.
3077 .. _v1.8.2:
3079 v1.8.2
3080 ======
3082 Usability, bells and whistles
3083 -----------------------------
3084 * We now automatically remove missing repositories from the
3085   "Select Repository" dialog.
3086   (`#145 <https://github.com/git-cola/git-cola/issues/145>`_)
3088 * A new `git cola diff` sub-command was added for diffing changed files.
3090 Fixes
3091 -----
3092 * The inotify auto-refresh feature makes it difficult to select text in
3093   the "diff" editor when files are being continually modified by another
3094   process.  The auto-refresh causes it to lose the currently selected text,
3095   which is not wanted.  We now avoid this problem by saving and restoring
3096   the selection when refreshing the editor.
3097   (`#155 <https://github.com/git-cola/git-cola/issues/155>`_)
3099 * More strings have been marked for l10n.
3100   (`#157 <https://github.com/git-cola/git-cola/issues/157>`_)
3102 * Fixed the Alt+D Diffstat shortcut.
3103   (`#159 <https://github.com/git-cola/git-cola/issues/159>`_)
3105 Fixes
3106 -----
3107 * Better error handling when cloning repositories.
3109   We were not handling the case where a git URL has
3110   no basename, e.g. `https://git.example.com/`.
3111   `git cola` originally rejected these URLs instead of
3112   allowing users to clone them.  It now allows these URLs
3113   when they point to valid git repositories.
3115   Additionally, `git cola` learned to echo the errors
3116   reported by `git clone` when it fails.
3117   (`#156 <https://github.com/git-cola/git-cola/issues/156>`_)
3120 .. _v1.8.1:
3122 v1.8.1
3123 ======
3125 Usability, bells and whistles
3126 -----------------------------
3127 * `git dag` got a big visual upgrade.
3129 * `Ctrl+G` now launches the "Grep" tool.
3131 * `Ctrl+D` launches difftool and `Ctrl+E` launches your editor
3132   when in the diff panel.
3134 * git-cola can now be told to use an alternative language.
3135   For example, if the native language is German and we want git-cola to
3136   use English then we can create a `~/.config/git-cola/language` file with
3137   "en" as its contents: ``echo en >~/.config/git-cola/language``
3138   (`#140 <https://github.com/git-cola/git-cola/issues/140>`_)
3140 * A new `git cola merge` sub-command was added for merging branches.
3142 * Less blocking in the main UI
3144 Fixes
3145 -----
3146 * Autocomplete issues on KDE
3147   (`#144 <https://github.com/git-cola/git-cola/issues/144>`_)
3149 * The "recently opened repositories" startup dialog did not
3150   display itself in the absence of bookmarks.
3151   (`#139 <https://github.com/git-cola/git-cola/issues/139>`_)
3154 .. _v1.8.0:
3156 v1.8.0
3157 ======
3159 Usability, bells and whistles
3160 -----------------------------
3161 * `git cola` learned to honor `.gitattributes` when showing and
3162   interactively applying diffs.  This makes it possible to store
3163   files in git using a non-utf-8 encoding and `git cola` will
3164   properly accept them.  This must be enabled by settings
3165   `cola.fileattributes` to true, as it incurs a small performance
3166   penalty.
3167   (`#96 <https://github.com/git-cola/git-cola/issues/96>`_)
3169 * `git cola` now wraps commit messages at 72 columns automatically.
3170   This is configurable using the `cola.linebreak` variable to enable/disable
3171   the feature, and `cola.textwidth` to configure the limit.
3172   (`#133 <https://github.com/git-cola/git-cola/issues/133>`_)
3174 * A new "Open Recent" sub-menu was added to the "File" menu.
3175   This makes it easy to open a recently-edited repository.
3176   (`#135 <https://github.com/git-cola/git-cola/issues/135>`_)
3178 * We now show a preview for untracked files when they are clicked
3179   using the `Status` tool.
3180 * A new "Open Using Default Application" action was added to the
3181   `Status` tool.  It is activated using either `Spacebar` or through
3182   the context menu.  This action uses `xdg-open` on Linux and
3183   `open` on Mac OS X.
3184 * A new "Open Parent Directory" action was added to the `Status` tool.
3185   It is activated using either `Shift+Spacebar` or through the
3186   context menu.
3187 * `git dag` learned to honor the `log.date` git configuration variable.
3188   This makes the date display follow whatever format the user has
3189   configured.
3190 * A new `git cola config` sub-command was added for quickly
3191   tweaking `git cola`'s git configuration settings.
3192 * Some small usability tweaks -- some user confirmation prompts
3193   were defaulting to "Cancel" when they should have been defaulting
3194   to the affirmative option instead.
3196 Fixes
3197 -----
3198 * Properly handle arbitrarily-named branches.
3199 * We went back to launching `git mergetool` using an xterm.
3200   The reason is that there are a couple of places where `git mergetool`
3201   requires a terminal for user interaction not covered by `--no-prompt`.
3202 * We now properly handle an edge case when applying short diffs at
3203   the start of a file.
3206 .. _v1.7.7:
3208 v1.7.7
3209 ======
3211 Usability, bells and whistles
3212 -----------------------------
3213 * New and improved `grep` mode lets you instantly find and edit files.
3214 * New `git cola grep` standalone mode.
3215 * Support for passing arguments to the configured editors, e.g. `gvim -p`
3216   This makes it possible to select multiple files in the status
3217   window and use `Ctrl + E` to edit them all at once.
3218 * Remote operations now prompt on errors only.
3219 * The `Tab` key now jumps to the extended description when editing the summary.
3220 * More shortcut key labels and misc. UX improvements.
3222 Fixes
3223 -----
3224 * Selecting an item no longer copies its filename to the copy/paste buffer.
3225   `Ctrl + C` or the "Copy" context-menu action can be used instead.
3226 * The repository monitoring feature on Windows learned to ignore
3227   changes within the ".git" directory.  Thanks to Andreas Sommer.
3228   (`#120 <https://github.com/git-cola/git-cola/issues/120>`_)
3231 .. _v1.7.6:
3233 v1.7.6
3234 ======
3236 Usability, bells and whistles
3237 -----------------------------
3238 * `git dag` learned to color-code branchy edges.
3239   The edge colors change when a new branch is detected,
3240   which makes the history much easier to follow.
3241   A huge thanks to Uri Okrent for making it happen.
3243 * New GUI for editing remote repositories.
3245 * New `git cola archive` and `git cola remote` sub-commands.
3247 * `git cola browser` learned an 'Untrack' command.
3249 * The diff editor learned to staged/unstaged while amending.
3251 * The status tool can now scroll horizontally.
3253 * New git repositories can be created by clicking 'New' on the
3254   `git cola --prompt` startup screen.
3257 .. _v1.7.5:
3259 v1.7.5
3260 ======
3262 Usability, bells and whistles
3263 -----------------------------
3264 * Auto-completion was added to more tools.
3266 * `git dag` is easier to use on smaller displays -- the author
3267   field elides its text which allows for a more compact display.
3269 * Selected commits in `git dag` were made more prominent and
3270   easier to see.
3272 * 'Create Branch' learned to fetch remote branches and uses a
3273   background thread to do so.
3275 * User-configured GUI tools are listed alphabetically in the 'Actions' menu.
3277 * The 'Pull' dialog remembers the value of the 'Rebase' checkbox
3278   between invocations.
3281 .. _v1.7.4.1:
3283 v1.7.4.1
3284 ========
3286 Fixes
3287 -----
3288 * Detect Homebrew so that OS X users do not need to set PYTHONPATH.
3290 * `git dag` can export patches again.
3293 .. _v1.7.4:
3295 v1.7.4
3296 ======
3298 Usability, bells and whistles
3299 -----------------------------
3300 * The 'Classic' tool was renamed to 'Browser' and learned to
3301   limit history to the current branch.
3303 * `git dag` learned about gravatar and uses it to show images
3304   for commit authors.
3306 * `git dag` learned to use OpenGL for rendering resulting in
3307   much faster rendering.
3309 * More dialogs learned vim-style keyboard shortcuts.
3311 * The commit message editor learned better arrow key navigation.
3314 .. _v1.7.3:
3316 v1.7.3
3317 ======
3319 Usability, bells and whistles
3320 -----------------------------
3321 * `git cola` learned a few new sub commands:
3323 .. sourcecode:: sh
3325     git cola dag
3326     git cola branch
3327     git cola search
3329 * `Return` in the summary field jumps to the extended description.
3331 * `Ctrl+Return` is now a shortcut for 'Commit'.
3333 * Better French translation for 'Sign-off'.
3335 * The 'Search' widget now has a much simpler and streamlined
3336   user interface.
3338 * vim-style `h,j,k,l` navigation shortcuts were added to the DAG widget.
3340 * `git dag` no longer prompts for files when diffing commits if the
3341   text field contains paths.
3343 * General user interface and performance improvements.
3345 Fixes
3346 -----
3347 * The diff viewer no longer changes font size when holding `Control`
3348   while scrolling with the mouse wheel.
3350 * Files with a typechange (e.g. symlinks that become files, etc.)
3351   are now correctly identified as being modified.
3353 Packaging
3354 ---------
3355 * The `cola.controllers` and `cola.views` packages were removed.
3358 .. _v1.7.2:
3360 v1.7.2
3361 ======
3363 Usability, bells and whistles
3364 -----------------------------
3365 * `git cola` can now launch sub commands, e.g.:
3367 .. sourcecode:: sh
3369     git cola classic
3370     git cola stash
3371     git cola fetch
3372     git cola push
3373     git cola pull
3374     git cola tag
3376 * `git dag` is more responsive when gathering auto-completions.
3378 * Keyboard shortcuts are displayed when the '?' key is pressed.
3380 * Various keyboard shortcuts were added for improved usability.
3382 * The status widget now lists unmerged files before modified files.
3384 * vim-style `h,j,k,l` navigation shortcuts were added to the status widget.
3386 * A 'Recently Modified Files...' tool was added.
3388 * Tools can now be hidden with `Alt + #` (where `#` is a keyboard number)
3389   and focused with `Alt + Shift + #`.
3391 * The syntax highlighting colors for diffs was made less intrusive.
3393 * The commit message editor was redesigned to have a more compact
3394   and keyboard-convenient user interface.
3396 * Keyboard shortcuts for adding a Signed-off-by (`Ctrl + i`)
3397   and creating a commit (`Ctrl + m`) were added.
3399 * The status widget was adjusted to use less screen real-estate.
3401 Fixes
3402 -----
3403 * Avoid updating the index when responding to inotify events.
3404   This avoids interfering with operations such as `git rebase --interactive`.
3405   (`#99 <https://github.com/git-cola/git-cola/issues/99>`_)
3407 Packaging
3408 ---------
3409 * Create `git-dag.pyw` in the win32 installer.
3411 * win32 shortcuts now contain explicit calls to `pythonw.exe` instead of
3412   calling the `.pyw` file directly.
3414 Deprecated Features
3415 -------------------
3416 * The 'Apply Changes from Branch...' feature was removed.
3417   `git dag`'s 'Grab File...' feature used alongside the index/worktree editor
3418   is a simpler alternative.
3421 .. _v1.7.1.1:
3423 v1.7.1.1
3424 ========
3426 Fixes
3427 -----
3428 * Further enhanced the staging/unstaging behavior in the status widget.
3429   (`#97 <https://github.com/git-cola/git-cola/issues/97>`_)
3431 * Unmerged files are no longer listed as modified.
3433 Packaging
3434 ---------
3435 The `cola-$version` tarballs on github were originally setup to
3436 have the same contents as the old tarballs hosted on tuxfamily.
3437 The `make dist` target was changed to write files to a
3438 `git-cola-$version` subdirectory and tarball.
3440 This makes the filenames consistent for the source tarball,
3441 the darwin .app tarball, and the win32 .exe installer.
3444 .. _v1.7.1:
3446 v1.7.1
3447 ======
3449 Usability, bells and whistles
3450 -----------------------------
3451 * Refined the staging/unstaging behavior for code reviews.
3452   (`#97 <https://github.com/git-cola/git-cola/issues/97>`_)
3454 * Added more styling and icons to menus and buttons.
3456 * Adjusted some terminology to more closely match the git CLI.
3458 Fixes
3459 -----
3460 * Boolean `git config` settings with no value are now supported
3461   (these are not created by git these days but exist in legacy repositories).
3463 * Unicode branches and tags are supported in the "branch diff" tool.
3465 * Guard against low-memory conditions and more interrupted system calls.
3467 Packaging
3468 ---------
3469 * Added desktop launchers for git-cola.desktop and git-dag.desktop.
3470   This replaces the old cola.desktop, so some adjustments to RPM .spec
3471   and debian/ files will be needed.
3473 * Fixed the darwin app-tarball Makefile target to create relative paths.
3475 Cleanup
3476 -------
3477 * The `--style` option was removed.  `git cola` follows the system theme
3478   so there's no need for this option these days.
3481 .. _v1.7.0:
3483 v1.7.0
3484 ======
3486 Usability, bells and whistles
3487 -----------------------------
3488 * Export a patch series from `git dag` into a `patches/` directory.
3490 * `git dag` learned to diff commits, slice history along paths, etc.
3492 * Added instant-preview to the `git stash` widget.
3494 * A simpler preferences editor is used to edit `git config` values.
3495   (`#90 <https://github.com/git-cola/git-cola/issues/90>`_)
3496   (`#89 <https://github.com/git-cola/git-cola/issues/89>`_)
3498 * Previous commit messages can be re-loaded from the message editor.
3499   (`#33 <https://github.com/git-cola/git-cola/issues/33>`_)
3501 Fixes
3502 -----
3503 * Display commits with no file changes.
3504   (`#82 <https://github.com/git-cola/git-cola/issues/82>`_)
3506 * Improved the diff editor's copy/paste behavior
3507   (`#90 <https://github.com/git-cola/git-cola/issues/90>`_)
3509 Packaging
3510 ---------
3511 * Bumped version number to ceil(minimum git version).
3512   `git cola` now requires `git` >= 1.6.3.
3514 * Simplified git-cola's versioning when building from tarballs
3515   outside of git.  We no longer check for a 'version' file at
3516   the root of the repository.  We instead keep a default version
3517   in `cola/version.py` and use it when `git cola`'s `.git` repository
3518   is not available.
3521 .. _v1.4.3.5:
3523 v1.4.3.5
3524 ========
3526 Usability, bells and whistles
3527 -----------------------------
3528 * inotify is much snappier and available on Windows
3529   thanks to Karl Bielefeldt.
3531 * New right-click command to add untracked files to .gitignore
3532   thanks to Audrius Karabanovas.
3534 * Stash, fetch, push, and pull usability improvements
3536 * General usability improvements
3538 * stderr is logged when applying partial diffs.
3540 Fixes
3541 -----
3542 * Files can be unstaged when amending.
3543   (`#82 <https://github.com/git-cola/git-cola/issues/82>`_)
3545 * Show the configured remote.$remote.pushurl in the GUI
3546   (`#83 <https://github.com/git-cola/git-cola/issues/83>`_)
3548 * Removed usage of the "user" module.
3549   (`#86 <https://github.com/git-cola/git-cola/issues/86>`_)
3551 * Avoids an extra `git update-index` call during startup.
3554 .. _v1.4.3.4:
3556 v1.4.3.4
3557 ========
3559 Usability, bells and whistles
3560 -----------------------------
3561 * We now provide better feedback when `git push` fails.
3562   (`#69 <https://github.com/git-cola/git-cola/issues/69>`_)
3564 * The Fetch, Push, and Pull dialogs now give better feedback
3565   when interacting with remotes.  The dialogs are modal and
3566   a progress dialog is used.
3568 Fixes
3569 -----
3570 * More unicode fixes, again.  It is now possible to have
3571   unicode branch names, repository paths, home directories, etc.
3572   This continued the work initiated by Redhat's bugzilla #694806.
3574   https://bugzilla.redhat.com/show_bug.cgi?id=694806
3577 .. _v1.4.3.3:
3579 v1.4.3.3
3580 ========
3582 Usability, bells and whistles
3583 -----------------------------
3584 * The `git cola` desktop launchers now prompt for a repo
3585   by default.  This is done by using the new `--prompt`
3586   flag which tells `git cola` to ignore any git repositories
3587   in the current directory and prompt for one instead.
3589 Fixes
3590 -----
3591 * More Unicode fixes for repositories and home directories with
3592   embedded unicode characters.  Thanks to Christian Jann for
3593   patience and helpful bug reports.
3595 * Fix the 'Clone' button in the startup dialog.
3598 .. _v1.4.3.2:
3600 v1.4.3.2
3601 ========
3603 Usability, bells and whistles
3604 -----------------------------
3605 * Faster startup time! `git cola` now offloads initialization
3606   to a background thread so that the GUI appears almost instantly.
3608 * Specialized diff options for p4merge, vimdiff, araxis, emerge,
3609   and ecmerge in difftool (backported from git.git).
3611 Fixes
3612 -----
3613 * Fix launching commands in the background on Windows
3614   (e.g. when launching `git difftool`).
3616 * Fix unicode errors when home or repository directories contain
3617   unicode characters.
3618   (`#74 <https://github.com/git-cola/git-cola/issues/74>`_)
3619   (`bz #694806 <https://bugzilla.redhat.com/show_bug.cgi?id=694806>`_)
3622 .. _v1.4.3.1:
3624 v1.4.3.1
3625 ========
3627 Usability, bells and whistles
3628 -----------------------------
3629 * The `cola classic` tool can be now configured to be dockable.
3630   (`#56 <https://github.com/git-cola/git-cola/issues/56>`_)
3632 * The `cola classic` tool now uses visual sigils to indicate a file's status.
3633   The idea and icons were provided by Uri Okrent.
3635 * Include the 'Rescan' button in the 'Actions' widget regardless
3636   of whether inotify is installed.
3638 Packaging
3639 ---------
3640 * Fix installation of translations per Fedora
3641   This incorporates Fedora's fix for the translations path
3642   which originally appeared in cola-1.4.3-translations.patch.
3644 * Mac OS X git-cola developers can now generate git-cola.app
3645   application bundles using 'make app-bundle'.
3647 Fixes
3648 -----
3649 * Fixed a stacktrace when trying to use "Get Commit Message Template"
3650   with an unconfigured "commit.template" git config variable.
3651   (`bz #67521 <https://bugzilla.redhat.com/show_bug.cgi?id=675721>`_)
3652   (`#72 <https://github.com/git-cola/git-cola/issues/72>`_)
3654 * Properly raise the main window on Mac OS X.
3656 * Properly handle staging a huge numbers of files at once.
3658 * Speed up 'git config' usage by fixing cola's caching proxy.
3660 * Guard against damaged ~/.cola files.
3663 .. _v1.4.3:
3665 v1.4.3
3666 ======
3668 Usability, bells and whistles
3669 -----------------------------
3670 * `git dag` now has a separate display area
3671   for displaying commit metadata.  This area will soon
3672   grow additional functionality such as cherry-picking,
3673   branching, etc.
3675 Fixes
3676 -----
3677 * Fixed tests from a previous refactoring.
3679 * Guard against 'diff.external' configuration by always
3680   calling 'git diff' with the '--no-ext-diff' option.
3681   (`#67 <https://github.com/git-cola/git-cola/issues/67>`_)
3683 * Respect 'gui.diffcontext' so that cola's diff display
3684   shows the correct number of context lines.
3686 * Raise the GUI so that it is in the foreground on OS X.
3688 Packaging
3689 ---------
3690 * We now allow distutils to rewrite cola's shebang line.
3691   This allows us to run on systems where "which python"
3692   is Python3k.  This is exposed by setting the `PYTHON`
3693   Makefile variable to the location of python2.x.
3695 * git-cola.app is now a tiny download because it no longer
3696   contains Qt and PyQt.  These libraries are provided as a
3697   separate download.
3698   (`Link <http://code.google.com/p/git-cola/downloads/list>`_)
3701 .. _v1.4.2.5:
3703 v1.4.2.5
3704 ========
3706 Usability, bells and whistles
3707 -----------------------------
3708 * Clicking on paths in the status widget copies them into the
3709   copy/paste buffer for easy middle-clicking into terminals.
3711 * `Ctrl+C` in diff viewer copies the selected diff to the clipboard.
3713 Fixes
3714 -----
3715 * Fixed the disappearing actions buttons on PyQt 4.7.4
3716   as reported by Arch and Ubuntu 10.10.
3717   (`#62 <https://github.com/git-cola/git-cola/issues/62>`_)
3719 * Fixed mouse interaction with the status widget where some
3720   items could not be de-selected.
3722 Packaging
3723 ---------
3724 * Removed hard-coded reference to lib/ when calculating Python's
3725   site-packages directory.
3728 .. _v1.4.2.4:
3730 v1.4.2.4
3731 ========
3733 Usability, bells and whistles
3734 -----------------------------
3735 * Removed "single-click to (un)stage" in the status view.
3736   This is a usability improvement since we no longer perform
3737   different actions depending on where a row is clicked.
3739 * Added ability to create unsigned, annotated tags.
3741 Fixes
3742 -----
3743 * Updated documentation to use `cola.git` instead of `cola.gitcmd`.
3746 .. _v1.4.2.3:
3748 v1.4.2.3
3749 ========
3751 Usability, bells and whistles
3752 -----------------------------
3753 * Allow un/staging by right-clicking top-level items
3754   (`#57 <https://github.com/git-cola/git-cola/issues/57>`_)
3756 * Running 'commit' with no staged changes prompts to allow
3757   staging all files.
3758   (`#55 <https://github.com/git-cola/git-cola/issues/55>`_)
3760 * Fetch, Push, and Pull are now available via the menus
3761   (`#58 <https://github.com/git-cola/git-cola/issues/58>`_)
3763 Fixes
3764 -----
3765 * Simplified the actions widget to work around a regression
3766   in PyQt4 4.7.4.
3767   (`#62 <https://github.com/git-cola/git-cola/issues/62>`_)
3770 .. _v1.4.2.2:
3772 v1.4.2.2
3773 ========
3775 Usability, bells and whistles
3776 -----------------------------
3777 * `git dag` interaction was made faster.
3779 Fixes
3780 -----
3781 * Added '...' indicators to the buttons for
3782   'Fetch...', 'Push...', 'Pull...', and 'Stash...'.
3783   (`#51 <https://github.com/git-cola/git-cola/issues/51>`_)
3785 * Fixed a hang-on-exit bug in the cola-provided
3786   'ssh-askpass' implementation.
3789 .. _v1.4.2.1:
3791 v1.4.2.1
3792 ========
3794 Usability, bells and whistles
3795 -----------------------------
3796 * Staging and unstaging is faster.
3797   (`#48 <https://github.com/git-cola/git-cola/issues/48>`_)
3799 * `git dag` reads history in a background thread.
3801 Portability
3802 -----------
3803 * Added `cola.compat.hashlib` for `Python 2.4` compatibility
3804 * Improved `PyQt 4.1.x` compatibility.
3806 Fixes
3807 -----
3808 * Configured menu actions use ``sh -c`` for Windows portability.
3811 .. _v1.4.2:
3813 v1.4.2
3814 ======
3816 Usability, bells and whistles
3817 -----------------------------
3818 * Added support for the configurable ``guitool.<tool>.*``
3819   actions as described in the ``git config`` documentation.
3820   (`git-config(1) <https://git-scm.com/docs/git-config>`_)
3821   (`#44 <https://github.com/git-cola/git-cola/issues/44>`_)
3823   This makes it possible to add new actions to `git cola`
3824   by simply editing ``~/.gitconfig``.  This implements the
3825   same guitool support as `git gui`.
3827 * Introduced a stat cache to speed up `git config` and
3828   repository status checks.
3830 * Added Alt-key shortcuts to the main `git cola` interface.
3832 * The `Actions` dock widget switches between a horizontal
3833   and vertical layout when resized.
3835 * We now use ``git diff --submodule`` for submodules
3836   (used when git >= 1.6.6).
3838 * The context menu for modified submodules includes an option
3839   to launch `git cola`.
3840   (`#17 <https://github.com/git-cola/git-cola/issues/17>`_)
3842 * Prefer ``$VISUAL`` over ``$EDITOR`` when both are defined.
3843   These are used to set a default editor in lieu of `core.editor`
3844   configuration.
3846 * Force the editor to be ``gvim`` when we see ``vim``.
3847   This prevents us from launching an editor in the (typically
3848   unattached) parent terminal and creating zombie editors
3849   that cannot be easily killed.
3851 * Selections are remembered and restored across updates.
3852   This makes the `partial-staging` workflow easier since the
3853   diff view will show the updated diff after staging.
3855 * Show the path to the current repository in a tooltip
3856   over the commit message editor.
3857   (`#45 <https://github.com/git-cola/git-cola/issues/45>`_)
3859 * Log internal ``git`` commands when ``GIT_COLA_TRACE`` is defined.
3860   (`#39 <https://github.com/git-cola/git-cola/issues/39>`_)
3862 Fixes
3863 -----
3864 * Improved backwards compatibility for Python 2.4.
3866 * `Review mode` can now review the current branch; it no longer
3867   requires you to checkout the branch into which the reviewed
3868   branch will be merged.
3870 * Guard against `color.ui = always` configuration when using
3871   `git log` by passing ``--no-color``.
3873 * ``yes`` and ``no`` are now supported as valid booleans
3874   by the `git config` parser.
3876 * Better defaults are used for `fetch`, `push`, and `pull`..
3877   (`#43 <https://github.com/git-cola/git-cola/issues/43>`_)
3879 Packaging
3880 ---------
3881 * Removed colon (`:`) from the applilcation name on Windows
3882   (`#41 <https://github.com/git-cola/git-cola/issues/41>`_)
3884 * Fixed bugs with the Windows installer
3885   (`#40 <https://github.com/git-cola/git-cola/issues/40>`_)
3887 * Added a more standard i18n infrastructure.  The install
3888   tree now has the common ``share/locale/$lang/LC_MESSAGES/git-cola.mo``
3889   layout in use by several projects.
3891 * Started trying to accommodate Mac OSX 10.6 (Snow Leopard)
3892   in the ``darwin/`` build scripts but our tester is yet to
3893   report success building a `.app` bundle.
3895 * Replaced use of ``perl`` in Sphinx/documentation Makefile
3896   with more-portable ``sed`` constructs.  Thanks to
3897   Stefan Naewe for discovering the portability issues and
3898   providing msysgit-friendly patches.
3901 .. _v1.4.1.2:
3903 v1.4.1.2
3904 ========
3906 Usability, bells and whistles
3907 -----------------------------
3908 * It is now possible to checkout from the index as well
3909   as from `HEAD`.  This corresponds to the
3910   `Removed Unstaged Changes` action in the `Repository Status` tool.
3912 * The `remote` dialogs (fetch, push, pull) are now slightly
3913   larger by default.
3915 * Bookmarks can be selected when `git cola` is run outside of a git repository.
3917 * Added more user documentation.  We now include many links to
3918   external git resources.
3920 * Added `git dag` to the available tools.
3921   `git dag` is a node-based DAG history browser.
3922   It doesn't do much yet, but it's been merged so that we can start
3923   building and improving upon it.
3925 Fixes
3926 -----
3927 * Fixed a missing ``import`` when showing `right-click` actions
3928   for unmerged files in the `Repository Status` tool.
3930 * ``git update-index --refresh`` is no longer run every time
3931   ``git cola version`` is run.
3933 * Don't try to watch non-existent directories when using `inotify`.
3935 * Use ``git rev-parse --symbolic-full-name`` plumbing to find
3936   the name of the current branch.
3938 Packaging
3939 ---------
3940 * The ``Makefile`` will now conditionally include a ``config.mak``
3941   file located at the root of the project.  This allows for user
3942   customizations such as changes to the `prefix` variable
3943   to be stored in a file so that custom settings do not need to
3944   be specified every time on the command-line.
3946 * The build scripts no longer require a ``.git`` directory to
3947   generate the ``builtin_version.py`` module.  The release tarballs
3948   now include a ``version`` file at the root of the project which
3949   is used in lieu of having the git repository available.
3950   This allows for ``make clean && make`` to function outside of
3951   a git repository.
3953 * Added maintainer's ``make dist`` target to the ``Makefile``.
3955 * The built-in `simplejson` and `jsonpickle` libraries can be
3956   excluded from ``make install`` by specifying the ``standalone=true``
3957   `make` variable.  For example, ``make standalone=true install``.
3958   This corresponds to the ``--standalone`` option to ``setup.py``.
3961 .. _v1.4.1.1:
3963 v1.4.1.1
3964 ========
3966 Usability, bells and whistles
3967 -----------------------------
3968 * We now use patience diff by default when it is available via
3969   `git diff --patience`.
3971 * Allow closing the `cola classic` tool with `Ctrl+W`.
3973 Fixes
3974 -----
3975 * Fixed an unbound variable error in the `push` dialog.
3977 Packaging
3978 ---------
3979 * Don't include `simplejson` in MANIFEST.in.
3981 * Update desktop entry to read `Cola Git GUI`.
3984 .. _v1.4.1:
3986 v1.4.1
3987 ======
3989 This feature release adds two new features directly from
3990 `git cola`'s github issues backlog.  On the developer
3991 front, further work was done towards modularizing the code base.
3993 Usability, bells and whistles
3994 -----------------------------
3995 * Dragging and dropping patches invokes `git am`
3996   (`#3 <https://github.com/git-cola/git-cola/issues/3>`_)
3998 * A dialog to allow opening or cloning a repository
3999   is presented when `git cola` is launched outside of a git repository.
4000   (`#22 <https://github.com/git-cola/git-cola/issues/22>`_)
4002 * Warn when `push` is used to create a new branch
4003   (`#35 <https://github.com/git-cola/git-cola/issues/35>`_)
4005 * Optimized startup time by removing several calls to `git`.
4008 Portability
4009 -----------
4010 * `git cola` is once again compatible with PyQt 4.3.x.
4012 Developer
4013 ---------
4014 * `cola.gitcmds` was added to factor out git command-line utilities
4016 * `cola.gitcfg` was added for interacting with `git config`
4018 * `cola.models.browser` was added to factor out repobrowser data
4020 * Added more tests
4023 .. _v1.4.0.5:
4025 v1.4.0.5
4026 ========
4028 Fixes
4029 -----
4030 * Fix launching external applications on Windows
4032 * Ensure that the `amend` checkbox is unchecked when switching modes
4034 * Update the status tree when amending commits
4037 .. _v1.4.0.4:
4039 v1.4.0.4
4040 ========
4042 Packaging
4043 ---------
4044 * Fix Lintian warnings
4047 .. _v1.4.0.3:
4049 v1.4.0.3
4050 ========
4052 Fixes
4053 -----
4054 * Fix X11 warnings on application startup
4057 .. _v1.4.0.2:
4059 v1.4.0.2
4060 ========
4062 Fixes
4063 -----
4064 * Added missing 'Exit Diff Mode' button for 'Diff Expression' mode
4065   (`#31 <https://github.com/git-cola/git-cola/issues/31>`_)
4067 * Fix a bug when initializing fonts on Windows
4068   (`#32 <https://github.com/git-cola/git-cola/issues/32>`_)
4071 .. _v1.4.0.1:
4073 v1.4.0.1
4074 ========
4076 Fixes
4077 -----
4078 * Keep entries in sorted order in the `cola classic` tool
4080 * Fix staging untracked files
4081   (`#27 <https://github.com/git-cola/git-cola/issues/27>`_)
4083 * Fix the `show` command in the Stash dialog
4084   (`#29 <https://github.com/git-cola/git-cola/issues/29>`_)
4086 * Fix a typo when loading merge commit messages
4087   (`#30 <https://github.com/git-cola/git-cola/issues/30>`_)
4090 .. _v1.4.0:
4092 v1.4.0
4093 ======
4095 This release focuses on a redesign of the git-cola user interface,
4096 a tags interface, and better integration of the `cola classic` tool.
4097 A flexible interface based on configurable docks is used to manage the
4098 various cola widgets.
4100 Usability, bells and whistles
4101 -----------------------------
4102 * New GUI is flexible and user-configurable
4104 * Individual widgets can be detached and rearranged arbitrarily
4106 * Add an interface for creating tags
4108 * Provide a fallback `SSH_ASKPASS` implementation to prompt for
4109   SSH passwords on fetch/push/pull
4111 * The commit message editor displays the current row/column and
4112   warns when lines get too long
4114 * The `cola classic` tool displays upstream changes
4116 * `git cola --classic` launches `cola classic` in standalone mode
4118 * Provide more information in log messages
4120 Fixes
4121 -----
4122 * Inherit the window manager's font settings
4124 * Miscellaneous PyQt4 bug fixes and workarounds
4126 Developer
4127 ---------
4128 * Removed all usage of Qt Designer `.ui` files
4130 * Simpler model/view architecture
4132 * Selection is now shared across tools
4134 * Centralized notifications are used to keep views in sync
4136 * The `cola.git` command class was made thread-safe
4138 * Less coupling between model and view actions
4140 * The status view was rewritten to use the MVC architecture
4142 * Added more documentation and tests
4145 .. _v1.3.9:
4147 v1.3.9
4148 ======
4150 Usability, bells and whistles
4151 -----------------------------
4152 * Added a `cola classic` tool for browsing the entire repository
4154 * Handle diff expressions with spaces
4156 * Handle renamed files
4158 Portability
4159 -----------
4160 * Handle carat `^` characters in diff expressions on Windows
4162 * Worked around a PyQt 4.5/4.6 QThreadPool bug
4164 Documentation
4165 -------------
4166 * Added a keyboard shortcuts reference page
4168 * Added developer API documentation
4170 Fixes
4171 -----
4172 * Fix the diff expression used when reviewing branches
4174 * Fix a bug when pushing branches
4176 * Fix X11 warnings at startup
4178 * Fix more interrupted system calls on Mac OS X
4181 .. _v1.3.8:
4183 v1.3.8
4184 ======
4186 Usability, bells and whistles
4187 -----------------------------
4188 * Fresh and tasty SVG logos
4190 * Added `Branch Review` mode for reviewing topic branches
4192 * Added diff modes for diffing between tags, branches,
4193   or arbitrary `git diff` expressions
4195 * The push dialog selects the current branch by default.
4196   This is in preparation for `git 1.7.0` where unconfigured `git push`
4197   will refuse to push when run without specifying the remote name
4198   and branch.  See the `git` release notes for more information
4200 * Support `open` and `clone` commands on Windows
4202 * Allow saving cola UI layouts
4204 * Re-enabled `double-click-to-stage` for unmerged entries.
4205   Disabling it for unmerged items was inconsistent, though safer.
4207 * Show diffs when navigating the status tree with the keyboard
4209 Packaging
4210 ---------
4211 * Worked around `pyuic4` bugs in the `setup.py` build script
4213 * Added Mac OSX application bundles to the download page
4216 .. _v1.3.7:
4218 v1.3.7
4219 ======
4221 Subsystems
4222 ----------
4223 * `git difftool` became an official git command in `git 1.6.3`.
4225 * `git difftool` learned `--no-prompt` / `-y` and a corresponding
4226   `difftool.prompt` configuration variable
4228 Usability, bells and whistles
4229 -----------------------------
4230 * Warn when `non-fast-forward` is used with fetch, push or pull
4232 * Allow `Ctrl+C` to exit cola when run from the command line
4234 Fixes
4235 -----
4236 * Support Unicode font names
4238 * Handle interrupted system calls
4240 Developer
4241 ---------
4242 * `PEP-8`-ified more of the cola code base
4244 * Added more tests
4246 Packaging
4247 ---------
4248 * All resources are now installed into `$prefix/share/git-cola`.
4249   Closed Debian bug #519972
4251   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519972
4254 .. _v1.3.6:
4256 v1.3.6
4257 ======
4259 Subsystems
4260 ----------
4261 * Added support for Kompare in `git difftool`
4263 * Added a separate configuration namespace for `git difftool`
4265 * Added the `diff.tool` configuration variable to define the default diff tool
4267 Usability, bells and whistles
4268 -----------------------------
4269 * The stash dialog allows passing the `--keep-index` option to `git stash`
4271 * Amending a published commit warns at commit time
4273 * Simplified the file-across-revisions comparison dialog
4275 * `origin` is selected by default in fetch/push/pull
4277 * Removed the search field from the log widget
4279 * The log window moved into a drawer widget at the bottom of the UI
4281 * Log window display can be configured with
4282   `cola.showoutput` = `{never, always, errors}`.  `errors` is the default.
4284 * `NOTE` -- `cola.showoutput` was removed with the GUI rewrite in 1.4.0.
4286 Developer
4287 ---------
4288 * Improved nose unittest usage
4290 Packaging
4291 ---------
4292 * Added a Windows/msysGit installer
4294 * Included private versions of `simplejson` and `jsonpickle`
4295   for ease of installation and development