Skip to content

0.13.12: Better non-TTY mode, manual animation stepping

Latest
Compare
Choose a tag to compare
@theckman theckman released this 31 Dec 01:23
· 14 commits to master since this release
v0.13.12
b7d332d

Changes all accomplished via #59.

New Features

  • Add new TerminalMode field to Config struct, to better control the non-TTY a dumb terminal handling
  • Make Frequency configuration field optional, as non-TTY TerminalMode doesn't animate
  • The new non-TTY TerminalMode now allows the terminal to be animated manually, versus it happening implicitly within the started spinner.

Deprecations

  • The NotTTY field in the Config struct has been deprecated in favor of the TerminalMode field