All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.11.0 - 2021-03-19
- Add docker_build module #103 (thanks @Kovah)
- Refactored modules to implement a common trait
0.10.0 - 2020-08-27
- Add
--exit-after-modulesoptions which can be used to make genact exit after running that many modules
0.9.0 - 2020-08-10
- Add global speed #132
0.8.1 - 2020-08-10
- Refactor entrypoint, modules, and file structure
- Use structopt instead of clap which should give better errors
- Improve wasm download size
0.8.0 - 2020-08-05
- Enhance download module
- Rewrite web version using wasm-bindgen