Skip to content

Releases: eminence/terminal-size

v0.4.0

25 Sep 01:55
Compare
Choose a tag to compare

Breaking changes

The big change in this release is the API change in #66:

  • If you were using the terminal_size_using_fd or terminal_size_using_handle functions, these are now deprecated and unsafe. Instead you should use the terminal_size_of function, which does the same thing but is safer.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Sep 02:27
Compare
Choose a tag to compare

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

v0.2.5

14 Feb 23:42
Compare
Choose a tag to compare

What's Changed

  • Update windows-sys requirement from 0.42.0 to 0.45.0 by @dependabot in #49

Full Changelog: v0.2.3...v0.2.5

(Note v0.2.4 was published and then immediately yanked due to an operator error. So v0.2.5 is the next version after v0.2.3)

v0.2.3

29 Nov 03:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Nov 23:19
Compare
Choose a tag to compare

New features

Internal changes

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Jul 19:51
Compare
Choose a tag to compare

Internal changes

v0.2.0

02 Jul 19:22
Compare
Choose a tag to compare

Breaking changes

The MSRV has been changed from 1.31 to 1.48. There are no API changes in this release

Internal changes

Full Changelog: v0.1.17...v0.2.0