Skip to content

Tags: theckman/yacspin

Tags

v0.13.12

Toggle v0.13.12's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
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

v0.13.11

Toggle v0.13.11's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
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

v0.13.10

Toggle v0.13.10's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.10

* Update the GIFs in the README file to include the new spinners
* Add a tooling to help with generation of the GIFs, and add README for it

v0.13.9

Toggle v0.13.9's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.9

* Update README spinner gif URLs to use commit hash to prep for update

v0.13.8

Toggle v0.13.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
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)

v0.13.7

Toggle v0.13.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.7

New Features
------------

* Add `examples/` directory and include a blurb on the `README`.

v0.13.6

Toggle v0.13.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.6

New Features
------------

* Only render the SuffixAutoColon, if the suffix contains something other than only space characters. [\#52](#52)

v0.13.5

Toggle v0.13.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.5

Updates
-------

This release is a documemntation update, improving the comments for both the
`Config` and `Spinner` types.

v0.13.4

Toggle v0.13.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
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.

v0.13.3

Toggle v0.13.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.13.3

Bug Fix
-------

Fix issue with null bytes being printed at the beginning of the output, but
resetting the internal buffer in the constructor.