Skip to content

Latest commit

History

History
98 lines (75 loc) 路 4.04 KB

CHANGELOG.md

File metadata and controls

98 lines (75 loc) 路 4.04 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

1.4.2 - 2024-02-17

  • Use more realistic sleep distribution in Terraform module
  • Make the number of processed resources finite in Terraform module - before it never actually quit

1.4.1 - 2024-02-17

  • Fix hang in Terraform module on WASM #624

1.4.0 - 2024-02-16

  • Add Terraform module #622 (thanks @taskinen)

1.3.0 - 2023-12-10

  • Fix undeterministically ordered module list #528 (thanks @VergeDX)
  • Implement --instant-print-lines argument #583 (thanks @josherrickson)

1.2.2 - 2022-10-10

  • Add manpage printing via --print-manpage
  • Add completions printing via --print-completions

1.2.1 - 2022-10-10

  • Enable multiple parallel decryptions to run in bruteforce #414 (thanks @equal-l2)

1.2.0 - 2022-10-09

  • Add bruteforce module #408 (thanks @equal-l2)

1.1.1 - 2022-09-13

  • Fixed julia module logo in web version #400 (thanks @FedericoStra)
  • Update deps

1.1.0 - 2022-09-13

  • Use musl binaries inside container image
  • Add julia module #392 (thanks @FedericoStra)
  • Fix wasm version

1.0.2 - 2022-09-10

  • Use less CPU when printing large strings
  • Improve release flow

1.0.1 - 2022-09-09

  • Update deps
  • Fix Docker Hub image publishing

1.0.0 - 2022-09-07

  • Add a bunch more extensions and file formats
  • Add rkhunter module #381 (thanks @Kovah)

0.12.0 - 2022-02-21

  • Add Ansible module #301

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