Releases: vxgmichel/aioconsole
Releases · vxgmichel/aioconsole
v0.1.13
Changes:
- Fix windows compatibility (PR #46, issue #45)
v0.1.12
Changes:
- Prevent exception in macOS with large output (issue #42, PR #43)
Broken on windows - use v0.1.13 or above instead
v0.1.11
Changes:
- Add aprint coroutine (issue #31, PR #34)
- Fix linux pipe handling (issue #32, PR #33)
- Fix python 3.8 compatibility (issue #36, PR #38)
- Allow printing while waiting for user input in readline mode (issue #40, PR #41)
v0.1.10
Fix release v0.1.9
Changes:
- Fix default argument handling in apython+readline script (Issue #29, PR #30)
v0.1.9
This release is broken (see issue #29). Use v0.1.10 instead
Changes:
- Prefer repr over str for execution results (PR #27)
- Support ainput from within an asynchronous console (issue #8, PR #25)
- Improve robustness of readline support (issue #26, PR #25)
- Fix bug when reading a file from standard input using ainput (issue #28, PR #25)
v0.1.8
Changes:
- Make sure argparse prints to the right output stream when running commands in an asynchronous CLI
- Prefer shell parsing over space split for commands (issue #18, PR #19)
- Add
--banner
and --locals
options to apython script (issue #20, PR #21)
- Python 3.7 compatibility (issue #22, PR #23)
v0.1.7
Issue #17: Fix uvloop compatibility
Issue #14: Fix exception when closing apython
(python 3.5)
v0.1.6
Issue #15 / PR #16: Fix apython readline support for Mac OS X
v0.1.5
Fix issue #11: exceptions aren't shown when using apython in ubuntu
v0.1.4
PR #9:
- Add readline support to the
apython
script on linux
- Fix multi-line inputs in the console