Add a link to the user survey
[GitX.git] / Documentation / ReleaseNotes / v0.7.txt
blob35da971f9477a715d9de654f1fa979f871b8dba5
1 v0.7
2 ===
4 As a GitX user, we would like you to help us focus our development by telling
5 us your wishes. You can help us by filling in this
6  [survey](http://www.survs.com/survey?id=DCJKLP2B&channel=UY6RRC3MXZ "GitX User survey")!
8 This feature-release has the following new features and enhancements:
10 * Line-wise staging by selecting lines from hunks (JD Smith)
11 * Discarding hunks/changes to files (using git apply --reverse) (Johannes Gilger)
12 * Show current HEAD in window-title (Johannes Gilger)
13 * Show current branch in orange in history view (Steven Michalske)
14 * Collapse commit-list/diff-view using Command-Shift-Up/Down (Johannes Gilger)
15 * Sign-Off commits in commit view (Johannes Gilger, Nicolas Riley)
16 * "Show in Finder" for files in commit view (Charles O'Rourke)
17 * Commit hooks are executed when committing (Joe Fiorini, Pieter de Bie)
18 * Branches can be deleted from the UI
20 Small enhancements:
22 * Option to disable the "Open" dialog on start (Stonewall Ballard)
23 * Show committer name if it differs from authors name (Benjamin Kramer)
24 * Columns in history view can be toggled (Pieter de Bie)
25 * Reuse author-information when amending a commit (Pieter de Bie)
26 * Commit interface is now faster (Pieter de Bie)
27 * Use modal alerts where possible
28 * Don't display content of binary-files in tree-view
29 * The user manual has been updated for 0.7 (Johannes Gilger)
30 * Make the Commit UI a bit more informative (Nicholas Riley)
33 In addition a lot of bugs were fixed and numerous tiny features introduced.
35 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