Fixes: - After closing a pane, go to the previous pane. - Write crash reports to a secure temp file. - Added 'ls' as alias for list-sessions.
Better performance: - Using a coroutine for the vt100 parser. (Much faster.) - Give priority to panes that have the focus. - Never postpone the rendering in case of high CPU. (Fix in prompt_toolkit.)
0.3
----------------
New features: - Take $SHELL into account.
Fixes: - Python 2 encoding bug fixed.
0.2
----------------
First published version of Pymux, using prompt_toolkit.
0.1
---------------
Initial experimental version of Pymux, written using asyncio. (This one is discontinued in favour of the new version, that uses prompt_toolkit.) still available here: https://github.com/jonathanslenders/old-pymux