From dc8aede49e29f38587a2ab07cbb99647bfcc29e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 14 Sep 2023 16:54:13 +0700 Subject: [PATCH] Update changelog (#2202) --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152063210..8b01d9fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://github.com/livebook-dev/livebook/tree/main) +### Added + +* Introduced file management to track and access files used by a notebook ([#2022](https://github.com/livebook-dev/livebook/pull/2022), [#2044](https://github.com/livebook-dev/livebook/pull/2044), [#2072](https://github.com/livebook-dev/livebook/pull/2072), [#2083](https://github.com/livebook-dev/livebook/pull/2083), [#2085](https://github.com/livebook-dev/livebook/pull/2085), [#2111](https://github.com/livebook-dev/livebook/pull/2111), [#2112](https://github.com/livebook-dev/livebook/pull/2112), [#2113](https://github.com/livebook-dev/livebook/pull/2113), [#2131](https://github.com/livebook-dev/livebook/pull/2131), [#2167](https://github.com/livebook-dev/livebook/pull/2167)) +* Improved debugging discoverability on app errors ([#2061](https://github.com/livebook-dev/livebook/pull/2061)) +* Option to mark a directory as the default file selector location ([#2046](https://github.com/livebook-dev/livebook/pull/2046)) +* Button for reevaluating apps on change ([#2066](https://github.com/livebook-dev/livebook/pull/2066)) +* Button for retrying on app errors ([#2066](https://github.com/livebook-dev/livebook/pull/2066)) +* Drag and drop actions for notebook files ([#2096](https://github.com/livebook-dev/livebook/pull/2096), [#2103](https://github.com/livebook-dev/livebook/pull/2103), [#2192](https://github.com/livebook-dev/kino/pull/2192)) +* Support for dropping external files into the notebook ([#2097](https://github.com/livebook-dev/livebook/pull/2097)) +* Notebook custom view ([#2101](https://github.com/livebook-dev/livebook/pull/2101)) +* Automatic runtime setup when creating a new notebook to streamline autocompletion ([#2102](https://github.com/livebook-dev/livebook/pull/2102)) +* Manual warmup mode for apps to cache notebook dependencies during a Docker build ([#2115](https://github.com/livebook-dev/livebook/pull/2115)) +* Warning when Livebook runs out of memory during notebook setup ([#2128](https://github.com/livebook-dev/livebook/pull/2128)) +* Shortcut to toggle keyboard control in the focused cell ([#2145](https://github.com/livebook-dev/livebook/pull/2145)) +* Option to enable Vim/Emacs mode in the editor ([#2173](https://github.com/livebook-dev/livebook/pull/2173)) +* Support for chunked text and markdown outputs ([#2174](https://github.com/livebook-dev/livebook/pull/2174)) +* (Desktop) Allowed the application to ask for microphone and camera access ([#2177](https://github.com/livebook-dev/livebook/pull/2177)) +* Added Remote execution cell ([#2197](https://github.com/livebook-dev/livebook/pull/2197)) + +### Changed + +* Changed apps to not reevaluate automatically and require an action on change ([#2066](https://github.com/livebook-dev/livebook/pull/2066)) +* Changed attached runtime to establish a hidden connection to avoid clustering errors on OTP25 ([#2110](https://github.com/livebook-dev/livebook/pull/2110)) +* Clicking links within iframes to trigger navigation for the whole page ([#2160](https://github.com/livebook-dev/livebook/pull/2160)) +* Setup cell output to never be exported ([#2184](https://github.com/livebook-dev/livebook/pull/2184)) + +### Fixed + +* App menu to fit in the viewport on mobile ([#2092](https://github.com/livebook-dev/livebook/pull/2092)) +* Smart cell editor initialization when no language is specified +* Race conditions during apps setup when deploying from a directory ([#2115](https://github.com/livebook-dev/livebook/pull/2115)) +* Fixed `require` not propagating across cells in certain cases ([#2134](https://github.com/livebook-dev/livebook/pull/2134)) + ## v0.10 The CHANGELOG for v0.10 releases can be found in the [v0.10](https://github.com/livebook-dev/livebook/tree/v0.10/CHANGELOG.md) branch.