summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* invoke type casts default valuesDavid Lord2021-10-101-0/+2
* click.confirm preserves prompt when readline is importedAlex Ball2021-10-101-0/+2
* use pathlib to resolve symlinksDavid Lord2021-10-101-0/+9
* release version 8.0.2David Lord2021-10-081-1/+1
* option with multiple and flag_value replaces internal placeholderIvan Kapelyukhin2021-10-081-0/+2
* getting default value doesn't perform type castDavid Lord2021-10-081-0/+2
* count help doesn't show default range typeDavid Lord2021-10-071-0/+2
* Fix copy-paste errors in `click.style()`Jasper Spaans2021-09-261-0/+2
* Fix type annotation for `type` argYourun-Proger2021-09-261-0/+2
* use sys.exit() instead of _fast_exit()taran_lu2021-08-051-0/+2
* resolve relative symlinks to the containing directorycAtaman2021-08-051-0/+2
* completion arguments may start with a "/"Sam Schott2021-07-041-0/+2
* don't show empty multiple=True defaultPatryk Bęza2021-07-041-0/+2
* bash version detection is locale independentJan Losinski2021-07-031-0/+1
* Fix is_bool_flag being set to True even if is_flag is FalseGianluca Gippetto2021-07-031-0/+3
* start version 8.0.2.dev0David Lord2021-05-191-0/+6
* release version 8.0.1David Lord2021-05-191-1/+1
* flag to control Windows pattern expansionDavid Lord2021-05-191-0/+4
* show help text with invalid defaultDavid Lord2021-05-191-0/+2
* return resolved name, not original nameDavid Lord2021-05-191-0/+5
* document values passed to typesDavid Lord2021-05-191-0/+2
* detect type from flag_valueDavid Lord2021-05-181-0/+2
* update changelog about version_optionDavid Lord2021-05-181-2/+4
* argument with nargs=-1 and envvar prefers command line valueMarc Schmitzer2021-05-181-0/+2
* install importlib_metadata on Python < 3.8Vincent Philippon2021-05-181-0/+2
* Fix minor mistake in 8.0 changelogitsxaos2021-05-181-1/+1
* ProgressBar inherits GenericDavid Lord2021-05-181-0/+2
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-121-1/+2
* ctx.obj is marked Any instead of Optional[Any]David Lord2021-05-121-0/+2
* explicit reexportsDavid Lord2021-05-121-0/+3
* start version 8.0.1.dev0David Lord2021-05-111-0/+6
* release version 8.0.0David Lord2021-05-111-3/+3
* HelpFormatter.write_text uses full widthGianluca Gippetto2021-05-101-0/+2
* refactor type_cast_valueDavid Lord2021-04-151-0/+3
* fix make_default_short_help max_length, refactorGianluca Gippetto2021-04-141-0/+2
* fix output when using echo_stdinSeb Aebischer2021-04-131-0/+2
* rename resultcallback to result_callbackDavid Lord2021-04-121-0/+2
* Fixed inconsistency in forwarding paramsSaif8073802021-04-121-0/+3
* fix backspace in prompt with readline enabledSaif8073802021-04-061-0/+2
* test runner opens stderr with backslashreplaceDavid Lord2021-04-041-0/+2
* mark more messages for translationDavid Lord2021-04-031-1/+3
* mark cli messages for translationSaif8073802021-04-031-1/+1
* add italic and overline to styleRicardo Bánffy2021-04-021-1/+2
* revert adding space between option helpDavid Lord2021-04-021-0/+2
* expand patterns in Windows argsDavid Lord2021-04-011-0/+2
* deprecation notice appears at front of help and short helpBALaka-182021-03-311-0/+3
* resolve symlinks on Windows Python < 3.8BALaka-182021-03-301-0/+2
* add pass_meta_key decoratorDavid Lord2021-03-051-0/+3
* Better error message for bad parameter default (#1805)Saif Kazi2021-03-051-0/+2
* path type supports pathlibDavid Lord2021-03-041-0/+2