File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
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+ ## [ v0.14.1] ( https://github.com/livebook-dev/livebook/tree/v0.14.1 ) (2024-09-20)
6+
7+ ### Added
8+
9+ * Liveobok metadata to Fly runtime machines ([ #2763 ] ( https://github.com/livebook-dev/livebook/pull/2763 ) )
10+ * Added code highlighting for Python snippets ([ #2772 ] ( https://github.com/livebook-dev/livebook/pull/2772 ) )
11+ * Added menu option for FLAME runner cell to use Kubernetes backend ([ #2762 ] ( https://github.com/livebook-dev/livebook/pull/2762 ) )
12+ * Added menu option for Database connection cell to use DuckDB ([ #2773 ] ( https://github.com/livebook-dev/livebook/pull/2773 ) )
13+ * Ability to disconnect Fly runtime during initialization ([ #2776 ] ( https://github.com/livebook-dev/livebook/pull/2776 ) )
14+ * Progress indicator to the file input upload ([ #2785 ] ( https://github.com/livebook-dev/livebook/pull/2785 ) )
15+ * Introduced K8s runtime ([ #2756 ] ( https://github.com/livebook-dev/livebook/pull/2756 ) )
16+
17+ ### Changed
18+
19+ * Updated CUDA version in the Docker image to 12.6
20+ * Improved go-to-definition scroll to position the cursor near the viewport top
21+
22+ ### Removed
23+
24+ ### Fixed
25+
26+ * Editor rendering on socket reconnection ([ #2765 ] ( https://github.com/livebook-dev/livebook/pull/2765 ) )
27+ * Fixed URL validation when opening notebook from URL to allow file:// ([ #2783 ] ( https://github.com/livebook-dev/livebook/pull/2783 ) )
28+ * Fixed app recovery when the whole runtime goes down
29+ * Crash caused by clock drifts when showing timestamps from Livebook Teams server ([ #2787 ] ( https://github.com/livebook-dev/livebook/pull/2787 ) )
30+ * Crash when disconnecting remote runtime on unreachable node
31+
532## [ v0.14.0] ( https://github.com/livebook-dev/livebook/tree/v0.14.0 ) (2024-08-26)
633
734### Added
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 "
9+ @ version "0.14.1 "
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