Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 28 May 18:32
· 187 commits to main since this release
4fec474

Added

  • branch checkout: Add 'spice.branchCheckout.trackUntrackedPrompt' configuration option to disable prompting to track untracked branches upon checkout.
  • branch create: Add 'spice.branchCreate.prefix' configuration option to always add a configured prefix to new branches.
  • Add more debug-level logging across the application to help diagnose issues.
  • Support CTRL+j/k to navigate selection UIs that accept text input like branch selection.

Changed

  • Log output is now styled differently for better readability.

Fixed

  • branch split: Fix debug logs interrupting the branch name prompt.
  • branch track: Fix incorrectly reporting an error when a branch needs to be restacked.
  • If a remote branch reference (e.g. origin/feature) is deleted after pushing to it with gs, we will no longer hold onto the stale reference.
    This better handles cases where the local and remote branches are both intended to be renamed.