mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
GitX 0.7 Release-Notes
This prepares the GitX 0.7 release-notes and also fixes two small bugs in the previous notes. It also fixes a CSS-bug which makes the gitx-website display the same font with Firefox and Safari instead of using a serif with FF. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
v0.7
|
||||
===
|
||||
|
||||
This feature-release has the following new features and enhancements:
|
||||
|
||||
* Line-wise staging by selecting lines from hunks
|
||||
* Discarding hunks/changes to files (using git apply --reverse)
|
||||
* Show current HEAD in window-title
|
||||
* Show current branch in orange in history view
|
||||
* Collapse commit-list/diff-view using Command-Shift-Up/Down
|
||||
* Sign-Off commits in commit view
|
||||
* "Show in Finder" for files in commit view
|
||||
* Commit hooks are executed when committing
|
||||
|
||||
Small enhancements:
|
||||
|
||||
* Show committer name if it differs from authors name
|
||||
* Columns in history view can be toggled
|
||||
* Branches can be deleted from the UI
|
||||
* Reuse author-information when amending a commit
|
||||
* Use modal alerts where possible
|
||||
* Don't display content of binary-files in tree-view
|
||||
* Correctly determine whether a repo is bare or not
|
||||
|
||||
In addition a lot of bugs were fixed.
|
||||
@@ -20,7 +20,7 @@ then in silky smooth OS X style!</p>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>Detailed history viewer</li>
|
||||
<li>Nice commit GUI, allowing per-commit staging</li>
|
||||
<li>Nice commit GUI, allowing hunk- and line-wise staging</li>
|
||||
<li>Fast</li>
|
||||
<li>Nice Aqua interface</li>
|
||||
<li>Paste commits to gist.github.com</li>
|
||||
|
||||
Reference in New Issue
Block a user