Recent Releases of https://github.com/ctongfei/progressbar
https://github.com/ctongfei/progressbar - 0.10.1
- Improvements:
- Changed the JPMS module dependency
org.jlineto a more fine-grained moduleorg.jline.terminal(#158, PR #159). Thanks @brett-smith ! - Added a new builder method
setRendererto allow custom renderers (#157). Thanks @drothmaler !
- Changed the JPMS module dependency
- Java
Published by ctongfei almost 2 years ago
https://github.com/ctongfei/progressbar - 0.10.0
- New functionalities:
- Makes
me.tongfei.progressbara Java 9 module (#149, #153, #154). Thanks @clo-vis, @Kamillaova, @bowbahdoe ! - Enables the builder pattern for
ProgressBarStyle(PR #152). Thanks @PakhomovAlexander !
- Makes
- Dependency version bump.
- Java
Published by ctongfei over 2 years ago
https://github.com/ctongfei/progressbar - 0.9.5
- Bugfixes:
- Fixed the problem of
ProgressStatenot being public, thus makingsetEtaFunctionuseless (#147, PR #146). Thanks @deejgregor, @natanfudge ! - Correct handling of ANSI control characters in calculating the display length.
- Fixed the problem of
- New functionalities:
- Added a new
UNICODE_COLORFUL_BARstyle.
- Added a new
- Java
Published by ctongfei over 3 years ago
https://github.com/ctongfei/progressbar - 0.9.4
- New functionalities:
- In
ProgressBarBuilders, one can now switch whether to show the remaining time, or to provide a custom function to compute the remaining time (if the progress is not linear) (#131). Thanks @MagnusErikssonAB ! - In
ProgressBarBuilders, one can now set.clearDisplayOnFinish()to clear the display on terminals when a progress is complete (#135). Thanks @mattparkins ! - Added a method
ProgressBar::isIndefiniteto check if a progress bar's max is unknown (#140). Thanks @lt3stus3el !
- In
- Bugfixes:
- Fixed the bug of not drawing after resetting or stepping back caused by #91 (#124). Thanks @Bricktheworld !
- Suppress exceptions thrown in
Spliterator.estimateSizeand continue as if indefinite (#141). Thanks @seanf !
- Dependency version bump.
- Java
Published by ctongfei over 3 years ago
https://github.com/ctongfei/progressbar - 0.9.3
- New functionalities:
- Supports for wrapping around
java.io.OutputStreams andjava.io.Writers (#114). Thanks @azachar ! - Added
continuousUpdateboolean parameter to various constructors and theProgressUpdateActionso that long-running processes don't take forever to print something (#121, PR #120). Thanks @gaoagong !
- Supports for wrapping around
- Performance improvements:
- Improved performance in rendered string building (PR #107). Thanks @heroesleo65 !
- Improved performance in
ConsoleProgressBarConsumer::accept(PR #106). Thanks @heroesleo65 !
- Bugfixes:
- Displays a progress bar immediately after it starts, regardless of whether it has made any progress (#117). Thanks @azachar !
- Closing a progress bar will now force the progress bar to refresh (PR #110). Thanks @kmtong !
- Using a default
DecimalFormatobject ifisSpeedShownis true as it will otherwise throw aNullPointerExceptionduring rendering (#121, PR #120). Thanks @gaoagong !
- Dependency bump. Specifically:
- Supports Apple M1 due to https://github.com/jline/jline3/issues/688 (PR #119). Thanks @snuyanzin !
- Java
Published by ctongfei about 4 years ago
https://github.com/ctongfei/progressbar - 0.9.2
- New functionalities:
- Support for wrapping around
java.io.Readers.
- Support for wrapping around
- Bugfixes:
- Fixed potential
StringIndexOutOfBoundsExceptionand improved performance intrimDisplayLength(PR #104). Thanks @heroesleo65 ! - Fixed the bug that incorrectly calculates string display length while displaying that results in last
)truncated (#105).
- Fixed potential
- Improvements:
- Size now known when wrapping an array (PR #101). Thanks @seanf !
- Better estimation of initial max for spliterators (#102).
- Misc:
- Dependency version bump.
- Java
Published by ctongfei over 4 years ago
https://github.com/ctongfei/progressbar - 0.9.1
- Improvements:
- Correct rendering of East Asian full-width characters as defined in Unicode TR11 (#75). Thanks @ImSejin and @fangyuzhong2016 !
- Only renders the progress bar when progress is made (#91). This improves the performance of progress bars. Thanks @elanzini !
- Added
setMaxRenderedLengthmethod to builders (#71). Thanks @koppor !
- Misc:
- Updates JUnit 4 to JUnit 5 (PR #93). Thanks @michaelsiepmann !
- Dependency version bump.
- Java
Published by ctongfei almost 5 years ago
https://github.com/ctongfei/progressbar - 0.9.0
- New functionalities:
- Supports the parallel display of multiple progress bars (PR #69), fixing #11. Thanks @vehovsky !
- Supports pausing and resuming progress bars (PR #56, PR #63), fixing #17. Thanks @mesat !
- Supports direct wrapping around arrays (#62).
- Supports customized max length for progress bars (#71). Thanks @koppor and @cloudnotify !
- Bugfixes:
- Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR #85), fixing #84. Thanks @AndreiNekrasOn and @rharder !
- Misc:
- Removed redundant
jline-terminal-jansidependency (#77). Thanks @zbateson ! - Added references to Kotlin extensions (#72). Thanks @heinrichreimer !
- Changed the permission level of some methods in
DefaultProgressBarRendererto "protected" to make it more extensible (#81). Thanks @ksvladimir ! - Dependency version bump.
- Removed redundant
- Java
Published by ctongfei over 5 years ago
https://github.com/ctongfei/progressbar - 0.8.1
- Bugfixes:
- Fixed the bug of possible negative suffix length (PR #58). Thanks @kristofarkas !
- Fixed the issue of stepping by -1 when wrapped input stream is depleted (#60, PR #61). Thanks @mordechaim !
- Default value for initial max in progress bar builders should be -1, not 0 (#60, PR #61). Thanks @mordechaim !
- Dependency version bump.
- Java
Published by ctongfei about 6 years ago
https://github.com/ctongfei/progressbar - 0.8.0
- Supports loggers (PR #54) by factoring out progress bar consumers and renderers. This allows progress bars to be used with logging libraries such as SLF4J, hence fixing #12 and #18. Thanks @alexpeelman !
- Dependency version bump.
- Java
Published by ctongfei about 6 years ago
https://github.com/ctongfei/progressbar - 0.7.4
- Fixed the bug of slow exit with fast jobs (#50, PR #51). Thanks @meawoppl @denisrosset !
- Dependency version bump.
- Java
Published by ctongfei almost 7 years ago
https://github.com/ctongfei/progressbar - 0.7.3
Added support for customizing the decimal format of speed display (PR #49). Thanks @wfxr !
- Java
Published by ctongfei almost 7 years ago
https://github.com/ctongfei/progressbar - 0.7.2
- Added support for wrapping around
Spliterators andStreams. Streams could be either sequential or parallel (#44). Thanks @michaelmior ! - Added support for displaying speed with unit (PR #43). Thanks @dani909 !
- Java
Published by ctongfei over 7 years ago
https://github.com/ctongfei/progressbar - 0.7.1
- Fixed the problem of not properly closing the JLine
Terminalobject (#40). Thanks @voseldop ! - Suppressed JLine warning if a dumb terminal is created (partially fixed #42). Thanks @BuZZ-DEE !
- Documentation:
- Moved
CHANGELOG.mdto 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
- Java
Published by ctongfei over 7 years ago
https://github.com/ctongfei/progressbar - 0.7.0
- Utilized the try-with-resource pattern for the Java imperative syntax, deprecating
ProgressBar#startandProgressBar#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.
- Java
Published by ctongfei almost 8 years ago
https://github.com/ctongfei/progressbar - 0.6.0
- Added declarative usage.
- Updated
jlinedependency 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 !
- Java
Published by ctongfei almost 8 years ago
https://github.com/ctongfei/progressbar - 0.5.5
Fixed the problem of the progress bar being stuck if it finishes too fast. Fixed the problem of StringIndexOutOfBoundsException error when the console width is too small.
- Java
Published by ctongfei almost 9 years ago
https://github.com/ctongfei/progressbar - 0.5.4
Added support for indefinite progress bars.
- Java
Published by ctongfei almost 9 years ago
https://github.com/ctongfei/progressbar - 0.5.3
Type of current/max is changed from int to long.
- Java
Published by ctongfei about 9 years ago
https://github.com/ctongfei/progressbar - 0.5.2
Fixed line wrapping problem when the extra message is too long; Simplified start method.
- Java
Published by ctongfei about 9 years ago
https://github.com/ctongfei/progressbar - 0.5.1
Unicode/ASCII styles support; fix thread termination bug
- Java
Published by ctongfei over 9 years ago
https://github.com/ctongfei/progressbar - 0.5.0
Separate thread!
- Java
Published by ctongfei over 9 years ago
https://github.com/ctongfei/progressbar - 0.4.3
Changed the symbols to box-drawing characters; more fine-grained progress display
- Java
Published by ctongfei over 9 years ago
https://github.com/ctongfei/progressbar - 0.4.2
Default output stream changed to System.err; Output stream is customizable upon construction of progressbars.
- Java
Published by ctongfei over 9 years ago
https://github.com/ctongfei/progressbar - 0.4.1
stepTo method added in progressbars
- Java
Published by ctongfei over 9 years ago