Skip to content

Releases: BrookJeynes/progress

Release V2.0.0

22 Apr 01:32
ce96ac1

Choose a tag to compare

Added

  • Added the ability to colour progress bar.
  • Added option to show background character for progress bar.

Fixed

  • extra_front_chars was incorrectly handling padding. Now accounts for custom bars.
  • Unchecked usize subtraction.
  • Double clear() in Spinner when completion_character and clear_on_finish are both set.
  • Render race condition and redundant width calculation.

Changed

  • Updated examples to showcase new colour options.
  • Renamed escape_codes.zig to ansi-term.zig and added correct
    copyright attribution.
  • setShowBg([true|false]) is now used to update background visibility.
  • colour and bg_colour api has been updated. These are now set in the config and updated via update[Colour|BgColour].
  • Update PredefinedSymbols namespace from enum to struct

Full Changelog: https://github.com/BrookJeynes/progress/compare/v2.0.0..v1.1.0

Release v1.1.0

28 Oct 01:08

Choose a tag to compare

Added

  • Progress bar now supports u21 ascii characters.
  • Added new completionCharacter config. This character, if defined,
    gets printed instead of the spinner symbol on Spinner.finish().
  • Added new updateDescriptionNewline config. This allows you to now
    retain the previous spinner symbol / description on the previous line and
    start a new task on the next. This goes hand in hand with the new
    completionCharacter config.

Fixed

N/A

Changed

  • Updated casing from update_description() to updateDescription().
  • Updated README.
  • Updated Docstrings

Full Changelog: https://github.com/BrookJeynes/progress/commits/v1.1.0