You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for defining modules in the Erlang cell ([#2806](https://github.com/livebook-dev/livebook/pull/2806))
10
-
* Option to specifying erl flags for Standalone runtime node ([#2843](https://github.com/livebook-dev/livebook/pull/2843))
11
-
* Support for specifying max height on grid output ([#2846](https://github.com/livebook-dev/livebook/pull/2846))
12
-
* Introduced authentication via Livebook Teams for Livebook app servers, including third-party SSO integrations ([#2837](https://github.com/livebook-dev/livebook/pull/2837), [#2919](https://github.com/livebook-dev/livebook/pull/2919))
13
-
* HTTP proxy configuration via env variables (`HTTP_PROXY`, `HTTPS_PROXY`) ([#2850](https://github.com/livebook-dev/livebook/pull/2850))
14
-
* Deployment group environment variables included in generated Livebook app server instructions ([#2858](https://github.com/livebook-dev/livebook/pull/2858))
15
-
* Added Clickhouse to the database connection cell options ([#2840](https://github.com/livebook-dev/livebook/pull/2840))
16
-
* Logs whenever code is evaluated evaluation (level info) ([#2880](https://github.com/livebook-dev/livebook/pull/2880))
17
-
* Added `LIVEBOOK_LOG_LEVEL` and `LIVEBOOK_LOG_METADATA` for customizing logged information ([#2880](https://github.com/livebook-dev/livebook/pull/2880))
18
-
* Shell code block highlighting in Markdown cells
19
-
* Added a custom view option that hides code ([#2889](https://github.com/livebook-dev/livebook/pull/2889))
20
-
* Information accessed via `Kino.Workspace.info()` to include payload returned from identity provider ([#2890](https://github.com/livebook-dev/livebook/pull/2890))
21
-
* Support for text styles in plain text output ([#2928](https://github.com/livebook-dev/livebook/pull/2928))
22
-
* Support for `nil` fields in forms ([#2931](https://github.com/livebook-dev/livebook/pull/2931))
23
-
24
-
### Changed
25
-
26
-
* (Desktop) The server to start on a fixed port by default (`32123`) and fall back to random if taken ([#2867](https://github.com/livebook-dev/livebook/pull/2867))
27
-
* Bumped versions to Elixir 1.18.2 and Erlang 27.2.2 in the Docker image and the desktop app
28
-
* Bumped the required Elixir version to 1.18
29
-
* In case you set `RELEASE_DISTRIBUTION`, it has been ignored since v0.13, but now it must not be set
30
-
* Changed the Docker image to use Ubuntu 24.04
31
-
* Updateed Docker base image to Ubuntu 24.04 ([#2933](https://github.com/livebook-dev/livebook/pull/2933))
32
-
* Improveed file select to list files matching search anywhere in the name ([#2932](https://github.com/livebook-dev/livebook/pull/2932))
33
-
34
-
### Removed
35
-
36
-
* Removed `LIVEBOOK_APPS_PATH_HUB_ID` in favour of `LIVEBOOK_TEAMS_AUTH` ([#2829](https://github.com/livebook-dev/livebook/pull/2829))
37
-
38
-
### Fixed
39
-
40
-
* Proper namespace to be selected when reopening K8s runtime settings
41
-
* Importing notebook via livebook.dev/run to download attachments
42
-
* Kino forms to not emit change event on the first render ([#2852](https://github.com/livebook-dev/livebook/pull/2852))
43
-
* (Desktop) "Copy URL" not pasting properly into Terminal
44
-
* (Desktop) Subsequent installations on Windows leading to conflicting Hex archives ([#2859](https://github.com/livebook-dev/livebook/pull/2859))
45
-
* Erlang snippets in Markdown cells being exported as Erlang code cells
46
-
* (Desktop) Fixed opening notebook files with space in the path ([#2926](https://github.com/livebook-dev/livebook/pull/2926))
47
-
* Tab content disappearning in nested tab outputs
48
-
49
-
## v0.14
50
-
51
-
The CHANGELOG for v0.14 releases can be found in the [v0.14](https://github.com/livebook-dev/livebook/tree/v0.14/CHANGELOG.md) branch.
9
+
The CHANGELOG for v0.15 releases can be found in the [v0.15](https://github.com/livebook-dev/livebook/tree/v0.15/CHANGELOG.md) branch.
0 commit comments