Releases: ctongfei/progressbar
Releases · ctongfei/progressbar
0.7.4
0.7.3
0.7.2
0.7.1
- Fixed the problem of not properly closing the JLine
Terminal
object (#40). Thanks @voseldop ! - Suppressed JLine warning if a dumb terminal is created (partially fixed #42). Thanks @BuZZ-dEE !
- Documentation:
- Moved
CHANGELOG.md
to the home directory and created a symlink in thedocs/
folder to it (#41). Thanks @koppor ! - Fixed bug (demo code was wrong) in the declarative usage section (#39). Thanks @AbhinavVishak !
- Moved
0.7.0
- Utilized the try-with-resource pattern for the Java imperative syntax, deprecating
ProgressBar#start
andProgressBar#stop
. - Introduced units for progress bar that enables showing the total amount of work in some unit (e.g. MB / GB).
- Introduced the builder pattern for constructing progress bars (instead of lots of different constructors).
- Added declarative usage that wraps around
InputStream
, which enables tracking the progress of reading a large file or stream. - Progress bars are now colorful by default using ANSI color codes.
0.6.0
- Added declarative usage.
- Updated
jline
dependency to JLine 3. - Fixed problem in IntelliJ console. Thanks @saidaspen, @albancolley, @felixdivo, @AbhinavVishak !
- Fixed warning about encoding during Maven build. Thanks @khmarbaise !
- Fixed Java version in Maven build. Thanks @ccamel !