From d8c30eac31187e036a4b5dee0b7d022ae408bf0e Mon Sep 17 00:00:00 2001 From: Michael Mauderer Date: Tue, 4 May 2021 12:54:13 +0200 Subject: [PATCH] Update changelog for release of Enso 2.0.0-alpha.4. --- CHANGELOG.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19a24d6c2..264fff5573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,25 @@ -# Next Release - -
![New Learning Resources](/docs/assets/tags/new_learning_resources.svg) +# Enso 2.0.0-alpha.4 (2021-05-04)
![New Features](/docs/assets/tags/new_features.svg) #### Visual Environment - [Window management buttons.][1511]. The IDE now has components for - "fullscreen" nad "close" buttons. They will be available only when running IDE - in a cloud environment. + "fullscreen" and "close" buttons. They will when running IDE in a cloud + environment where no native window buttons are available. - [Customizable backend options][1531]. When invoking Enso IDE through command - line interface, it is possible to give `--` argument separator. All arguments - following the separator will be passed to the backend. + line interface, it is possible to add the `--` argument separator. All + arguments following the separator will be passed to the backend. - [Added `--verbose` parameter][1531]. If `--verbose` is given as command line argument, the IDE and the backend will produce more detailed logs.
![Bug Fixes](/docs/assets/tags/bug_fixes.svg) -- [Fix some internal settings not being applied correctly in the IDE][1536]. - Some arguments were not passed correctly to the IDE leading to erroneous - behaviour in the electron app. This is now fixed. - #### Visual Environment -#### EnsoGL (rendering engine) +- [Some command line arguments were not applied correctly in the IDE][1536]. + Some arguments were not passed correctly to the IDE leading to erroneous + behavior or appearance of the electron app. This is now fixed. #### Enso Compiler @@ -32,7 +28,7 @@ you can find their release notes [here](https://github.com/enso-org/enso/blob/main/RELEASES.md). [1511]: https://github.com/enso-org/ide/pull/1511 -[1511]: https://github.com/enso-org/ide/pull/1536 +[1536]: https://github.com/enso-org/ide/pull/1536 [1531]: https://github.com/enso-org/ide/pull/1531