This update contains major performance improvements and exposes new privacy user
settings. We will work towards stabilizing it in the next weeks in order to make
these updates be shipped in a stable release before the end of the year.
Visual Environment
- New look of open project dialogue. Now it has a "Open project" title at the top.
- Documentation comments are displayed next to the nodes..
Enso Compiler
- Updated Enso engine to version 0.2.22. If you are interested in the enhancements and fixes made to the Enso compiler, you can find out more details in the engine release notes.
Visual Environment
- Fixed a bug where edited node expression was sometimes altered.. When
editing node expression, the changes were occasionally reverted, or the
grayed-out parameter names were added to the actual expression.
Anonymous Data Collection
Please note that this release collects anonymous usage data which will be used to improve Enso and prepare it for a stable release. We will switch to opt-in data collection in stable version releases. The usage data will not contain your code (expressions above nodes), however, reported errors may contain brief snippets of out-of-context code that specifically leads to the error, like "the method 'foo' does not exist on Number". The following data will be collected:
- Session length.
- Graph editing events (node create, dele, position change, connect, disconnect, collapse, edit start, edit end). This will not include any information about node expressions used.
- Navigation events (camera movement, scope change).
- Visualization events (visualization open, close, switch). This will not include any information about the displayed data nor the rendered visualization itself.
- Project management events (project open, close, rename).
- Errors (IDE crashes, WASM panics, Project Manager errors, Language Server errors, Compiler errors).
- Performance statistics (minimum, maximum, average GUI refresh rate).