-
Added more information to command error handling; it now reports the git binary version, and Gity version.
-
Fixed a problem with the files table view. When selecting a file that had a status associated with it - like modified, the "m" icon would
would switch to the "-" icon.
-
Added support for selecting files in the table view with key shortcuts. When the table view has focus, you can select/deselect rows 0-9 using
the keys 1...0. Press the number keys without any modifiers. This is useful when you toggle files and have only a few files listed, but want to
select only rows 0,3,5 for example.
-
Enabled the two items in the help menu.
-
Window sizes and positions are now saved and restored across application launches, per project.
-
Left source list width is saved across application launches, per project.
-
Fixed some problems in the file list view regarding cases where one file has multiple statuses with git.
-
Fixed a (seriously pesky) rendering problem in the source list view when it initially rendered.
-
Pressing the delete key when rows are selected will prompt to move files to the trash.
-
Added a "checkout the new branch" checkbox option to the "new branch from here" sheet.
-
Updated the source list action menu icon - after clicking on it to show the menu and pressing the escape key to close the menu, the icon would stay on the mouse over state. It goes back to normal now.
|