-Wformat-security does not produce warnings now.Add themessage_class argument, to add extra classesto the messages thrown by progress.
Add support for RKWard, running interactive session (#76,
Add support for unicode characters and a right to left progressbar (#86, 1).
Fix a potential crash in the C++ API (#91, 1).
Option to change the ‘current’ character in the progress bar.#47
New:tick_rate token, similar to:rate,but units are not assumed to be bytes. #45
Total number of ticks can be set toNA now, ifunknown. #48
All progress bars (including the ones from the C++ API) can beturned off via theprogress_enabled option #44
Thestream argument is deprecated and the progressbar is always printed withmessage() calls.
Total number of iterations can be zero, to support special casesbetter.
Addfinished variable, which can be queried to seeif a progress bar is finished. #54 1.
Add aterminate() method, which can be called toexplicitly remove the progress bar, #53 1.
Outputs greater than the bar width are automatically trimmed,1.
Add amessage() method to print a message line(s)above the progress bar,
:elapsedfull token: elapsed time in hh:mm:ss format.
Fix C++ compiler warnings. #43
Fix C++ API on Windows. #56
Passself to the callback function. #55 1
:spin token which adds a simple ASCIIspinner,First version on CRAN.