mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
0e17beba73
Fixes #10091 https://github.com/enso-org/enso/assets/919491/148d117a-8f2c-4176-b0c8-c7d2390173c3
2.1 KiB
2.1 KiB
Next Release
Enso IDE
- Arrows navigation selected nodes may be moved around, or entire scene if no node is selected.
- Added a limit for dropdown width, implemented ellipsis and scrolling for long labels when hovered.
- Copy-pasting multiple nodes.
- The documentation editor has formatting toolbars.
- The documentation editor supports rendering images.
Enso Standard Library
- Added Statistic.Product
- Added Encoding.Default that tries to detect UTF-8 or UTF-16 encoding based on BOM
- Added
Decimal
column to the in-memory database, with some arithmetic operations. - Implemented
.cast
to and fromDecimal
columns for the in-memory database. - Implemented fallback to Windows-1252 encoding for
Encoding.Default
.
[debug-shortcuts]:
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.
- Project management events (project open, close, rename).
- Errors (IDE crashes, Project Manager errors, Language Server errors, Compiler errors).