=== Fixed - Fixed `pip install qprompt` issue related to missing `requirements.txt` file; thanks to BartlomiejBartnicki for reporting; fixed using https://caremad.io/posts/2013/07/setup-vs-requirement/[method described in this article].
0.14.0
=== Added - Added fzf menu search functionality; uses the excellent https://github.com/dahlia/iterfzf[iterfzf library by dahlia].
=== Changed - Print-like functions now return string that is printed which is useful for simple logging tasks, effects `echo()`, `alert()`, `info()`, `warn()`, `error()`, `hrule()`. - Can now pass a function to `wrap()`.
0.12.2
=== Highlights - Minor bug fix.
=== Fixed - Fixed issue with `title()` only setting the first letter of the window title under Python3.