|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
4 | 4 |
|
| 5 | +## [v0.14.0-rc.1](https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.1) (2024-08-19) |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +* Support for specifying column ratios in grid output ([#2718](https://github.com/livebook-dev/livebook/pull/2718)) |
| 10 | +* Added go-to-definition feature for modules and functions defined in the notebook ([#2730](https://github.com/livebook-dev/livebook/pull/2730), [#2741](https://github.com/livebook-dev/livebook/pull/2741)) |
| 11 | +* Documented how to use Nginx as a HTTPS proxy in front of Livebook ([#2735](https://github.com/livebook-dev/livebook/pull/2735)) |
| 12 | +* Introduced nightly Docker image builds, tagged as `nightly` and `nightly-cuda12` ([#2739](https://github.com/livebook-dev/livebook/pull/2739)) |
| 13 | +* Highlight for the relevant symbol when showing hover details in the code editor ([#2747](https://github.com/livebook-dev/livebook/pull/2747)) |
| 14 | +* Link to live dashboard for the runtime node in the runtime panel ([#2754](https://github.com/livebook-dev/livebook/pull/2754)) |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +* Improved error message in the Fly runtime config when the app name is taken |
| 19 | +* (Desktop) The Windows installer to execute as normal user ([#2628](https://github.com/livebook-dev/livebook/pull/2628)) |
| 20 | +* New Docker images with CUDA 12 are now tagged `*-cuda12` ([#2739](https://github.com/livebook-dev/livebook/pull/2739)) |
| 21 | +* Restored browser-default outlines on tab-navigation ([#2749](https://github.com/livebook-dev/livebook/pull/2749)) |
| 22 | +* Docker images with CUDA 12 now include cuDNN 9 for compatibility with nx/exla v0.8+ |
| 23 | + |
| 24 | +### Removed |
| 25 | + |
| 26 | +* Docker `edge` images are no longer built, use `nightly` instead ([#2739](https://github.com/livebook-dev/livebook/pull/2739)) |
| 27 | +* Docker images with CUDA 11 (`*-cuda118`) are no longer built ([#2739](https://github.com/livebook-dev/livebook/pull/2739)) |
| 28 | +* `XLA_TARGET` env var is no longer included in Dockerfiles generated for apps. When using nx/exla < v0.8 you may need to set it explicitly ([#2755](https://github.com/livebook-dev/livebook/pull/2755)) |
| 29 | + |
| 30 | +### Fixed |
| 31 | + |
| 32 | +* Page crash when creating a Fly volume fails |
| 33 | +* Fly runtime failing to reconnect when volume is not detached on time ([#2737](https://github.com/livebook-dev/livebook/pull/2737)) |
| 34 | +* Slow file transfer when reading file and image inputs from a Fly runtime ([#2738](https://github.com/livebook-dev/livebook/pull/2738)) |
| 35 | + |
5 | 36 | ## [v0.14.0-rc.0](https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.0) (2024-07-26) |
6 | 37 |
|
7 | 38 | ### Added |
|
0 commit comments