Skip to content

Releases: iterative/shtab

shtab v1.7.1 stable

07 Mar 18:54
61ec99d
Compare
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
Compare
Choose a tag to compare

shtab v1.6.5 beta

02 Dec 00:06
f09e930
Compare
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
Compare
Choose a tag to compare

shtab v1.6.3 beta

24 Jul 15:21
a6f5ba9
Compare
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
Compare
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
Compare
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
Compare
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)

shtab v1.5.8 beta

18 Nov 23:55
6779de6
Compare
Choose a tag to compare
  • 🎉 support REMAINDER (#90)
  • 🎉 support ONE_OR_MORE, ZERO_OR_MORE (#91)
  • 🎉 make PrintCompletionAction terminate completion suggestions (#92)
  • 🎉 support py3.11 (#120)
  • 🎂 drop py3.6 support (#120)
  • 🛠️ update tests (#120)

shtab v1.5.7 beta

18 Nov 23:45
58f1549
Compare
Choose a tag to compare
  • 🎉 support py3.10
  • 📚 update docs URLs
  • 🛠️ bump pre-commit & actions (#118)
  • 🛠️ fix external PR tests