You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.13.12
Changes all accomplished via [\#59](#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
0.13.11
Bug Fix
-------
* Return error from Start() when CharSet wasn't set, otherwise it'd panic [\#57](#57)
Other
-----
* Add test to make sure all character sets in CharSets variable work with .CharSet method
* Add a note to README about the new spinner animation frequencies
0.13.8: More spinner animation character sets
New Features
------------
* Import new spinners from github.com/briandowns/spinner, taking us to over 90 available spinner antimations - [\#54](#54)
0.13.4
Breaking Changes
----------------
This release hides the cursor by default when animating the spinner. It
introduces a new `Config` field, `ShowCursor`, to allow consumers to tell the
spinner to show the cursor. This new field deprecates the `HideCursor` one.