File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
44
5- ## [ Unreleased] ( https://github.com/livebook-dev/livebook/tree/main )
5+ ## [ v0.14.0-rc.0] ( https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.0 ) (2024-07-26)
6+
7+ ### Added
8+
9+ * Introduced Fly.io runtime (#2708 , #2714 )
10+ * Added ` LIVEBOOK_PUBLIC_BASE_URL_PATH ` to serve public routes from a different base url path (#2704 )
11+ * Suggestion to setup without cache on dependencies error (#2716 )
12+ * Added FLAME runner cell
13+
14+ ### Changed
15+
16+ * Bumped versions to Elixir 1.17.2 in the Docker image and the desktop app
17+ * Change the scroll behavior to immediate jump when clicking a notebook sections (#2705 )
18+ * Reduced the size of CUDA-enabled images by including only a subset of the CUDA toolkit (#2724 )
19+
20+ ### Fixed
21+
22+ * (Desktop) Fixed opening an already open notebook (#2709 )
23+ * Fixed horizontal editor scrollbar to not overlap content in Firefox
624
725## v0.13
826
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66 use Mix.Project
77
88 @ elixir_requirement "~> 1.16"
9- @ version "0.14.0-dev "
9+ @ version "0.14.0-rc.0 "
1010 @ description "Automate code & data workflows with interactive notebooks"
1111
1212 def project do
You can’t perform that action at this time.
0 commit comments