What's Changed
- fix: correct a typo in the help message for the powershell autocompletion by @suzuki-shunsuke in #2383
- Escape backslashes in fish completion descriptions by @mahirhir in #2378
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in #2389
- chore(deps): bump mkdocs-material from 9.7.6 to 9.7.7 in the python-packages group by @dependabot[bot] in #2391
- chore(deps): bump actions/setup-python from 6 to 7 by @dependabot[bot] in #2390
- fix: skip all hidden flags in shell completion, not just bool flags by @vidigoat in #2388
- Fix nil pointer dereference for interface-typed flag values by @mrueg in #2400
- Fix index out of range panic when Run is given no arguments by @mrueg in #2401
- fix: honor BoolWithInverseFlag DefaultText by @fzlzjerry in #2403
- Fix Issue #2385 by @BrandonIrizarry in #2386
- fix: inherit HideHelpCommand in subcommands by @utkarshalpha in #2395
- test: cover Run-with-no-arguments paths (#2406) by @dearchap in #2407
- test: add shell-completion case for hidden BoolWithInverseFlag by @dearchap in #2408
- test: fix ineffective mutex error-string assertion and add mirror cases by @dearchap in #2410
New Contributors
- @mahirhir made their first contribution in #2378
- @vidigoat made their first contribution in #2388
- @fzlzjerry made their first contribution in #2403
- @BrandonIrizarry made their first contribution in #2386
- @utkarshalpha made their first contribution in #2395
Full Changelog: v3.10.1...v3.11.0