Skip to content

Commit

Permalink
fixed duration calculation - merge #101
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Sep 15, 2021
1 parent e3e90c6 commit 0457e84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Branch 3.x ##

### 3.9.1 ###

* Bugfix: duration calculation doesn't work for bar restart scenarios - thanks to [autlaw on GitHub](https://github.com/npkgz/cli-progress/pull/101)

### 3.9.0 ###

* Added: exported standard formatter and format helper
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (X11 License)

Copyright (c) 2015-2020 Andi Dittrich
Copyright (c) 2015-2021 Andi Dittrich

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-progress",
"version": "3.9.0",
"version": "3.9.1",
"description": "easy to use progress-bar for command-line/terminal applications",
"keywords": [
"cli",
Expand Down

0 comments on commit 0457e84

Please sign in to comment.