You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code editor now uses CodeMirror. This change features a polished design, more precise code highlighting, minimised delay when opening large notebooks, more accurate collaborative cursors and other improvements (#2444)
Cell evaluation time to also show when the cell is stale or aborted
Changed the behaviour of __DIR__ when the notebook has no explicit file, so that it points to the autosave location (and not ".") (#2529)
Removed the invalid ":" character from Livebook cookie names. This change invalidates existing session data, such as user name and cursor color (#2539)
Apps to respect automatically reevaluating cells (#2569)
Code cells are no longer formatted on save (#2605)
Livebook within Docker to bind to IPv6 by default
Bumped versions to Elixir 1.17.1 and OTP 27 in the Docker image and the desktop app
Livebook and runtimes to always run distribution in long names mode (#2646, #2648)
Removed
Support for rendering images from the deprecated images/ directory
Zero Trust authentication strategy for Teleport (#2589)
Context menu from the code editor (appearing on right-click). In case you used it to format code, refer to the shortcuts list to find a relevant shortcut (#2444)
Fixed
File download in the .exs notebook export
(Desktop) ~/.livebookdesktop.sh to allow setting LIVEBOOK_NODE and LIVEBOOK_SHUTDOWN_ENABLED (#2464)
(Desktop) Don't create duplicate log lines on Windows (#2668)
Using environment variables for S3 file system credentials (#2472)
Redesigned flash messages to allow copying the message without closing it (#2484)
Completion relevance within multiline maps and bitstrings (#2488)
File selector crashing when navigating to a directory with a large number of files (#2491)
Crashes when opening a notebook with ":" in a section title (#2495)