Skip to content

Latest commit

History

History
37 lines (27 loc) 路 1.35 KB

File metadata and controls

37 lines (27 loc) 路 1.35 KB

Changelog

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-modules options 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