Compare commits

..

1 commit

Author SHA1 Message Date
ff4704cf6c
Merge 938c38a40b into d868699bab 2025-03-26 14:57:45 +01:00

View file

@ -18,12 +18,12 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or
## Added
- (experimental): It is now possible to specify a custom container runtime in
the settings, by using the `container_runtime` key. It should contain the path
to the container runtime you want to use. Please note that this doesn't mean
we support more container runtimes than Podman and Docker for the time being,
but enables you to chose which one you want to use, independently of your
platform. ([#925](https://github.com/freedomofpress/dangerzone/issues/925))
- It is now possible to specify a custom container runtime in the settings, by
using the `container_runtime` key. It should contain the path to the container
runtime you want to use. Please note that this doesn't mean we support more
container runtimes than Podman and Docker for the time being, but enables you to
chose which one you want to use, independently of your platform.
([#925](https://github.com/freedomofpress/dangerzone/issues/925))
## [0.8.1](https://github.com/freedomofpress/dangerzone/compare/v0.8.1...0.8.0)