Releases: theryangeary/choose
Releases · theryangeary/choose
Release v1.3.6
Create version 1.3.6
Release v1.3.5
Added several new build artifacts
Upgraded to rust 2021
Applied clippy suggestions
Release v1.3.4
Fix issue with field separators not working when no newline at EOF
Fix issue with choices with actual length one created with positive start index and negative end index
Release v1.3.3
Create version 1.3.3 Fixes a bug that occurs when the input is an empty line and a negative choice is used, causing `choose` to crash
Release v1.3.2
Fixes a bug surrounding broken pipes. Piping a long file to less
, head
, etc would cause an error to be printed for each line yet to be written to the pipe. Now a single error is printed, and choose
exits gracefully.
choose v1.3.1
Fix erroneous newline printing caused by certain field separator configurations