Skip to content

Bump progressbar from 0.9.3 to 0.9.5#33

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/me.tongfei-progressbar-0.9.5
Open

Bump progressbar from 0.9.3 to 0.9.5#33
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/me.tongfei-progressbar-0.9.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps progressbar from 0.9.3 to 0.9.5.

Release notes

Sourced from progressbar's releases.

0.9.5

  • Bugfixes:
    • Fixed the problem of ProgressState not being public, thus making setEtaFunction useless (#147, PR #146). Thanks @​deejgregor, @​natanfudge !
    • Correct handling of ANSI control characters in calculating the display length.
  • New functionalities:
    • Added a new UNICODE_COLORFUL_BAR style.

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::isIndefinite to 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.estimateSize and continue as if indefinite (#141). Thanks @​seanf !
  • Dependency version bump.
Changelog

Sourced from progressbar's changelog.

Changelog

  • 0.9.5:

    • Bugfixes:
      • Fixed the problem of ProgressState not being public, thus making setEtaFunction useless (#147, PR #146). Thanks @​deejgregor, @​natanfudge !
      • Correct handling of ANSI control characters in calculating the display length.
    • New functionalities:
      • Added a new UNICODE_COLORFUL_BAR style.
  • 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::isIndefinite to 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.estimateSize and continue as if indefinite (#141). Thanks @​seanf !
    • Dependency version bump.
  • 0.9.3:

    • New functionalities:
      • Supports for wrapping around java.io.OutputStreams and java.io.Writers (#114). Thanks @​azachar !
      • Added continuousUpdate boolean parameter to various constructors and the ProgressUpdateAction so that long-running processes don't take forever to print something (#121, PR #120). Thanks @​gaoagong !
    • Performance improvements:
    • 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 DecimalFormat object if isSpeedShown is true as it will otherwise throw a NullPointerException during rendering (#121, PR #120). Thanks @​gaoagong !
    • Dependency bump. Specifically:
  • 0.9.2:

    • New functionalities:
      • Supports for wrapping around java.io.Readers.
    • Bugfixes:
      • Fixed potential StringIndexOutOfBoundsException and improved performance in trimDisplayLength (PR #104). Thanks @​heroesleo65 !
      • Fixed the bug that incorrectly calculates string display length while displaying that results in last ) truncated (#105).
    • Improvements:
      • Size now known when wrapping an array (PR #101). Thanks @​seanf !
      • Better estimation of initial max for spliterators (#102).
    • Misc:
      • Dependency version bump.
  • 0.9.1:

... (truncated)

Commits
  • 1ffa06c bump version string
  • d81515b correct handling of ANSI control character display lengths
  • 0e70616 add a new UNICODE_COLORFUL_BAR style
  • f89e7c9 making ProgressState public with get accessors; credit contributors
  • 7d192c0 Merge pull request #146 from deejgregor/bug-fix-progressstate-visibility
  • 5bcc4f5 Allow ProgressBarBuilder.setETAFunction to be used externally
  • 493daa1 Merge pull request #142 from ctongfei/0.9.4
  • 4adfbfe version bump
  • ab7f34e Merge remote-tracking branch 'origin/0.9.4' into 0.9.4
  • 5103673 fix issues
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Nov 1, 2022

The following labels could not be found: master, dependencies, java.

Bumps [progressbar](https://github.com/ctongfei/progressbar) from 0.9.3 to 0.9.5.
- [Release notes](https://github.com/ctongfei/progressbar/releases)
- [Changelog](https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md)
- [Commits](ctongfei/progressbar@0.9.3...0.9.5)

---
updated-dependencies:
- dependency-name: me.tongfei:progressbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/master/me.tongfei-progressbar-0.9.5 branch from 5c6f742 to 9582c68 Compare March 23, 2023 07:39
@jamber001 jamber001 force-pushed the master branch 2 times, most recently from c5acb3d to 018ff52 Compare May 23, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants