Skip to content

Releases: ccntrq/git-squad

v0.3.3

22 May 09:28
97e2150

Choose a tag to compare

⛰️ Features

  • add multiselect menu for with and without command (#35)
  • reimplement integration test suite (#38)
  • improved prompts for create command (#39)

🐛 Bug Fixes

  • place Co-Authors in footer section (#23)

v0.3.2

17 Apr 11:02
e7b7898

Choose a tag to compare

📚 Documentation

  • really make demo tape show on crates.io now (#21)

v0.3.1

17 Apr 10:51
ca29d25

Choose a tag to compare

📚 Documentation

  • make demo tape gif show on crates.io (#20)

v0.3.0

15 Apr 16:20
5a8a628

Choose a tag to compare

⛰️ Features

  • allow passing multiple buddies to with and without (#1)
  • add autocomplete for buddies aliases (#2)
  • [breaking] new toml format for buddies file (#17)
    BREAKING CHANGE: yaml buddies configs have been deprecated in favor of
    toml. For users using the default config locations the old config will
    be automatically migrated to the new format. For users using custom
    --buddies-file locations there is a new command git-squad migrate-buddies that can be used to perform the migration

🐛 Bug Fixes

  • always place co-authors into the footer section (#8)
  • make create command fail early on duplicate alias (#9)

📚 Documentation

  • add demo tape (#10)