Skip to content

Releases: benwyrosdick/git-stack

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 07 Aug 04:28
d121e4b

Changelog

  • d121e4b Make restack a complete stack workflow (no checkout hop, needs-push, descendants) (#1)

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:46

Changelog

  • d561914 feat(pr): add command to open PR in browser and enhance branch name handling
  • 87597b5 feat(pr): enhance PR handling with numbers and URLs in cache

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:56

Changelog

  • bb18ef1 feat(pull): update pull command to match terminal behavior and improve documentation

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:36

Changelog

  • 317e2e5 feat(conflict): introduce conflict mode toggle for rebase handling

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:44

Changelog

  • 1724c0e feat(rebase): enhance rebase handling with abort on failure and clean worktree

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Jul 05:09

Changelog

  • 2aa0f53 fix(docs): clarify pull command behavior in README and code comments

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 05:22

Changelog

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:20

Changelog

  • 075af63 feat(stack): implement bulk indexing for faster branch and parent retrieval

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:07

Changelog

  • c6857b6 feat(version): enhance version resolution and add global version flag
  • a59478c fix(install): verify checksum against downloaded archive path

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:28

Changelog

  • 5927517 Refactor PR handling and parent resolution in git-stack
  • 8f37fcb feat(pr): add stack section to PR body and enhance stack branch handling
  • 321c37e feat(pr): rename stack section to "## PR Stack" in PR body and related tests
  • 1a5f119 feat(tui): add clipboard functionality to copy branch names and commit SHAs
  • 6367a97 feat(tui): add column headers to branch display for improved readability
  • d580b60 feat(tui): add confirmation prompts for safe and force delete actions
  • 3e86e8c feat(tui): add interactive stack browser with full TUI support
  • e935dba feat(tui): add pull command with FF-only support and update help text
  • d6c29e1 feat(tui): enhance branch display alignment and improve rendering logic
  • 97ed8a2 feat(tui): enhance branch rendering and styling, improve selection handling
  • c17483a feat(tui): enhance model initialization to handle missing HEAD with forced refresh
  • 58febde feat(tui): enhance status display with last action messages and error handling
  • 2e15f02 feat(tui): update pull command to use rebase instead of fast-forward
  • a200fb8 feat: implement safe and force delete for local branches, update TUI commands and help text
  • efaa4c4 fix(install): handle missing releases and fall back to go install
  • a89f03e refactor(tree): update tree connectors to use single dash for better readability
  • 75c12d4 refactor: update command descriptions and improve trunk display in stack listing