Skip to content

Commit 16e9ce0

Browse files
committed
Release v0.19.0
1 parent 49e3be8 commit 16e9ce0

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
The 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.19.0](https://github.com/livebook-dev/livebook/tree/v0.19.0) (2026-03-03)
6+
7+
As part of this release, we reworked the desktop app to use Tauri, and we now have a Linux version of the app. The Linux support is considered in to be in beta mode, if you notice any unexpected behaviour, please let us know.
8+
9+
### Added
10+
11+
- Python intellisense ([#3133](https://github.com/livebook-dev/livebook/pull/3133))
12+
- (Desktop) Linux build of the desktop app ([#3112](https://github.com/livebook-dev/livebook/pull/3112))
13+
- Support for min, max and step in number inputs ([#3139](https://github.com/livebook-dev/livebook/pull/3139))
14+
- Added `LIVEBOOK_APPS_BANNER` for configuring Livebook apps banner ([#3144](https://github.com/livebook-dev/livebook/pull/3144))
15+
16+
### Changed
17+
18+
- Extract Livebook.ZTA into its own library ([#3103](https://github.com/livebook-dev/livebook/pull/3103))
19+
- (Desktop) Changed the underlying desktop app implementation to use Tauri ([#3112](https://github.com/livebook-dev/livebook/pull/3112))
20+
- Formatting shortcut to `ctrl + shift + f` on Linux/Windows and `cmd + shift + f` on macOS ([#3141](https://github.com/livebook-dev/livebook/pull/3141))
21+
22+
### Fixed
23+
24+
- Documentation links to Erlang functions and types
25+
- Pressing Home/End/PageUp/PageDown from moving the page while editing
626

727
## v0.18
828

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.19.0-dev"
9+
@version "0.19.0"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

rel/app_next/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rel/app_next/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livebook"
3-
version = "0.19.0-dev"
3+
version = "0.19.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)