Changes
- Adds detailed documentation for providing descriptions of enum values. (#825)
- Adds
aliasesto the dump-help output. (#813) - Improves zsh completions; prevents bash completion cleanup commands from being appended to shell history. (#864, #859)
- Eliminates deprecation warnings in
Examples/math. (#879)
Fixes
- Fixes build issues in Swift 5.7-5.9. (#874, #875)
- Fixes
--helpoutput for nested subcommands with default subcommands. (#866) - Prevents
@OptionGrouptype names from appearing in help usage strings. (#873) - Fixes handling of visibility with nested option groups. (#838)
- Updates GitHub Actions workflows and streamlines the required checks. (#839, #843, #844, #853, #856, #857, #876, #877)
The 1.7.0 release includes contributions from @bkhouri, @bob-wilson, @jglogan,
@kphrx, @louisunlimited, @natecook1000, @rauhul, @rgoldberg, @salmanmkc,
@stackotter, and @William-Laverty. Thank you!