Skip to content

Releases: petereon/beaupy

v3.5.1

28 Mar 17:12
3e738ee
Compare
Choose a tag to compare

Changes:

  • select and select_multiple display all the options unless pagination is True

v3.5.0

26 Mar 09:02
Compare
Choose a tag to compare

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

03 Feb 11:20
e35d3c6
Compare
Choose a tag to compare

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

13 Jan 21:06
Compare
Choose a tag to compare

Changes:

  • Added support for HOME and END keys for select and select_multiple

Author: @BrewingWeasel

v3.2.0

04 Jan 22:20
Compare
Choose a tag to compare

Changes:

  • Updated select and select_multiple so that they "overflow" from start to back and vice-versa

Author: @therealOri

v3.1.1

14 Dec 18:00
Compare
Choose a tag to compare

Changes:

  • Bumping a version of python-yakh to enable Conda release

v3.1.0

13 Dec 17:24
Compare
Choose a tag to compare

Changes:

  • Added numpad arrow keys

Author: @Cube707

v3.0.0

12 Dec 21:01
0a9f4d3
Compare
Choose a tag to compare

Changes:

  • Migrated to python-yakh from click

v2.1.0

21 Oct 19:37
be3469b
Compare
Choose a tag to compare

Changes:

  • Handling DEL, HOME, END and arrow keys in prompt

v2.0.0

19 Oct 06:56
5c51d0f
Compare
Choose a tag to compare

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