Releases: NicholasDawson/ArchiverForGooglePhotos
Releases · NicholasDawson/ArchiverForGooglePhotos
2.2.0
2.1.3
Built macOS x64 Executable Former-commit-id: 234dff60f69580f8a0aec459f03b30feb3726792
v2.1.2
Built macOS x64 Executable Former-commit-id: 7b58904aaa468c5e1be95c36b81be57923f4a41c
v2.1.1
Update release.yml Former-commit-id: 768153d5a9fb8e45c8b592467542076cf6786b78
Version 2.1.0
- @Henryli17 fixed issue #12 which showcased a rare bug where the album API responds with
{'albums': []}
as opposed to{}
which caused aKeyError
- Fixed issue with Pillow unsupported files based on the issue report and solution discussed with @Snuggle
Version 2.0.6
Fix the bug that I caused where sanitizing the album comes before checking if the album actually has a title causing a key error.
Version 2.0.5
Merged pull from @Snuggle with a fix for the MediaItems key error.
Version 2.0.4
Sanitizes filenames and directories.
Version 2.0.3
Fixed a bug where all items in an album are already present in another album causing the program to crash.
Version 2.0.2
Adding more debugging features