Skip to content

Commit 47ad15e

Browse files
committed
Merge tag '21.1.0' into develop
2 parents c73d18d + e65f21a commit 47ad15e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
ChangeLog
33
*********
44

5+
21.1.0 (2021-09-30)
6+
===================
7+
- Fix: Stop breaking Google Doc (.gdoc, .gsheet, .gslide) downloads. Google Doc files are not
8+
downloadable in their native format. Instead they must be exported to an externally-supported
9+
format (e.g. .gdoc => .docx, .gsheet => .xlsx, .gslide => .pptx). WB had been assuming that a file
10+
with an undefined size was a google doc, but recently GDrive has started reporting that Google Docs
11+
have a size of 1kb. WB now explictly checks the mime-type of the requested file to determine
12+
whether to download or export.
13+
514
21.0.1 (2021-09-14)
615
===================
716
- Fix: Properly decode OneDrivePaths for small files uploaded under certain provider root

waterbutler/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '21.0.1'
1+
__version__ = '21.1.0'

0 commit comments

Comments
 (0)