Skip to main content
2026-09-23
The commit graph on the History tab of the orbit-console repository. Below the feature/offline-sync branch on the orange lane, the Queue writes while offline row carries a shallow badge on its right, and a dashed line runs from that node down to the List connected fleets node on the blue main lane. The row's context menu is open, listing Create branch…, Create tag…, Checkout commit, Compare, Cherry-pick commit, Unshallow, Reset main to here…, and Revert commit
  • Shallow Repository Graph
    • A shallow badge marks the commit row where history is cut off in a shallow repository.
    • When the parent of a cut-off commit exists locally, the graph draws a dashed line to it.
    • Unshallow in that commit’s context menu fetches the full history.
  • Bug Fixes
    • Deleting a remote branch ran at the same time as fetch, pull, or push in the same repository.
    • The waiting notice showed for the wrong repository when the same remote operation ran in several repositories at once.
2026-09-21
  • Install With Homebrew
  • Bug Fixes
    • Rebase interactively from here… in the commit menu didn’t run on Windows.
    • Create pull request stayed clickable on a remote with no branch to use as the base.
    • The unpushed-commit note was missing on a branch with no tracking branch.
    • A drag that started inside a dialog closed it when released outside.
    • Write with AI stayed disabled with no reason when the Claude Code CLI didn’t answer.
    • A missing saved token was reported as a keychain problem.
    • One failed load of the account list left it empty until the next launch.
    • The commit graph reused a stale layout in a shallow clone.
    • The reason a button was disabled didn’t reach screen readers.
2026-09-07
The Create Pull Request dialog, with the Head branch line reading origin/feature/rate-limits ← feature/rate-limits, main selected as the Base branch, a filled Title and Description, a Write with AI button below them, and Create as draft and Open on GitHub checkboxes beside the Cancel and Create pull request buttons
Now on Windows. ParalleLane is available in the Microsoft Store.
  • Pull Requests
  • Bug Fixes
    • Git operations failed while auto fetch was running.
    • Dialogs overflowed a short window.
    • Dragging a text selection out of a dialog closed it.
    • Enter in a dialog ran an action twice.
    • Account changes applied only after a reload.
2026-08-28
The Working copy panel — the UNSTAGED header carries a Stage button with a chevron beside it and the chevron's menu is open on a single Stage All entry, while the STAGED header below carries the same pair as Unstage and a chevron
  • Stage All and Unstage All
    • The Unstaged and Staged headers are now one split button.
    • Stage All / Unstage All live in the chevron menu.
  • Copy a Tab’s File Path
    • Hover a tab for the full path.
    • Right-click for Copy relative path and Copy absolute path.
  • Open a Project From the Keyboard
    • Cmd/Ctrl + O opens the folder picker.
    • Remappable under Repository in Shortcuts.
  • Onboarding Resumes Where You Left It
    • Quitting mid-onboarding keeps the account you made.
    • The finished steps are skipped on the next launch.
  • Bug Fixes
    • Staging or unstaging several hundred files hit the command-line length limit.
    • Unstaging dropped the skip-worktree mark in a sparse checkout.
    • A squash merge with only a submodule change was reported as Already up to date.
    • The Git is not installed notice didn’t say what to do when Git was already installed.
2026-08-18
  • Pick an Icon For Each Remote
    • The remote forms in Settings → Projects → Git have an icon picker.
  • Ref Chips No Longer Repeat the Branch Name
    • Refs sharing a branch name are one chip.
    • Each place the branch lives gets its own icon.
  • Bug Fixes
    • An empty or failed diff rendered as a blank pane.
2026-08-17
The Repository tab and commit graph of a repository with two remotes, every ref draws its own chip, so origin/main and upstream/main appear as separate chips on the commits they point to, and the Local Branches list carries ahead/behind counts such as ↑3 ↓2
  • Working With Several Remotes
    • Push, Pull, Fetch, and Prune pick the remote in a dropdown.
    • It starts on the remote Git would use.
  • No Remote Limit on Basic
    • Both plans can add as many remotes as the repository needs.
  • Set Tracking Branch
    • Set tracking branch… in the branch menus picks or clears the remote branch a local branch tracks.
  • One Graph Chip Per Ref
    • A branch on two remotes draws a chip per remote, each with that remote’s host icon.
  • Checkout From a Remote Chip
    • Double-clicking a remote chip checks out against that remote.
  • Open In Browser
    • Open remote in the Open In menu is now Open in browser.
  • Bug Fixes
    • Choosing Merge in Pull was overridden by pull.rebase in your config.
    • Fast-forward pull was blocked by untracked files.
    • The push toggle in Create tag always said origin.
    • Diff line backgrounds cut off on horizontal scroll.
2026-08-13
The full 1.1.0 window, a green PRO badge at the right of the left sidebar header, a round account avatar alongside the settings and help buttons at the bottom of the sidebar, and a newly added scissors-shaped Cleanup menu button in the center top bar
  • Clean Up Merged Branches
    • The new Cleanup menu deletes local branches already merged into a base branch.
    • It also holds prune.
  • Help Menu and Feedback
    • A Help menu at the bottom of the left sidebar links to the docs.
    • It checks for updates and sends feedback.
  • Choose Your GPG Program
    • Pick the gpg executable in the signing settings.
  • Missing Git Detection
    • The app tells you at launch when Git isn’t installed.
  • Large Working Copy Performance
    • Scrolling stays smooth with a very large number of changed files.
  • PRO Badge
    • A PRO badge appears in the left sidebar header on the Pro plan.
  • Bug Fixes
    • Hunk and line staging altered file contents with autocrlf.
    • Deleting a branch that moved after the list was built took unintended commits with it.
    • The account avatar rendered as a square on first launch.
2026-08-08
  • First official release.
  • Extended Auto-fetch Triggers
    • Checkout, push, and pull fetch in the background.
  • Manual Update Check
    • A menu option checks for updates at any time.
2026-08-08
  • Bug Fixes
    • Staging or unstaging a file without an EOF newline could corrupt it.
    • Changes from other files could mix into the diff view.
    • Conflict markers were missed during merge resolution, and a failed squash commit was not rolled back.
    • Undo/Redo could overlap across worktrees, and the graph did not refresh after checking out a remote branch.
    • Stash history, graph navigation, and worktree switching were slow in large repositories.
    • Discarding file changes and loading worktree paths were slow.
    • Connections to GitLab and self-hosted servers, and keychain permission prompts, were unreliable.
    • The screen flickered and updated out of order when repository changes synced.
2026-08-02
  • The historic first version.