Releases: petereon/beaupy
Releases · petereon/beaupy
v3.7.3
Changes:
Relaxing Python constraint (<4.0)
v3.7.2
Changes:
- Relaxing
rich
to >=12.2.0
- Capping
python
at >=3.7.8,<3.12
due to ward
bug (temporary)
v3.7.1
Changes:
- Fixed typos
- Updated vulnerable dependencies
v3.7.0
Changes:
- 🎉 Rewritten
prompt
, select
and select_multiple
for questo
v3.6.1
Changes:
- Enforcing
yakh==0.3.2
version
v3.6.0
Changes:
- Added
completion
parameter to prompt
which allows user to specify custom completion functions (example)
v3.5.4
Changes:
- Fixed
select_multiple
ticking the wrong indices when cursor_index>page_size
v3.5.3
Changes:
- Fixed
cursor_style
so that it overrides option's style in select_mutliple
v3.5.3b0
Changes:
- Fixed
cursor_style
so that it overrides option's style in select_mutliple
v3.5.2
Changes
- All options can be navigated to in
select
and select_multiple