Releases: petereon/beaupy
Releases · petereon/beaupy
v3.5.1
Changes:
select
and select_multiple
display all the options unless pagination
is True
v3.5.0
Changes:
- Added
pagination
and page_size
parameters to select
- Added
pagination
and page_size
parameters to select_multiple
- Refactored navigation from
select
and select_multiple
to reduce duplication
v3.4.0
Changes:
- Included config option
Config.raise_on_escape
- Included
Abort
exception containing the key which caused it to be raised
- Extended
select
to raise Abort on escape if Config.raise_on_escape
is True
- Extended
select_multiple
to raise Abort on escape if Config.raise_on_escape
is True
- Extended
prompt
to raise Abort on escape if Config.raise_on_escape
is True
- Extended
confirm
to raise Abort on escape if Config.raise_on_escape
is True
Addresses #50
v3.3.0
Changes:
- Added support for HOME and END keys for
select
and select_multiple
Author: @BrewingWeasel
v3.2.0
Changes:
- Updated
select
and select_multiple
so that they "overflow" from start to back and vice-versa
Author: @therealOri
v3.1.1
Changes:
- Bumping a version of
python-yakh
to enable Conda release
v3.0.0
Changes:
- Migrated to
python-yakh
from click
v2.1.0
Changes:
- Handling
DEL
, HOME
, END
and arrow keys in prompt
v2.0.0
Changes:
- Switching to
pallets/click
for input handling
- Including ESC character as cancel button for the TUI elements
- Removing some
keys
not handled by Click
- Separating out dangerous keys which are not handled on Windows