Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.06 KB

File metadata and controls

55 lines (36 loc) · 2.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

From the next release onward this file is maintained automatically by release-plz from the Conventional-Commit history.

0.1.3 - 2026-07-25

Added

  • (dist) ship Windows binaries + PowerShell installer

Other

  • (windows) run full suite on CI; normalise editor paths for git's shell

0.1.2 - 2026-07-25

Other

  • promote main to release (0.1.2 release plumbing + docs)
  • OS-aware install on the site, homepage link, document git queue tui

0.1.1 - 2026-07-25

Added

  • Windows portability — cross-platform RNG, HOME lookup, browser open (#11)

Other

  • crates.io trusted publishing (OIDC) + bump pinned actions to latest
  • adopt strict clippy/rust lints and clean the tree to pass them
  • cargo fmt
  • complete dist setup (v0.32) — shell installer + release workflow
  • hand binary releases to dist (curl|sh installers)
  • seed CHANGELOG and ship prebuilt binaries on each GitHub release

[0.1.0] - 2026-07-24

Initial release.

  • git queue — manage queues of dependent branches and their numbered, cross-linked pull requests: create, status, log, edit, move, reword, amend, commit, requeue, sync, submit, track, and more.
  • git queue tui — an interactive terminal editor for the current queue line: reorder, reword, squash, split, and delete commits, and edit branch boundaries, with unlimited undo/redo and a resolve-or-undo conflict escape hatch.
  • git queue setup — opt-in integrations: git hooks, the merge-order status gate, the man page, shell completion, a git q alias, and agent skills.