Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Update changelog for release of Enso 2.0.0-alpha.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed May 5, 2021
1 parent d659d6e commit fc9454a
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,45 @@

#### Visual Environment

#### EnsoGL (rendering engine)


<br/>![Bug Fixes](/docs/assets/tags/bug_fixes.svg)

#### Visual Environment

#### EnsoGL (rendering engine)

#### Enso Compiler

If you're interested in the enhancements and fixes made to the Enso compiler,
you can find their release notes
[here](https://github.com/enso-org/enso/blob/main/RELEASES.md).

<br/>

# Enso 2.0.0-alpha.4 (2021-05-04)

<br/>![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.

<br/>![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

Expand All @@ -32,7 +53,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

<br/>
Expand Down

0 comments on commit fc9454a

Please sign in to comment.