Release Notes

New in Version 1.1

Search Commits

Now you can search commits by message, hash, branch or tag, making it even easier to zero in on the code change you want to inspect.

Open Commits in Their Own Tabs

Once you've found the commit you're after, open it in a new tab where you can easily compare it with any of its ancestors.

Refreshed Branch Picker

The picker has been reorganised to give quicker access to recent branches and tags. You can still filter the entire list by just typing a few characters.

Version 1.1.12

  • Fixed syntax highlighting. (For real this time. I didn’t realise the last fix only worked for the debug build.)

Version 1.1.11

  • Fixed crash when viewing licence details in macOS Tahoe beta.

Version 1.1.10

  • Fixed: the branch & tag popup menu was not always fully populated when a repository was first opened.
  • Fixed a regression that broke syntax highlighting.

Version 1.1.9

  • Fixes an issue where the presence of multi-byte characters could cause characters to disappear and highlighting to misalign.
  • Fixes for displaying diffs via the --dir-diff option of git difftool … (also affects tool integration e.g. with Tower):
    • Fixed potential inconsistency of “added/deleted” labels.
    • Fixed issues with swapping the sides of the diff.

Version 1.1.8

  • Support for Quick Look has been added in a number of places. This can be helpful when comparing non-text files (like images).
  • Different repositories with the same name will have extra path information in their window titles to differentiate them.
  • Fixed a bug preventing diffs loading correctly when initiated via Git from an external source.

Version 1.1.7

  • Added ability to copy paths from files in the inspector sidebar.
  • Fixed a bug that prevented the merge tool working with Git worktrees.

Version 1.1.6

  • Added ability to copy hashes from commits in the sidebar.
  • Fixed a bug that could cause license activation to fail.

Version 1.1.5

  • Fixed a bug where a window could appear blank when opened with the sidebar collapsed.

Version 1.1.4

  • Fixed bug that could cause avatars to flicker
  • Stability and performance improvements