- Compress responses from server (massive bandwidth improvement) - Add button to toggle assembly flavors (issue 110) - Parse executable+args with spaces (issue 116) - Turn modals into components - Move everything into a single root React component - Refresh state when clicking "return" button - Add javascript unit tests
0.8.2.0
Not secure
- Add optional authentication (nickamon, issue 132) - Support the `--args` flag (issue 126) - Ensure code is correct and adheres to recommended Python style when running tests/building (flake8) - Display source when running `backtrace` (fix regression, 134)
0.8.1.0
Not secure
- Add autocomplete functionality (bobthekingofegypt, issue 129) - Rearranged and improved alignment of assembly - Fixed bug when fetching variable fails - Plot floating point values instead of casting to int