0.0.15
Bugfixes:
- If a user attempts to save invalid python code, the frontend will now display the error. Previously it would fail silently and close the code editor.
- Exceptions are logged with a full stack trace, making it easier to debug issues.
- Code catching 'BaseException' has been fixed to now catch 'Exception' instead.