Skip to content

v3.0.0

Latest

Choose a tag to compare

@your-diary your-diary released this 23 Sep 08:55
· 1 commit to master since this release

Breaking Changes

  • Previously, out(number) command printed an integer followed by a newline. This newline was not standard-compliant and inconsistent with out(char). Now no newline is printed.

  • Previously, in(char) command read the next non-whitespace character, ignoring the trailing whitespace (if any). Now it reads the next character including whitespace.

New Features

  • Added --base64 option, which makes it possible to read a base64-encoded image. This is useful inside a Docker container.

Bug Fixes

  • Fixed #3: out(number) is not standard-compliant, and in(char) unexpectedly skips whitespace.

Documentation

Internal Changes

  • Upgraded to Rust 2024.

  • Switched to use cargo llvm-cov for coverage.

Full Changelog

v2.0.0...v3.0.0