Skip to content

1.0b16

Pre-release
Pre-release
Compare
Choose a tag to compare
@Uncommon Uncommon released this 03 Dec 23:23
· 180 commits to master since this release

New & changed

  • Requires macOS 11.3
  • Clone command for cloning local and remote repositories
  • Clean command for deleting untracked and ignored files, as with git clean
  • User interface updates for macOS 11
    • Most interface icons changed to SF Symbols
    • macOS 11 style integrated toolbar with full-height sidebar (and the proxy icon is finally draggable)
  • Clicking on the SHA in the commit info panel copies it to the clipboard (this panel was also rewritten in SwiftUI, yay!)
  • Refs (branches and tags) can be displayed in a separate column in the history list

Fixes

  • Multi-line config settings were getting corrupted if Xit saved changes to your config file. This was fixed by adding an app level config file stored in ~/Library/Application Support/xit.config.
  • Fast-forward merges could sometimes lose non-conflicting workspace changes. The workaround for now is to use command-line Git for fast-forward merges.
  • Minor improvements to Bitbucket integration.
  • Fixed issues with split views on macOS 11.
  • Improved performance (again) for loading TeamCity build results.
  • Better matching when finding TeamCity builds - matching host name and path, ignoring user name or http vs ssh.
  • The history list didn't always resize the graph column as you resized the window.
  • Stage, Unstage, and Revert buttons were shown for stashes.