Skip to content

Helmor v0.22.1

Choose a tag to compare

@github-actions github-actions released this 15 May 07:53
3c1df70

Patch Changes

  • #559 e97aee4 Thanks @natllian! - Fix the inspector's Staged Changes / Changes diff when the same file appears in both areas:

    • Each area now shows its own diff (HEAD ↔ index for Staged, index ↔ working tree for Unstaged) instead of a combined HEAD ↔ working-tree view that mixed both.
    • Clicking the same file across the two areas now actually switches the diff, and the selection highlight only marks the row whose diff is open.
    • Opening a file from a chat link no longer inherits stale bytes from a diff view, closing a path where saving could overwrite unstaged edits.
  • #561 9a99586 Thanks @natllian! - Add Ctrl+Tab quick switch for workspaces (Arc/Cmd+Tab style: hold to cycle, release to commit) and fix the workspace status dot rendering blank on rows with a legacy status spelling.

  • #560 81f6ec9 Thanks @natllian! - Fix GitLab pipeline jobs that are queued, preparing, or waiting for a runner showing as gray in the Checks section, so they now match GitLab's own "in progress" indicator.

  • #530 2b10bc7 Thanks @taroj1205! - Add sidebar view controls for filtering, grouping, and sorting workspaces.

  • #556 cad87df Thanks @natllian! - Fix the restored workspace briefly appearing in the wrong sidebar position before snapping into place once the refetch completes.

  • #562 09ddcd3 Thanks @natllian! - Slim down how Helmor remembers which release-announcement toasts have been dismissed; users upgrading from a much older build may see pending release notes one more time.