Skip to content

0.0.15

Choose a tag to compare

@phillipdupuis phillipdupuis released this 31 Jan 22:30
· 10 commits to master since this release
c3994c8

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.