Skip to content

v0.46.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 23:21
· 31 commits to master since this release

Highlights

  • Connect GitHub from Settings with GitHub App sign-in. Githead securely stores credentials, refreshes access, and reports connection, permission, and rate-limit problems.
  • Review pull requests in a dedicated console with details, comments, approvals, changed files, checks, commits, and merge actions. Compact filters, sorting, labels, and draft status improve triage.
  • Browse GitHub issues with redesigned lists, detail views, filters, sorting, labels, comments, and author information. Investigate workflow runs with job steps, logs, metadata, search, filters, rerun, and cancellation actions.
  • Choose file-level or hunk-level commit planning in AI settings, and let Quick Commit stage only selected changes. Configure remote-check reuse to avoid repeating upstream checks during a short commit sequence.
  • Manage repositories and worktrees through branch actions and repository context menus, with confirmation before removal. File status indicators now use recognizable icons and accessible labels.

Fixes

  • The Review Console keeps Overview, Files, Checks, and Commits visible at narrow widths without a tab-strip scrollbar or clipped navigation.

Internal changes

  • Githead replaces custom animation handling with Motion-based transitions across workspace views, dialogs, previews, and repository interactions.
  • Windows packaging now installs dependencies before building, while continuous integration uses Node.js 24, npm ci, and local Vite+ commands for consistent validation.