Skip to content

Releases: iterative/shtab

shtab v1.4.1 beta

01 Sep 10:53
1c0242c

Choose a tag to compare

  • 🔨 fix zsh non-str choices (#48)
  • 🛠️ misc minor build framework updates (#49)

shtab v1.4.0 beta

24 Aug 23:26
1e1d6ef

Choose a tag to compare

  • 🔨 skip hidden (add_help=False) subcommands (#47)

shtab v1.3.10 beta

04 Aug 21:18
76c5ead

Choose a tag to compare

  • 🎉 more robust bash completion (#38 <- #37, #11)
  • 🔨 fix potential parser help string casting error (#44 <- #41)
  • 🔍 update tests
  • 🛠️ misc build framework updates

shtab v1.3.9 beta

20 Jul 12:04
4731037

Choose a tag to compare

  • 🎉 re-add preamble support (#42)
  • 🛠️ misc build framework updates (#43)

shtab v1.3.8 beta

08 Jul 08:48
b3f8d79

Choose a tag to compare

  • 🛠️ minor build framework updates (#39 <- #40)

shtab v1.3.7 beta

03 Jul 10:37
7802725

Choose a tag to compare

  • 🎉 bash: cleaner file/dir completions (#37)
  • 🛠️ build: update actions (#36)

shtab v1.3.6 beta

03 May 14:03
d93d6af

Choose a tag to compare

  • 🔨 fix zsh positional multi-arg error (#35 <- #29)

shtab v1.3.5 beta

22 Feb 15:42
a519f26

Choose a tag to compare

  • 🛠️ build & tests framework upgrades (#31)
    • 📦 don't distribute tests (#30)

shtab v1.3.4 beta

28 Dec 16:16
2cd1933

Choose a tag to compare

  • 🛠️ major build framework upgrade (#27)
    • 🎉 mark as beta release (#28)
    • 🎉 support py3.9
    • 🔍 skip duplicate tests on PRs

shtab v1.3.3 alpha

29 Nov 03:23
1dc36c7

Choose a tag to compare

  • 🔨 fix add_argument_to(subparser) (#25)
    • add parent=None to ensure parent (rather than subcommand) is completed
  • 🔍 add tests