Added
- Support for input forms (#790)
- Completion for struct keys (#793)
- Support for custom JavaScript widgets (#826)
- Introduced a dedicated Explore subsection for Kino guides (#830)
- Added notebook name to page title (#844)
- Added
@deprecated
and@since
documentation metadata on mouse over (#852) - Added Livebook and Elixir version information to the Settings page (#851)
- Added shutdown button to the sidebar (#862)
- An option to increase the font size in the editor (#860)
- An option to use a high-contrast editor theme (#868 and #871)
- Support for rendering mermaid.js graphs in Markdown cells (#816)
- Introduced desktop app packaging for macOS (#865)
Changed
- Removed confirmation step when deleting an empty section (#829)
- Applied several design improvements (#858, #859 and #882)
- Changed the color scheme in text outputs to improve contrast (#864 and #859)
- Reworked Kino guides in the Explore section (#879 and #859)
Fixed
- Disallowed saving notebooks with empty file name (#823)
- Fixed unexpected focus behaviour in large editors (#831)
- Fixed Escape key to exit multi-cursor mode (#833)
- Improved error reports when reconnecting Mix runtime fails (#837)
- Fixed code blocks in Markdown to use monospaced font for all characters (#855)