2021-10-17 23:56:49 +03:00
|
|
|
# Next Release
|
|
|
|
|
2024-06-06 19:47:02 +03:00
|
|
|
#### Enso IDE
|
|
|
|
|
|
|
|
- [Arrows navigation][10179] selected nodes may be moved around, or entire scene
|
|
|
|
if no node is selected.
|
2024-06-12 16:13:48 +03:00
|
|
|
- [Added a limit for dropdown width][10198], implemented ellipsis and scrolling
|
|
|
|
for long labels when hovered.
|
2024-06-11 12:26:55 +03:00
|
|
|
- [Copy-pasting multiple nodes][10194].
|
2024-06-10 17:15:36 +03:00
|
|
|
- The documentation editor has [formatting toolbars][10064].
|
|
|
|
- The documentation editor supports [rendering images][10205].
|
2024-06-21 14:28:30 +03:00
|
|
|
- [Project may be renamed in Project View][10243]
|
2024-06-18 17:35:10 +03:00
|
|
|
- [Fixed a bug where drop-down were not displayed for some arguments][10297].
|
|
|
|
For example, `locale` parameter of `Equal_Ignore_Case` kind in join component.
|
2024-06-19 16:46:51 +03:00
|
|
|
- [Node previews][10310]: Node may be previewed by hovering output port while
|
|
|
|
pressing <kbd>Ctrl</kbd> key (<kbd>Cmd</kbd> on macOS).
|
2024-06-21 18:14:46 +03:00
|
|
|
- [Fixed issue with two arrows being visible at once in drop-down
|
|
|
|
widget.][10337]
|
|
|
|
- [Fixed issue where picking "<Numeric literal>" variant in some ports
|
|
|
|
disallowed changing it again.][10337]
|
2024-06-06 19:47:02 +03:00
|
|
|
|
2024-06-10 17:15:36 +03:00
|
|
|
[10064]: https://github.com/enso-org/enso/pull/10064
|
2024-06-06 19:47:02 +03:00
|
|
|
[10179]: https://github.com/enso-org/enso/pull/10179
|
2024-06-11 12:26:55 +03:00
|
|
|
[10194]: https://github.com/enso-org/enso/pull/10194
|
2024-06-12 16:13:48 +03:00
|
|
|
[10198]: https://github.com/enso-org/enso/pull/10198
|
2024-06-10 17:15:36 +03:00
|
|
|
[10205]: https://github.com/enso-org/enso/pull/10205
|
2024-06-21 14:28:30 +03:00
|
|
|
[10243]: https://github.com/enso-org/enso/pull/10243
|
2024-06-18 17:35:10 +03:00
|
|
|
[10297]: https://github.com/enso-org/enso/pull/10297
|
2024-06-19 16:46:51 +03:00
|
|
|
[10310]: https://github.com/enso-org/enso/pull/10310
|
2024-06-21 18:14:46 +03:00
|
|
|
[10337]: https://github.com/enso-org/enso/pull/10337
|
2024-06-06 19:47:02 +03:00
|
|
|
|
2024-05-31 12:29:52 +03:00
|
|
|
#### Enso Standard Library
|
|
|
|
|
|
|
|
- [Added Statistic.Product][10122]
|
2024-06-04 16:22:19 +03:00
|
|
|
- [Added Encoding.Default that tries to detect UTF-8 or UTF-16 encoding based on
|
|
|
|
BOM][10130]
|
2024-06-04 20:59:31 +03:00
|
|
|
- [Added `Decimal` column to the in-memory database, with some arithmetic
|
|
|
|
operations.][9950]
|
2024-06-07 22:37:32 +03:00
|
|
|
- [Implemented `.cast` to and from `Decimal` columns for the in-memory
|
|
|
|
database.][10206]
|
2024-06-10 13:49:26 +03:00
|
|
|
- [Implemented fallback to Windows-1252 encoding for `Encoding.Default`.][10190]
|
2024-05-31 12:29:52 +03:00
|
|
|
|
|
|
|
[debug-shortcuts]:
|
|
|
|
|
2024-06-04 20:59:31 +03:00
|
|
|
[9950]: https://github.com/enso-org/enso/pull/9950
|
2024-05-31 12:29:52 +03:00
|
|
|
[10122]: https://github.com/enso-org/enso/pull/10122
|
2024-06-04 16:22:19 +03:00
|
|
|
[10130]: https://github.com/enso-org/enso/pull/10130
|
2024-06-07 22:37:32 +03:00
|
|
|
[10206]: https://github.com/enso-org/enso/pull/10206
|
2024-06-10 13:49:26 +03:00
|
|
|
[10190]: https://github.com/enso-org/enso/pull/10190
|
2024-05-31 12:29:52 +03:00
|
|
|
|
2021-02-02 08:07:43 +03:00
|
|
|
<br/>![Release Notes](/docs/assets/tags/release_notes.svg)
|
|
|
|
|
|
|
|
#### Anonymous Data Collection
|
2021-03-04 21:01:35 +03:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2021-02-02 08:07:43 +03:00
|
|
|
- Session length.
|
|
|
|
- Project management events (project open, close, rename).
|
2024-05-29 14:27:32 +03:00
|
|
|
- Errors (IDE crashes, Project Manager errors, Language Server errors, Compiler
|
|
|
|
errors).
|