File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-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.3] ( https://github.com/livebook-dev/livebook/tree/v0.14.3 ) (2024-10-03)
6+
7+ ### Added
8+
9+ * Support for go back and go forward in cell editors using keyboard shortcuts ([ #2789 ] ( https://github.com/livebook-dev/livebook/pull/2789 ) )
10+ * Setting to disable autoclosing brackets in the editor ([ #2805 ] ( https://github.com/livebook-dev/livebook/pull/2805 ) )
11+
12+ ### Changed
13+
14+ * Module names in the outline to always be shown in full ([ #2810 ] ( https://github.com/livebook-dev/livebook/pull/2810 ) )
15+
16+ ### Fixed
17+
18+ * Crashes under certain ` exec ` configuration when starting K8s runtime ([ #2793 ] ( https://github.com/livebook-dev/livebook/pull/2793 ) )
19+ * Handling of Erlang syntax errors ([ #2800 ] ( https://github.com/livebook-dev/livebook/pull/2800 ) )
20+ * Fixed missing code highlighting on certain function calls
21+
522## [ v0.14.2] ( https://github.com/livebook-dev/livebook/tree/v0.14.2 ) (2024-09-20)
623
724### Fixed
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.2 "
9+ @ version "0.14.3 "
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