Skip to content

Commit 08d9d4f

Browse files
committed
Release v0.19.4
1 parent 251413d commit 08d9d4f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [v0.19.4](https://github.com/livebook-dev/livebook/tree/v0.19.4) (2026-03-18)
6+
7+
### Added
8+
9+
- Dev endpoint for syncing changes from file ([#3154](https://github.com/livebook-dev/livebook/pull/3154), [#3155](https://github.com/livebook-dev/livebook/pull/3155))
10+
- Dev endpoint for restamping notebooks ([#3154](https://github.com/livebook-dev/livebook/pull/3154))
11+
12+
### Fixed
13+
14+
- Fixed a few UI styling regressions
15+
516
## [v0.19.3](https://github.com/livebook-dev/livebook/tree/v0.19.3) (2026-03-09)
617

718
### Added
@@ -14,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1425
- (Desktop) Fixed "View logs" ([#3148](https://github.com/livebook-dev/livebook/pull/3148))
1526
- (Desktop) Registering .livemd file associations at runtime on AppImage on Linux ([#3148](https://github.com/livebook-dev/livebook/pull/3148))
1627
- (Desktop) Fixed xdg-open breaking on Linux inside AppImage due to injected env vars ([#3148](https://github.com/livebook-dev/livebook/pull/3148))
17-
- (Desktop) Console window appearning when starting app on Windows ([#3148](https://github.com/livebook-dev/livebook/pull/3148))
28+
- (Desktop) Console window appearning when starting app on Windows ([#3148](https://github.com/livebook-dev/livebook/pull/3148))
1829
- (Desktop) Fixed macOS x86 app expecting arm64
1930
- Cell stale indicator missing color
2031

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.3"
9+
@version "0.19.4"
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.3"
3+
version = "0.19.4"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)