CHANGES
=======

0.7.0 (2022-10-19)
------------------

* Selective persistent termination logs (#9)

* Implement cancellation chain tracker (#8)

* Trigger auto-completion only when Tab is pressed

* Support auto-completion of commands and arguments (#7)

* Add missing explicit dependency to Click


0.6.0 (2022-09-26)
------------------

* Promote `console_locals` as public attr

* Reimplement console command (#6)

* Migrate to Click-based command line interface (#5)

* Adopt `prompt_toolkit` and support concurrent clients (#4)

* Show the total number of tasks when executing `ps` (#3)

* Apply black, isort, mypy, flake8 and automate CI workflows using GitHub Actions


0.5.1 (2022-08-29)
------------------

* Fix the task creation location in the 'ps' command output

0.5.0 (2022-08-26)
------------------

* Made it compatible with Python 3.10

* Added the task creation stack chain display to the 'where' command by setting a custom task factory (#1)

* Changed the 'ps' command view to be more concise and display many tasks in a better way (#2)


0.4.5 (2019-11-03)
------------------

* Fixed endless loop on EOF (thanks @apatrushev)


0.4.4 (2019-03-23)
------------------

* Simplified python console start end #175

* Added python 3.7 compatibility #176


0.4.3 (2019-02-02)
------------------

* Reworked console server start/close logic #169


0.4.2 (2019-01-13)
------------------

* Fixed issue with type annotations from 0.4.1 release #164


0.4.1 (2019-01-10)
------------------

* Fixed Python 3.5 support #161 (thanks @bmerry)


0.4.0 (2019-01-04)
------------------

* Added support for custom commands #133 (thanks @yggdr)

* Fixed OptLocals being passed as the default value for "locals" #122 (thanks @agronholm)

* Added an API inspired by the standard library's cmd module #135 (thanks @yggdr)

* Correctly report the port running aioconsole #124 (thanks @bmerry)


0.3.1 (2018-07-03)
------------------

* Added the stacktrace command #120 (thanks @agronholm)


0.3.0 (2017-09-08)
------------------

* Added _locals_ parameter for passing environment to python REPL


0.2.1 (2016-01-03)
------------------

* Fixed import in telnet cli in #12 (thanks @hellysmile)


0.2.0 (2016-01-01)
------------------

* Added basic documentation

* Most of methods of Monitor class are not not private api


0.1.0 (2016-12-14)
------------------

* Added missed LICENSE file

* Updated API, added start_monitor() function


0.0.3 (2016-12-11)
------------------

* Fixed README.rst


0.0.2 (2016-12-11)
------------------

* Tests more stable now

* Added simple tutorial to README.rst


0.0.1 (2016-12-10)
------------------

* Initial release.
