|
3 | 3 |
|
4 | 4 | This feature-release has the following new features and enhancements:
|
5 | 5 |
|
6 |
| -* Line-wise staging by selecting lines from hunks |
7 |
| -* Discarding hunks/changes to files (using git apply --reverse) |
8 |
| -* Show current HEAD in window-title |
9 |
| -* Show current branch in orange in history view |
10 |
| -* Collapse commit-list/diff-view using Command-Shift-Up/Down |
11 |
| -* Sign-Off commits in commit view |
12 |
| -* "Show in Finder" for files in commit view |
13 |
| -* Commit hooks are executed when committing |
| 6 | +* Auto-refresh of GitX when the repository is changed (Dave Grijalva) |
| 7 | +* Line-wise staging by selecting lines from hunks (JD Smith) |
| 8 | +* Discarding hunks/changes to files (using git apply --reverse) (Johannes Gilger) |
| 9 | +* Show current HEAD in window-title (Johannes Gilger) |
| 10 | +* Show current branch in orange in history view (Steven Michalske) |
| 11 | +* Collapse commit-list/diff-view using Command-Shift-Up/Down (Johannes Gilger) |
| 12 | +* Sign-Off commits in commit view (Johannes Gilger, Nicolas Riley) |
| 13 | +* "Show in Finder" for files in commit view (Charles O'Rourke) |
| 14 | +* Commit hooks are executed when committing (Joe Fiorini, Pieter de Bie) |
| 15 | +* Branches can be deleted from the UI |
14 | 16 |
|
15 | 17 | Small enhancements:
|
16 | 18 |
|
17 |
| -* Show committer name if it differs from authors name |
18 |
| -* Columns in history view can be toggled |
19 |
| -* Branches can be deleted from the UI |
20 |
| -* Reuse author-information when amending a commit |
| 19 | +* Show committer name if it differs from authors name (Benjamin Kramer) |
| 20 | +* Columns in history view can be toggled (Pieter de Bie) |
| 21 | +* Reuse author-information when amending a commit (Pieter de Bie) |
21 | 22 | * Use modal alerts where possible
|
22 | 23 | * Don't display content of binary-files in tree-view
|
23 |
| -* Correctly determine whether a repo is bare or not |
24 | 24 |
|
25 |
| -In addition a lot of bugs were fixed. |
| 25 | +In addition a lot of bugs were fixed and numerous tiny features introduced. |
| 26 | + |
| 27 | +Credits go to: Pieter de Bie, Johannes Gilger, Benjamin Kramer, Nicholas Riley, JD Smith, Joe Fiorini, Dave Grijalva, Charles O'Rourke, Gerd Knops, dbr, Mike Czepiel, Benoit Cerrina, Steven Michalske and Stonewall Ballard |
0 commit comments