Skip to content

Commit

Permalink
Release v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 3, 2024
1 parent 80e1131 commit e93fd77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.14.3](https://github.com/livebook-dev/livebook/tree/v0.14.3) (2024-10-03)

### Added

* Support for go back and go forward in cell editors using keyboard shortcuts ([#2789](https://github.com/livebook-dev/livebook/pull/2789))
* Setting to disable autoclosing brackets in the editor ([#2805](https://github.com/livebook-dev/livebook/pull/2805))

### Changed

* Module names in the outline to always be shown in full ([#2810](https://github.com/livebook-dev/livebook/pull/2810))

### Fixed

* Crashes under certain `exec` configuration when starting K8s runtime ([#2793](https://github.com/livebook-dev/livebook/pull/2793))
* Handling of Erlang syntax errors ([#2800](https://github.com/livebook-dev/livebook/pull/2800))
* Fixed missing code highlighting on certain function calls

## [v0.14.2](https://github.com/livebook-dev/livebook/tree/v0.14.2) (2024-09-20)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project

@elixir_requirement "~> 1.16"
@version "0.14.2"
@version "0.14.3"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit e93fd77

Please sign in to comment.