- Added Pythonic interface to Readline functions and variables
- Added Readline-aware logging handler
- Added
add_function
for registering custom bindable functions - Set minimum colorama version to prevent crashing bug on Windows
- Reorganised package to expose the Readline instance at
pygnurl.readline
- Updated PYTHONSTARTUP script to deconflict with
sys.__interactivehook__
- Fixed a bug where IPython printed a traceback after an output line on Windows
- Fixed compatibility with IPython on Python 3 on Windows
- Added support for IPython
- Added sample PYTHONSTARTUP script
- Fixed assorted minor bugs
- Fixed a bug where Ctrl-C could crash callback functions
- Added support for Linux and Mac OS X
- Updated packaging scripts for release to PyPI
- Added support for Python 3
- Added support for 64-bit Readline
- Initial version