Release 2.3.0
These release notes were written for the git hash 09ac54c.
Fixed
- Fixed a bug 'Unable to load file' in altsrc in #1086 via @akramarenkov
- Fixed a bug where
App.ErrWriternot being initialized inApp.Setup()in #1100 via @Nokel81 - Harmonize BeforeError handling in #1117 via @creekorful
- Fixed a bug where the default value is not set in the
Destinationfield in theStringSliceFlagin #1121 via @sgoroshko - Fixed a bug where the version flag was shown unexpectedly on commands with subcommands in #1153 via @lrioth
- Fixed a bug where the default
StringSlicevalues would be mutated in #1170 via @tych0 - Fixed a bug where values set by environment var are not saved to existing stringslice reference in #1178 via @alexcb
- Fixed a bug where fish completion did not respect TakesFile on PathFlags in #1198 via @ErinCall
Changed
- Improved ZSH Autocompletion (List files on tab with no completion options) in #1130 via @oleorhagen
- Improved help text rendering in #1175 via @imle
Added
- Added support for Go 1.14 in #1085 via @lynncyrin
- Added support for Powershell autocompletion in #1139 via @kirinnee
- Added support for using
ValuewithTimeStampflag in #1160 via @vschettino - Added ShowSubcommandHelpAndExit to print help for the given subcommand and exit with exit code in #1183 via @knqyf263
- Expose the constructor of
MapInputSourcetype in #1194 via @igorrius - Added support for a
App.Readerthat defaults toos.Stdinvia #1191 via @stellirin