Skip to content

Releases: petereon/beaupy

v3.10.0

19 Dec 20:46
c4113fe
Compare
Choose a tag to compare

Changes:

  • Moving dev+test dependencies outside of pyproject.toml for easier dependency resolution for the published package

v3.9.2

23 Aug 10:58
95d8b92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.1...v3.9.2

v3.9.1

05 Aug 19:06
Compare
Choose a tag to compare

What's Changed

  • fix: escaping backslashes to prevent them from escaping other stuff by @petereon in #105

Full Changelog: v3.9.0...v3.9.1

v3.9.0

05 Aug 17:33
5b60fa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.3...v3.9.0

3.8.3.post1

10 Jul 13:48
ba6673d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.3...3.8.4.post1

v3.8.3

28 Jun 20:00
5537c0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.2...v3.8.3

v3.8.2

06 Apr 17:20
6f6f05c
Compare
Choose a tag to compare

What's Changed

  • Fixed ternary issue with select_all keybind by @xxJava in #90

New Contributors

Full Changelog: v3.8.1...v3.8.2

v3.8.1

27 Mar 20:14
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes:

Relaxing Python constraint (<4.0)