Skip to content

Releases: iterative/shtab

shtab v1.8.0 stable

18 Nov 11:15
ca1d284

Choose a tag to compare

  • ❓ fix bash error on optional nargs="?" (#184 <- #181)
  • 🔀 fix zsh duplicate default remainder & swapped one_or_more/remainder (#200 <- #183, #198)
  • 💅 misc minor docs updates (#202)
    • 🗒️ add own/example CLI file output (#192)
  • 🛠️ misc framework updates (#203, #197, #193, #191)
    • 🐍 test support for Python 3.14

shtab v1.7.2 stable

24 Jun 22:56
84c9f76

Choose a tag to compare

shtab v1.7.1 stable

07 Mar 18:54
61ec99d

Choose a tag to compare

  • 🎉 support -- delimeter in bash (#164 <- #163)
  • 🔨 improve non-word support (#166 <- #165)
  • ⚒️ misc CI framework updates

shtab v1.7.0 stable

20 Feb 02:11
3b3ed28

Choose a tag to compare

shtab v1.6.5 beta

02 Dec 00:06
f09e930

Choose a tag to compare

  • 🔨 Fix bash variable leaks (#147)
  • 🔨 Minor type hint updates & fixes (#148)
  • 🛠️ misc framework updates
    • use PyPI Trusted Publishers (#150)
    • use GitHub native tokens (#151)
    • bump pre-commit hooks (#149, #152)

shtab v1.6.4 beta

08 Aug 17:13
3d61448

Choose a tag to compare

shtab v1.6.3 beta

24 Jul 15:21
a6f5ba9

Choose a tag to compare

  • 🎉 expand help '%(variables)' in zsh (#140 <- #104, #46)
  • 💅 minor docs updates (#141)
    • mention tcsh
    • add monthly downloads badge

shtab v1.6.2 beta

14 Jun 17:02
a81c261

Choose a tag to compare

  • 🔨 fix zsh completion not allowing single-letter stacking (#137)
  • 🔨 fix tcsh completion for --double-hyphen-only args (#112)
  • 💅 tidy code with f-strings (#135)
  • 🛠️ misc build/test framework updates (#139)

shtab v1.6.1 beta

03 Apr 23:45
80a1050

Choose a tag to compare

  • 🎉 complete public typehints (#133)
  • 📚 docs: fix hyperlinks & cleanup reference descriptions (#133)

shtab v1.6.0 beta

02 Apr 01:13
68ac169

Choose a tag to compare

  • 🎉 add shtab --print-own-completion (#114 <- #89)
  • 💅 drop redundant Python<=3.6 code (#128)
  • 🛠️ tests/framework/CI fixes & updates (#131, #130, #121)