- Internal changes.
- Now if web-console data haven't changed the back-end sends "null" response body instead of a 403 error.
- Implemented a multi-threaded WSGI server to increase responsiveness of the web-UI.
- Added deflate compression for data sent to a browser.
- Attempt to fix Current file box auto-scrolling.
- Logger fix.
- Minor UI redesign.
- Added a quick action toolbar and hotkeys for common commands.
- Added a quick help dialog.
- Breakpoints can be added/deleted with a click on a line number.
- The Currrent file box is not auto-scrolled if the current line hasn't changed.
- Multiple
set_trace()
andpost_mortem()
calls are processed correctly. - Added random web-UI port selection with
port=-1
.
- Initial PyPI release