livebook/CHANGELOG.md
2023-09-14 16:55:53 +07:00

3.8 KiB

Changelog for Livebook v0.11

The format is based on Keep a Changelog.

Unreleased

Added

  • Introduced file management to track and access files used by a notebook (#2022, #2044, #2072, #2083, #2085, #2111, #2112, #2113, #2131, #2167)
  • Improved debugging discoverability on app errors (#2061)
  • Option to mark a directory as the default file selector location (#2046)
  • Button for reevaluating apps on change (#2066)
  • Button for retrying on app errors (#2066)
  • Drag and drop actions for notebook files (#2096, #2103, #2192)
  • Support for dropping external files into the notebook (#2097)
  • Notebook custom view (#2101)
  • Automatic runtime setup when creating a new notebook to streamline autocompletion (#2102)
  • Manual warmup mode for apps to cache notebook dependencies during a Docker build (#2115)
  • Warning when Livebook runs out of memory during notebook setup (#2128)
  • Shortcut to toggle keyboard control in the focused cell (#2145)
  • Option to enable Vim/Emacs mode in the editor (#2173)
  • Support for chunked text and markdown outputs (#2174)
  • (Desktop) Allowed the application to ask for microphone and camera access (#2177)
  • Added Remote execution cell (#2197)

Changed

  • Changed apps to not reevaluate automatically and require an action on change (#2066)
  • Changed attached runtime to establish a hidden connection to avoid clustering errors on OTP25 (#2110)
  • Clicking links within iframes to trigger navigation for the whole page (#2160)
  • Setup cell output to never be exported (#2184)

Fixed

  • App menu to fit in the viewport on mobile (#2092)
  • Smart cell editor initialization when no language is specified
  • Race conditions during apps setup when deploying from a directory (#2115)
  • Fixed require not propagating across cells in certain cases (#2134)

v0.10

The CHANGELOG for v0.10 releases can be found in the v0.10 branch.