Skip to content

v0.10.0

Compare
Choose a tag to compare
@livebook-bot livebook-bot released this 14 Jul 12:09
· 708 commits to main since this release

Added

  • Added @home CLI argument for opening homepage (#1868)
  • Notebook presentation view (#1852)
  • (Desktop) Show clear error when app cannot start because hostname contains whitespace (#1894)
  • Form snippet under "+ Block" (#1750)
  • Apps setting for showing either all outputs or rich outputs (#1905)
  • Support for multi-instance apps and automatic shutdown (#1913)
  • (Desktop) Support for setting LIVEBOOK_PORT in ~/.livebookdesktop.sh (#1920)
  • Added decorations showing doctest results directly in the editor (#1911, #1936 and #1944)
  • Support for "workflow apps" via automatic reevaluation and explicit interrupts (#1928)
  • Decorations showing multiple compiler errors and warnings in the editor on Elixir v1.15 (#1918)
  • Autocompletion for map/struct fields on update (#1918)
  • Debug button to app menu for authenticated users (#1940)
  • Support for Erlang code cells (#1892, #1960)
  • Notifications on an app page when a new version is deployed (#1955)
  • Showing import warnings on the apps page for apps deployed via LIVEBOOK_APPS_PATH (#1955)
  • Fallback that loads package assets from CDN to improve behaviour when Livebook runs behind an auth proxy (#1958)
  • More intellisense details for types (#1974 and #1975)
  • Support for Zero Trust authentication (#1938)
  • Improved the session page on mobile (#2013)
  • Support for datetime, time and date inputs (#2002)

Changed

  • Moved app settings to a modal and added explanations for all options (#1914)
  • Disabled double-click entering edit mode on Markdown cells (#1937)

Fixed

  • Improve experience when Livebook is embedded in an iframe and has no cookie access (#1888 and #1889)
  • Fixed intellisense crash when hovering over bitstring modifiers (#1917)
  • Fixed file input crash when using unknown MIME type as filter (#1922)
  • (Desktop) Fixed the app not showing up in Spotlight search on macOS (#1930 and #1942)
  • Fixed intellisense crash when hovering over Erlang modules with type names in signature (#1957)
  • Started ignoring generated functions when running doctests (#1966)
  • Fixed card images not showing in Learn section when LIVEBOOK_BASE_URL_PATH is set (#1988)