mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-29 08:15:53 +08:00
Release 0.3.2
This commit is contained in:
parent
247abd8f57
commit
b116e2b1e6
2 changed files with 25 additions and 1 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [v0.3.2](https://github.com/livebook-dev/livebook/tree/v0.3.2) (2021-11-10)
|
||||
|
||||
### Added
|
||||
|
||||
- An option to clear evaluation outputs ([#661](https://github.com/livebook-dev/livebook/pull/661))
|
||||
- Evaluation indicators to the sections side panel ([#657](https://github.com/livebook-dev/livebook/pull/657))
|
||||
- Support for importing a notebook via file upload ([#665](https://github.com/livebook-dev/livebook/pull/665))
|
||||
- Show/hide button to password inputs ([#664](https://github.com/livebook-dev/livebook/pull/664))
|
||||
- Improved new directory creation under high latency ([#674](https://github.com/livebook-dev/livebook/pull/674))
|
||||
- Enabled persisting static Vega-Lite plot to Live Markdown ([#676](https://github.com/livebook-dev/livebook/pull/676))
|
||||
- Support for animable frame output ([#688](https://github.com/livebook-dev/livebook/pull/688))
|
||||
- An option to amplify cell outputs ([#689](https://github.com/livebook-dev/livebook/pull/689))
|
||||
- Included CMake in the Docker image ([#694](https://github.com/livebook-dev/livebook/pull/694))
|
||||
- Environment variable for disabling token auth ([#696](https://github.com/livebook-dev/livebook/pull/696))
|
||||
|
||||
### Changed
|
||||
|
||||
- Redesigned save to file modal ([#663](https://github.com/livebook-dev/livebook/pull/663))
|
||||
- Moved current runtime information into a new side panel ([#692](https://github.com/livebook-dev/livebook/pull/692))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Rendering math with KaTeX that uses SVGs ([#684](https://github.com/livebook-dev/livebook/pull/684))
|
||||
|
||||
## [v0.3.1](https://github.com/livebook-dev/livebook/tree/v0.3.1) (2021-10-27)
|
||||
|
||||
### Added
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.3.1"
|
||||
@version "0.3.2"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
def project do
|
||||
|
|
Loading…
Add table
Reference in a new issue