Changelog#
0.17.1#
Bugs fixed#
Maintenance and upkeep improvements#
Docs and workflow cleanup #206 (@blink1073)
CI Cleanup #204 (@blink1073)
Add ability to release from repo #202 (@blink1073)
Bump actions/checkout from 2 to 3 #201 (@dependabot)
Add dependabot #200 (@blink1073)
Documentation improvements#
Docs and workflow cleanup #206 (@blink1073)
Contributors to this release#
0.17.0#
Maintenance and upkeep improvements#
Clean up docs install #198 (@blink1073)
Maintenance cleanup #196 (@blink1073)
Maintenance cleanup #195 (@blink1073)
Contributors to this release#
0.16.0#
Bugs fixed#
Fix issue where large stdin writes can cause Tornado to hang #189 (@KoopaKing)
Maintenance and upkeep improvements#
Switch to using hatch version #186 (@blink1073)
Fix flake8 v5 compat #179 (@blink1073)
Contributors to this release#
0.15.0#
No merged PRs
0.13.3#
Bugs fixed#
Contributors to this release#
0.13.2#
Bugs fixed#
Increase scrollback to 1000 #143 (@yusufbashi)
Maintenance and upkeep improvements#
Add test for terminating the terminals and fix Windows terminal shutdown behavior #142 (@blink1073)
Contributors to this release#
(GitHub contributors page for this release)
@andfoy | @blink1073 | @fcollonval | @Wh1isper | @yusufbashi
0.13.1#
Maintenance and upkeep improvements#
Contributors to this release#
0.13.0#
Enhancements made#
Maintenance and upkeep improvements#
Officially drop support for python 3.6 #137 (@blink1073)
Fix even more setup.cfg formatting #134 (@blink1073)
Fix more setup.cfg formatting #133 (@blink1073)
Contributors to this release#
0.12.4#
Maintenance and upkeep improvements#
Fix formatting of trove classifiers again #131 (@blink1073)
Contributors to this release#
0.12.3#
Bugs fixed#
Fix terminal output logging type error #122 (@devmonkey22)
Maintenance and upkeep improvements#
Fix formatting of trove classifiers #129 (@blink1073)
Contributors to this release#
0.12.2#
Bugs fixed#
Maintenance and upkeep improvements#
Run CI Daily #125 (@blink1073)
Contributors to this release#
0.12.1#
Bugs fixed#
Revert “only override TERM if its not previously set” #119 (@rvalieris)
Contributors to this release#
0.12.0#
Bugs fixed#
correctly set the TERM variable #117 (@rvalieris)
Maintenance and upkeep improvements#
Contributors to this release#
0.11.1#
Maintenance and upkeep improvements#
Clean up tests #114 (@blink1073)
Contributors to this release#
0.11.0#
Enhancements made#
Bugs fixed#
Switch select() to poll() in pty_read() #111 (@arjanvandervelde)
Contributors to this release#
0.10.1#
Bugs fixed#
Contributors to this release#
0.10.0#
Enhancements made#
Support creating terminal given name in kwargs. #104 (@cailiang9)
Bugs fixed#
Maintenance and upkeep improvements#
Contributors to this release#
(GitHub contributors page for this release)
@andfoy | @blink1073 | @cailiang9 | @minrk
0.9.5#
0.9.4#
Allow non-strict decode for process output #95 (@dong-zeyu)
Add generated changelog #92 (@blink1073)
0.9.3#
0.9.2#
0.9.1#
0.9.0#
Drop python 2 and 3.4 and 3.5 support #77 (@jasongrout)
Make sure that all process output makes it to the terminal #76 (@athornton)
v0.8.3#
0.8.2#
Run only the basic test on Appveyor #64 (@blink1073)
Fix for https://github.com/jupyter/terminado/issues/62 #63 (@cpranav)
Add python_requires to help pip, and version classifers #57 (@hugovk)
Set websocket.terminal to None when the child exits #55 (@takluyver)
0.8.1#
Add support for Python 2 on Windows #50 (@blink1073)
Update ownership #48 (@blink1073)
0.8#
Add support for Windows #44 (@blink1073)
0.7#
Reduce duplication in PtyWithClients.terminate #43 (@srstevenson)
Pass signal to terminal from manager method #42 (@srstevenson)
Send SIGHUP to the process group in the terminal, not just the leader #38 (@takluyver)
Include LICENSE.txt file in the tarball #34 (@irushchyshyn)
Revert pinging implementation, and call super method in websocket open #28 (@takluyver)
keep websocket connection alive by sending pings when there is no activity #27 (@zyzhu2000)
0.6#
0.5#
0.4#
Buffer the last 10 reads from the pty, and play back to new clients #5 (@takluyver)