File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.9.2] ( https://github.com/livebook-dev/livebook/tree/v0.9.2 ) (2023-04-14)
8+
9+ ### Added
10+
11+ - Made the error status clickable on failed deployments ([ #1854 ] ( https://github.com/livebook-dev/livebook/pull/1854 ) )
12+
13+ ### Changed
14+
15+ - Made app settings form hidden in app session ([ #1860 ] ( https://github.com/livebook-dev/livebook/pull/1860 ) )
16+
17+ ### Fixed
18+
19+ - Fix smart cell indicator when source changes on start ([ #1851 ] ( https://github.com/livebook-dev/livebook/pull/1851 ) )
20+ - Persist show-source app option ([ #1859 ] ( https://github.com/livebook-dev/livebook/pull/1859 ) )
21+ - Added a link to navigate out of iframe when Livebook has no access to cookies ([ #1863 ] ( https://github.com/livebook-dev/livebook/pull/1863 ) )
22+
723## [ v0.9.1] ( https://github.com/livebook-dev/livebook/tree/v0.9.1 ) (2023-04-06)
824
925### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
22 use Mix.Project
33
44 @ elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
5- @ version "0.9.1 "
5+ @ version "0.9.2 "
66 @ description "Automate code & data workflows with interactive notebooks"
77
88 @ app_elixir_version "1.14.2"
You can’t perform that action at this time.
0 commit comments