pmd
pmd copied to clipboard
Bump me.tongfei:progressbar from 0.9.5 to 0.10.1
Bumps me.tongfei:progressbar from 0.9.5 to 0.10.1.
Release notes
Sourced from me.tongfei:progressbar's releases.
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!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!- Dependency version bump.
Changelog
Sourced from me.tongfei:progressbar's changelog.
Changelog
0.10.2:
- Bugfixes:
- Fixed a
NullPointerException(jline/jline3#930) by updating ajlinedependency. (PR #164). Thanks@koppor!
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!
0.10.0:
- New functionalities:
- Make
me.tongfei.progressbara Java 9 module (#149, #153, #154). Thanks@clo-vis,@Kamillaova,@bowbahdoe!- Enables the builder pattern for
ProgressBarStyle(PR #152). Thanks@PakhomovAlexander!- Dependency version bump.
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.
- New functionalities:
- Added a new
UNICODE_COLORFUL_BARstyle.
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!- 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.
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!- 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 jline/jline3#688 (PR #119). Thanks
@snuyanzin!
0.9.2:
- New functionalities:
- Supports for wrapping around
java.io.Readers.- 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).
... (truncated)
Commits
7ed2fa4formatting57046acsetRenderer ;0.10.1ec86581credit; docs7becb42Merge pull request #159 from brett-smith/main1e13361Use finely grainedjline-terminalrather than bundle jarjline.5af6755Merge pull request #155 from ctongfei/0.10.0141d09cversion bump; credit PR authorscc53d38version bumpf48cf5fMerge pull request #152 from PakhomovAlexander/custom-progress-bar-style3a55618update pom.xml to use classpath for testing- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.