Current section
Files
Jump to
Current section
Files
kino_flame
CHANGELOG.md
CHANGELOG.md
# Changelog
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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.6](https://github.com/livebook-dev/kino_flame/tree/v0.1.6) (2026-03-06)
### Added
* Added support for initializing Pythonx environment on the runner ([#7](https://github.com/livebook-dev/kino_flame/pull/7))
## [v0.1.5](https://github.com/livebook-dev/kino_flame/tree/v0.1.5) (2024-09-19)
### Added
* Added option to control whether compression should be enabled for code sync ([#6](https://github.com/livebook-dev/kino_flame/pull/6))
### Changed
* Renamed "FLAME runner cell" to "FLAME runner" for consistency with other Smart cells
* Renamed "Min/max runners" to "Min/max instances"
* Code sync compression to be disabled by default ([#6](https://github.com/livebook-dev/kino_flame/pull/6))
### Fixed
* Changes to numeric via up/down arrows being ignored on Firefox
## [v0.1.4](https://github.com/livebook-dev/kino_flame/tree/v0.1.4) (2024-09-11)
### Changed
* Updated FLAME to 0.5
## [v0.1.3](https://github.com/livebook-dev/kino_flame/tree/v0.1.3) (2024-09-05)
### Added
* Support for Kubernetes backend ([#3](https://github.com/livebook-dev/kino_flame/pull/3))
## [v0.1.2](https://github.com/livebook-dev/kino_flame/tree/v0.1.2) (2024-08-27)
### Added
* Relaxed FLAME dependency
## [v0.1.1](https://github.com/livebook-dev/kino_flame/tree/v0.1.1) (2024-08-27)
### Added
* Support for selecting environment variables to pass to the runner ([#2](https://github.com/livebook-dev/kino_flame/pull/2))
## [v0.1.0](https://github.com/livebook-dev/kino_flame/tree/v0.1.0) (2024-07-26)
Initial release.