Skip to content

Releases: briandowns/spinner

v1.23.0

06 Mar 15:56
Compare
Choose a tag to compare
update deps

Signed-off-by: Brian Downs <brian.downs@gmail.com>

v1.22.0

27 Feb 03:28
Compare
Choose a tag to compare
update go.mod

Signed-off-by: Brian Downs <brian.downs@gmail.com>

v1.21.0

02 Feb 01:10
Compare
Choose a tag to compare
fix vendoring

Signed-off-by: Brian Downs <brian.downs@gmail.com>

v1.20.0

22 Dec 16:31
4a2bf41
Compare
Choose a tag to compare
Support for multi-line spinner strings (#146)

v1.19.0

31 Jul 03:38
329c376
Compare
Choose a tag to compare
add enable/disable toggle (#144)

v1.18.1

07 Feb 17:03
16b2c08
Compare
Choose a tag to compare
start spinner only when fd is terminal (#131)

v1.18.0

19 Dec 05:07
1935ea5
Compare
Choose a tag to compare
updates (#129)

Signed-off-by: Brian Downs <brian.downs@gmail.com>

v1.17.0

17 Dec 03:44
12b31a6
Compare
Choose a tag to compare
Move cursor to the beginning of the line before erasing (#126)

The \033[K escape sequence signifies 'clear from cursor position to the
end of the line'. Without moving the cursor to the beggining of the line
first it results in no text being deleted. The behaviour of Carriage
Return (\r) in terminal emulators is not formally standardized but it is
generally interpreted as a move to the beginning of the line.

Fixes https://github.com/briandowns/spinner/issues/123

v1.16.0

21 Jun 14:32
7a99280
Compare
Choose a tag to compare
Merge pull request #120 from briandowns/fix_new_line

revert previous change for windows

v1.15.0

03 Jun 21:48
c83d88d
Compare
Choose a tag to compare
Merge pull request #117 from AskAlice/hotfix

replace \033[K with \r in clear