Releases: rowanj/gitx
Releases · rowanj/gitx
0.15.1964
0.15.1962
- Fix crash when trying to browse for a remote (#255, #370)
- Fix changes to newly added files never showing up in the commit view.
- Merge pull request #367 (Debilski): Stylistic typographic changes.
- Make commit searches that include a lot of results exponentially faster.
Note: This build crashes on OS X 10.10 Yosemite
0.15.1949
- Merge pull request #332 (ksuther): Fix empty history view after update due to threading glitch.
- Merge pull request #280 (nanoant): New sidebar icons.
- Merge pull request #333 (muhqu): Another fix for #310 - diff highlighter breaks on some strings.
- Merge pull request #295 (tiennou): Fix crash when cancelling the new repository dialog. (#220, #255, #275) Also thanks to (jdelStrother) and (ksuther) for their fixes.
- Always show HEAD commit in the all-branches and local history views.
- Merge pull request #362 (opinxit): Add links to 'top' of History view after each diff.
0.15.1899
- Fix #303, #313, #324 : Graph corruption due to out-of-order commits.
- Merge pull request #320 (dgreensp): Fix #310 - diff highlighter breaks on some strings.
- Fix #311: Fix a crash on OS X Lion.
- Fix #315: Better font for ref labels and reduce 'bevel' appearance.
- Fix #315 (pipelineoptika): Fix ref label sub-pixel alignment on non-retina screens.
- Fix #329: Potential fix for sometimes-missing 'dots' in history view.
- Fix #312: Don't show remote symbolic references (i.e. origin/HEAD).
- Merge pull request #325 (muhqu) - Fixed some changes in word highlighting.
0.15.1884
- Fix #315: Generally lighter theme for ref labels, much more saturated colours for history lanes.
- Fix #317: Context menu to delete remote refs was disabled.
- Fix #318: Context menus for remote-tracking branches broken (push/pull shortcuts).
- Merge pull request #325 (muhqu) - Fixed some changes in word highlighting.
0.15.1869
- As part of ongoing work for issue #2, repository loading now uses objective-git to read directly from disk instead of parsing command-line output.
This has resulted in substantial performance and reliability improvements for larger repositories, as well as a new, better sorting of the commit tree. - Tweaked several icon graphics for better contrast, along with some style updates to the commit tree.
- Improved the "Find" and "Find next" keyboard shortcuts in the history view.
- Merge pull request #243 (muhqu) - Add changed-word highlighting to diffs.
- Merge pull request #281 (codiophile) - Add Xcode git path (/usr/bin/git) to the search paths.
- Fixed a crash when a pre-commit hook failed and the "Force Commit" button was pressed.
Testing 2
Performance and reliability test for:
- new repository watcher
- new history loader
- no longer parsing history from
gitx
command-line tool - note the new history ordering; will change graph layout (for the better...?)
- no longer parsing history from
- fixes for ref context menu items
Testing 1
Performance and reliability test for:
- new repository watcher
- new history loader (no longer parsing history from
gitx
command-line tool)
0.14.95
0.14.86
- Merge pull request #179 (@threebytesfull) - Disallow drag to web views
- Merge pull request #169 (@kfb) - show SVN revsion column where a git-svn remote is configured
- Merge pull request #182 (@afh) - many new icons and graphics, including Retina support
For more details, please check out the complete history or project website.