You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## Version 2.1.0
4
+
5
+
### Added
6
+
7
+
* A progress bar for file downloads
8
+
9
+
### Changed
10
+
11
+
* All terminal output is now through the `logging` module. You can use the new `--log-level` CLI parameter to configure the amount of info that is printed out.
12
+
* Update the CLI default concurrency to 2 for chunks and 1 for files. This seems to be moderately performant without ever failing
0 commit comments