Skip to content

v0.3.0

Compare
Choose a tag to compare
@eminence eminence released this 15 Sep 02:27
· 16 commits to master since this release

What's Changed

  • Check all streams (out/err/in) to find one that has a tty and size by @eminence in #58
    • Note that this is a subtle change in behavior, since the terminal_size() function will now return success in cases more cases than before. For example, if your command had stdout redirected to a file, terminal_size() used to return nothing, and now it returns a size.
  • Update to rustix 0.38 by @chenx97 in #57
    • This change bumps the MSRV from 1.48.0 to 1.63.0

Full Changelog: v0.2.6...v0.3.0