Releases: aisk/pick
Releases · aisk/pick
v2.4.0
What's Changed
- Bump windows-curses from 2.3.2 to 2.3.3 by @dependabot in #127
- Use textwrap to get description lines by @iamalisalehi in #128
- Fixed long title wrapping by @iamalisalehi in #129
- Added ability to quit early by @Henri-ColibrITD in #126
- Bump version 2.4.0b1 by @aisk in #131
- Excluded indexes by @iamalisalehi in #132
- Bump version 2.4.0 by @aisk in #134
New Contributors
- @Henri-ColibrITD made their first contribution in #126
Full Changelog: v2.3.2...v2.4.0
v2.4.0b1
What's Changed
- Bump windows-curses from 2.3.2 to 2.3.3 by @dependabot in #127
- use textwrap to get description lines by @iamalisalehi in #128
- fixed long title wrapping by @iamalisalehi in #129
- feat: added ability to quit early by @Henri-ColibrITD in #126
- Bump version 2.4.0b1 by @aisk in #131
New Contributors
- @Henri-ColibrITD made their first contribution in #126
Full Changelog: v2.3.2...v2.4.0b1
v2.3.2
v2.3.1
v2.3.0
What's Changed
- Bump mypy from 0.990 to 0.991 by @dependabot in #89
- Add Python 3.12 to test matrix by @aisk in #115
- Bump pytest to 7.2.0 by @aisk in #116
- Adding descriptions for each option by @iamalisalehi in #114
- Bump mypy from 0.991 to 1.4.1 by @dependabot in #118
- added
position
argument sopick
doesn't clear the screen every time by @Cornelius-Figgle in #95 - Bump version 2.3.0 by @aisk in #119
New Contributors
- @aisk made their first contribution in #115
- @iamalisalehi made their first contribution in #114
- @Cornelius-Figgle made their first contribution in #95
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Full Changelog: v1.6.0...v2.0.0
Breaking Changes
- Drop
register_custom_handler
- Drop
options_map_func
, replaced byOption
class