Skip to content

Releases: petereon/beaupy

v3.8.1

27 Mar 20:14

Choose a tag to compare

What's Changed

  • Remove warning about invalid escape sequence by @ashb in #89

New Contributors

  • @ashb made their first contribution in #89

Full Changelog: v3.8.0...v3.8.1

v3.8.0

21 Mar 20:50

Choose a tag to compare

What's Changed

  • feat: select-all for select_multiple using "a" by @petereon in #88

Full Changelog: v3.7.3...v3.8.0

v3.7.3

21 Mar 18:36

Choose a tag to compare

Changes:

Relaxing Python constraint (<4.0)

v3.7.2

04 Dec 21:18

Choose a tag to compare

Changes:

  • Relaxing rich to >=12.2.0
  • Capping python at >=3.7.8,<3.12 due to ward bug (temporary)

v3.7.1

04 Dec 18:45
1bda18b

Choose a tag to compare

Changes:

  • Fixed typos
  • Updated vulnerable dependencies

v3.7.0

30 Nov 20:53
773d8f1

Choose a tag to compare

Changes:

  • 🎉 Rewritten prompt, select and select_multiple for questo

v3.6.1

29 Sep 06:19

Choose a tag to compare

Changes:

  • Enforcing yakh==0.3.2 version

v3.6.0

24 Sep 09:05
5c1b665

Choose a tag to compare

Changes:

  • Added completion parameter to prompt which allows user to specify custom completion functions (example)

v3.5.4

04 May 21:37

Choose a tag to compare

Changes:

  • Fixed select_multiple ticking the wrong indices when cursor_index>page_size

v3.5.3

19 Apr 17:18

Choose a tag to compare

Changes:

  • Fixed cursor_style so that it overrides option's style in select_mutliple