2024-06-25 22:05:53 +08:00
# Changelog for Livebook v0.14
2021-08-18 21:51:40 +08:00
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ).
2024-07-26 19:16:00 +08:00
## [v0.14.0-rc.0](https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.0) (2024-07-26)
### Added
2024-07-26 19:38:12 +08:00
* Introduced Fly.io runtime ([#2708](https://github.com/livebook-dev/livebook/pull/2708), [#2714 ](https://github.com/livebook-dev/livebook/pull/2714 ))
* Added `LIVEBOOK_PUBLIC_BASE_URL_PATH` to serve public routes from a different base url path ([#2704](https://github.com/livebook-dev/livebook/pull/2704))
* Suggestion to setup without cache on dependencies error ([#2716](https://github.com/livebook-dev/livebook/pull/2716))
2024-07-26 19:16:00 +08:00
* Added FLAME runner cell
### Changed
* Bumped versions to Elixir 1.17.2 in the Docker image and the desktop app
2024-07-26 19:38:12 +08:00
* Change the scroll behavior to immediate jump when clicking a notebook sections ([#2705](https://github.com/livebook-dev/livebook/pull/2705))
* Reduced the size of CUDA-enabled images by including only a subset of the CUDA toolkit ([#2724](https://github.com/livebook-dev/livebook/pull/2724))
2024-07-26 19:16:00 +08:00
### Fixed
2024-07-26 19:38:12 +08:00
* (Desktop) Fixed opening an already open notebook ([#2709](https://github.com/livebook-dev/livebook/pull/2709))
2024-07-26 19:16:00 +08:00
* Fixed horizontal editor scrollbar to not overlap content in Firefox
2023-06-30 18:38:54 +08:00
2024-06-25 22:05:53 +08:00
## v0.13
2024-06-19 19:59:29 +08:00
2024-06-25 22:05:53 +08:00
The CHANGELOG for v0.13 releases can be found in the [v0.13 ](https://github.com/livebook-dev/livebook/tree/v0.13/CHANGELOG.md ) branch.