Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.4.0
    v0.4.0
    
    This release enables binary stripping in the cargo config which
    reduces the executable size from 401KB to 307KB.  The minimum Rust
    version is now 1.60.
    
    BREAKING CHANGES:
      - None
    
    New features:
      - None
    
    Changes:
      - Add `strip` and `opt-level` to cargo release config.
    
  • v0.3.0
    0.3.0
    
    This release adds the `--retries` flag to allow users to try solving
    the challenge multiple times.
    
    BREAKING CHANGES:
      - The `-p` option no longer accepts an argument. Use `--phrase` for
        that
    
    New features:
      - Add `--retries` to allow users to retry answering the prompt
      - Add [nix flake](https://nixos.wiki/wiki/Flakes) configuration
    
    Changes:
      - Switch to argh parsing (exe size: 291K -> 295K)
      - The long version of `-p` is now `--mistake` option for the "I am
        probably making a mistake." prompt
      - Update rust edition to 2021
      - Update dependencies to latest
      - Use `argh` for parsin.
    
    Bugfixes:
      - None
    
  • v0.2.0
    support for 'yes' prompts
    
  • v0.1.0
    9bf58f7b · initial version ·
    first version uploaded to crates.io