File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
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.19.3] ( https://github.com/livebook-dev/livebook/tree/v0.19.3 ) (2026-03-09)
6+
7+ ### Added
8+
9+ - Link for to the current GitHub release on the settings page ([ #3147 ] ( https://github.com/livebook-dev/livebook/pull/3147 ) )
10+ - Learn section notebook about Python integrations ([ #3150 ] ( https://github.com/livebook-dev/livebook/pull/3150 ) )
11+
12+ ### Fixed
13+
14+ - (Desktop) Fixed "View logs" ([ #3148 ] ( https://github.com/livebook-dev/livebook/pull/3148 ) )
15+ - (Desktop) Registering .livemd file associations at runtime on AppImage on Linux ([ #3148 ] ( https://github.com/livebook-dev/livebook/pull/3148 ) )
16+ - (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 ) )
18+ - (Desktop) Fixed macOS x86 app expecting arm64
19+ - Cell stale indicator missing color
20+
521## [ v0.19.2] ( https://github.com/livebook-dev/livebook/tree/v0.19.2 ) (2026-03-04)
622
723### 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.18"
9- @ version "0.19.2 "
9+ @ version "0.19.3 "
1010 @ description "Automate code & data workflows with interactive notebooks"
1111
1212 def project do
Original file line number Diff line number Diff line change 11[package ]
22name = " livebook"
3- version = " 0.19.2 "
3+ version = " 0.19.3 "
44edition = " 2021"
55
66[lib ]
You can’t perform that action at this time.
0 commit comments