Skip to content

Releases: ad4mx/spinoff

0.8.0

04 Aug 13:09
1d81b51
Compare
Choose a tag to compare

What's Changed

  • Spinner instances can now be locked between mutexes and shared between threads

v0.7.0

29 Jan 14:02
Compare
Choose a tag to compare

What's Changed

  • Features introduced in place of the spinner enum
  • Users can now create their own spinners
  • Added spinner segment to readme
  • Changed documentation

Full Changelog: v0.6.0...v0.7.0

v0.6.0

02 Jan 12:09
Compare
Choose a tag to compare

What's Changed

  • update_after_time added (#12)
  • new spinner variant - cute (#9)
  • various formatting changes

v0.5.4

11 Sep 11:59
29423d0
Compare
Choose a tag to compare

What's Changed

  • Colors not working in windows by #7

Full Changelog: v0.5.3...v0.5.4

v0.5.3

31 Jul 11:17
Compare
Choose a tag to compare

What's new

  • Fixed whitespace bug

v0.5.2

30 Jul 11:35
Compare
Choose a tag to compare

What's new

  • Internal code fixes and changes
  • Functions don't accept a &'static str anymore, but a &str

v0.5.1

28 Jul 14:39
Compare
Choose a tag to compare

What's new

  • New update_text function added, works like update, but only limited to text
  • Documentation added for update_text
  • Changed code examples in the readme

v0.5.0

27 Jul 19:13
d8407f8
Compare
Choose a tag to compare

What's Changed

  • New ::new_with_stream function has been added to give users more control over output
  • New example has been added to illustrate use of the ::new_with_stream function

v0.4.0

19 Jul 18:03
Compare
Choose a tag to compare

What's new

  • No need for using Some(Color) anymore thanks to a generic type
  • Improved documentation
  • Calling .fail() now prints to stderr instead of stdout

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

v0.3.0

18 Jul 19:18
Compare
Choose a tag to compare

What's new

  • More colors added to the Color enum
  • Better documentation examples
  • Better README.md styling
  • More comments

Full Changelog: v0.2.0...v0.3.0