Packages
livebook
0.10.0
0.19.8
0.19.7
0.19.6
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.3
0.17.2
0.17.1
0.17.0
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.14.0-rc.1
0.14.0-rc.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Automate code & data workflows with interactive notebooks
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog for Livebook v0.10
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.10.0](https://github.com/livebook-dev/livebook/tree/v0.10.0) (2023-07-14)
### Added
- Added @home CLI argument for opening homepage ([#1868](https://github.com/livebook-dev/livebook/pull/1868))
- Notebook presentation view ([#1852](https://github.com/livebook-dev/livebook/pull/1852))
- (Desktop) Show clear error when app cannot start because hostname contains whitespace ([#1894](https://github.com/livebook-dev/livebook/pull/1894))
- Form snippet under "+ Block" ([#1750](https://github.com/livebook-dev/livebook/pull/1750))
- Apps setting for showing either all outputs or rich outputs ([#1905](https://github.com/livebook-dev/livebook/pull/1905))
- Support for multi-instance apps and automatic shutdown ([#1913](https://github.com/livebook-dev/livebook/pull/1913))
- (Desktop) Support for setting `LIVEBOOK_PORT` in `~/.livebookdesktop.sh` ([#1920](https://github.com/livebook-dev/livebook/pull/1920))
- Added decorations showing doctest results directly in the editor ([#1911](https://github.com/livebook-dev/livebook/pull/1911), [#1936](https://github.com/livebook-dev/livebook/pull/1936) and [#1944](https://github.com/livebook-dev/livebook/pull/1944))
- Support for "workflow apps" via automatic reevaluation and explicit interrupts ([#1928](https://github.com/livebook-dev/livebook/pull/1928))
- Decorations showing multiple compiler errors and warnings in the editor on Elixir v1.15 ([#1918](https://github.com/livebook-dev/livebook/pull/1918))
- Autocompletion for map/struct fields on update ([#1918](https://github.com/livebook-dev/livebook/pull/1918))
- Debug button to app menu for authenticated users ([#1940](https://github.com/livebook-dev/livebook/pull/1940))
- Support for Erlang code cells ([#1892](https://github.com/livebook-dev/livebook/pull/1892), [#1960](https://github.com/livebook-dev/livebook/pull/1960))
- Notifications on an app page when a new version is deployed ([#1955](https://github.com/livebook-dev/livebook/pull/1955))
- Showing import warnings on the apps page for apps deployed via `LIVEBOOK_APPS_PATH` ([#1955](https://github.com/livebook-dev/livebook/pull/1955))
- Fallback that loads package assets from CDN to improve behaviour when Livebook runs behind an auth proxy ([#1958](https://github.com/livebook-dev/livebook/pull/1958))
- More intellisense details for types ([#1974](https://github.com/livebook-dev/livebook/pull/1974) and [#1975](https://github.com/livebook-dev/livebook/pull/1975))
- Support for Zero Trust authentication ([#1938](https://github.com/livebook-dev/livebook/pull/1938))
- Improved the session page on mobile ([#2013](https://github.com/livebook-dev/livebook/pull/2013))
- Support for datetime, time and date inputs ([#2002](https://github.com/livebook-dev/livebook/pull/2002))
### Changed
- Moved app settings to a modal and added explanations for all options ([#1914](https://github.com/livebook-dev/livebook/pull/1914))
- Disabled double-click entering edit mode on Markdown cells ([#1937](https://github.com/livebook-dev/livebook/pull/1937))
### Fixed
- Improve experience when Livebook is embedded in an iframe and has no cookie access ([#1888](https://github.com/livebook-dev/livebook/pull/1888) and [#1889](https://github.com/livebook-dev/livebook/pull/1889))
- Fixed intellisense crash when hovering over bitstring modifiers ([#1917](https://github.com/livebook-dev/livebook/pull/1917))
- Fixed file input crash when using unknown MIME type as filter ([#1922](https://github.com/livebook-dev/livebook/pull/1922))
- (Desktop) Fixed the app not showing up in Spotlight search on macOS ([#1930](https://github.com/livebook-dev/livebook/pull/1930) and [#1942](https://github.com/livebook-dev/livebook/pull/1942))
- Fixed intellisense crash when hovering over Erlang modules with type names in signature ([#1957](https://github.com/livebook-dev/livebook/pull/1957))
- Started ignoring generated functions when running doctests ([#1966](https://github.com/livebook-dev/livebook/pull/1966))
- Fixed card images not showing in Learn section when `LIVEBOOK_BASE_URL_PATH` is set ([#1988](https://github.com/livebook-dev/livebook/pull/1988))
## v0.9
The CHANGELOG for v0.9 releases can be found in the [v0.9](https://github.com/livebook-dev/livebook/tree/v0.9/CHANGELOG.md) branch.