Skip to content

Commit 8b74bc0

Browse files
committed
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 <[email protected]>
1 parent 1f7a818 commit 8b74bc0

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Documentation/ReleaseNotes/v0.7.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
v0.7
2+
===
3+
4+
This feature-release has the following new features and enhancements:
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
14+
15+
Small enhancements:
16+
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
21+
* Use modal alerts where possible
22+
* Don't display content of binary-files in tree-view
23+
* Correctly determine whether a repo is bare or not
24+
25+
In addition a lot of bugs were fixed.

Site/text/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ then in silky smooth OS X style!</p>
2020
</h3>
2121
<ul>
2222
<li>Detailed history viewer</li>
23-
<li>Nice commit GUI, allowing per-commit staging</li>
23+
<li>Nice commit GUI, allowing hunk- and line-wise staging</li>
2424
<li>Fast</li>
2525
<li>Nice Aqua interface</li>
2626
<li>Paste commits to gist.github.com</li>

0 commit comments

Comments
 (0)