All Versions
23
Latest Version
Avg Release Cycle
76 days
Latest Release
2155 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.10.1 Changes
December 26, 2016๐ Fixed
- ๐ Fix redefinition of Configuration#total=
-
v0.10.0 Changes
June 25, 2016๐ Fixed
- ๐ Fix Meter#sample to accurately calculate rate and mean_rate by Sylvain Joyeux
-
v0.9.0 Changes
April 09, 2016๐ Fixed
- ๐ Fix #resize to stop raising error when finished
๐ Changed
- โ Remove #register_signals and leave the choice on how exit and resize are handled to developer
-
v0.8.1 Changes
February 27, 2016โ Added
- โ Add progress bar #inspect
๐ Fixed
- ๐ Fix the progressbar resizing call, help from @squarism
-
v0.8.0 Changes
February 07, 2016๐ Changed
- โก๏ธ Update tty-screen dependency
-
v0.7.0 Changes
September 20, 2015- โก๏ธ Update tty-screen dependency
-
v0.6.0 Changes
June 27, 2015โ Added
- โ Add ability to add custom tokens
๐ Changed
- Internal cleanup of parameters for formatters and pipeline
- ๐ Fix ratio to avoid division by zero by @sleewoo issue #9
-
v0.5.1 Changes
May 31, 2015- โก๏ธ Update tty-screen dependency with bug fixes
-
v0.5.0 Changes
January 01, 2015โ Added
- โ Add ability to reset progress
- โ Add start method for manually setting the timer
- โ Add meter to measure speed rate
- โ Add to_seconds converter
- Add :rate, :mean_rate, :byte_rate & :mean_byte formatters
๐ Changed
- ๐ Fix bug with finish not rendering the bar full
-
v0.4.0 Changes
December 25, 2014โ Added
- Add :total_byte, :current_byte formatters by @vincentjames501
- โ Add current= method for updating progress to a given value by @vincentjames501
- โ Add ratio= method for updating progress ratio