Releases: npkgz/cli-progress
Releases · npkgz/cli-progress
Some Cool Features
- Added:
increment()
method to increase the current progress relatively - thanks to lennym on GitHub #6 - Added: ETA time formatting options (mm:ss, hh:mm, ss) - thanks to lennym on GitHub #5
- Improvement: More accurate ETA calculation using linear estimation of last N values - thanks to lennym on GitHub #4
- Bugfix: FPS calculation error which caused performance issues - thanks to lennym on GitHub #7
Bugfix Release
Bugfix: stdout.cursorTo/stdout.clearLine is not a function; replaced by readline
- thanks to remcoder on GitHub
v1.0.0
Features
- Simple, Robust and Easy to use
- Full customizable output format (various placeholders are available)
- Custom Bar Characters
- FPS limiter
- ETA calculation based on elapsed time
- Only visible in TTY environments
- No callbacks required - designed as pure, external controlled UI widget
Successful tested on Windows10, Debian 8.2 and Ubuntu 14 LTS