Skip to content

Commit 0457e84

Browse files
committed
fixed duration calculation - merge #101
1 parent e3e90c6 commit 0457e84

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGES.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Branch 3.x ##
22

3+
### 3.9.1 ###
4+
5+
* Bugfix: duration calculation doesn't work for bar restart scenarios - thanks to [autlaw on GitHub](https://github.com/npkgz/cli-progress/pull/101)
6+
37
### 3.9.0 ###
48

59
* Added: exported standard formatter and format helper

‎LICENSE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (X11 License)
22

3-
Copyright (c) 2015-2020 Andi Dittrich
3+
Copyright (c) 2015-2021 Andi Dittrich
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-progress",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "easy to use progress-bar for command-line/terminal applications",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)