Skip to content

1.0b15

Pre-release
Pre-release
Compare
Choose a tag to compare
@Uncommon Uncommon released this 14 Dec 19:47
· 362 commits to master since this release

New & Changed

  • The commit history is now loaded partially at first, and then more as needed if you scroll down far enough.
  • Fetch, Push, and Pull buttons in the toolbar now have menus for selecting specific remotes or branches.
  • Implemented the Reset command.
  • Added support for GitLab accounts so your password (or access token) can automatically be used when pushing or pulling.
  • Workspace status is now displayed in window tabs.
  • Option to show committer name, committer date, and SHA columns in the history list
  • Option (on by default) to strip comment lines in commit messages
  • Window toolbar redone using actual toolbar items instead of one big custom view. Mainly this lays the groundwork for a macOS Big Sur style interface.

Fixes

  • The history graph would become corrupted when there were more than 256 branch lines passing through a commit.
  • Creating a new commit, and then selecting it in the history list, would end up with the old branch head selected instead.
  • Attempting to reopen a repository that has been deleted would cause a crash.
  • Sidebar status indicators now update after pushing to a remote.