Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@asahasrabuddhe asahasrabuddhe released this 15 Mar 07:32
7b2e609

These release notes were written for the git hash 7b2e609.

Fixed

  • Fixed incorrect Help Name in #1202 via @fxrlv
  • Fixed a bug where Context.Value did not look across all fileSets when looking for a named flag in #1210 via @jcgregorio
  • Fixed an issue with flags being set by parent context's (IntSlice, Int64Slice) in #1214 via @anicoll
  • Fixed a bug where App.Reader was not correctly propagated to the subcommands in #1225 via @Coderlane
  • Fixed example code input arguments in #1226 via @Coderlane
  • Fixed a bug where default value would changed when parsing slice flags in #1236 via @vipally
  • Fixed a bug where slice flag values don't append default values from ENV or a file in #1239 via @vipally
  • Fixed indentation on help text in #1279 via @rliebz
  • Fixed a Go 1.17 compatibility issue for a test case in #1277 via @GlenPickle
  • Fixed a nil pointer panic when getting cli/context flagSet in UsageError function in #1327 via @WUST-mengqinyu
  • Fix strconv.ParseFloat usage in #1335 via @kolyshkin
  • Improve handling of file flags in #1336 via @kolyshkin

Changed

Added