Releases: TheLastGimbus/GooglePhotosTakeoutHelper
v3.4.3
v3.4.2
Bug fixes again 🐛
-
(maybe?) fix weird windoza trailing spaces in folder names (literally wtf??) - #212
Not sure about this one so hope there will be no day-1 patch 😇🙏
-
update to Dart 3 🔥
-
recognize
.mts
files as videos, unlike Apache 😒 - #223 -
change shortcuts/symlinks to relative so it doesn't break on folder move 🤦 - #232
-
don't fail on set-file-modification errors - turns out there are lot of these - #229
Happy takeouts 👽
v3.4.1
- Lot of serious bug fixes
-
Interactive unzipping was disabled because it sometimes lost a lot of photos ;_;
Sorry if anyone lost anything - now I made some visual instruction on how to unzip
-
Gracefully handle powershell fail - it fails with non-ascii names :(
-
- Great improvement on json matching - now, my 5k Takeout has 100% matches!
v3.4.0
Albums 🎉
It finally happened everyone! It wasn't easy, but I think I nailed it and everything should perfectly 👌
You get 🔥FOUR🔥 different options on how you want your albums 😱 - detailed descriptions about them is at: https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/discussions/187#discussion-4980576
(This also automatically nicely covers Trash/Archive, so previous solution that originally closed the #138 was replaced)
Happy Take-outing 🥳
v3.3.5
-
Address #178 issues in logs - instructions on what to do
Sorry but this is all i can do for now :( we may get actual fix if brendan-duncan/archive#244 ever moves further
v3.3.4
- New name-guess patterns from @matt-boris <3
- Support 19**-s and 18**-s while name guessing
First camera was invented in 1839. I don't underestimate you guys anymore 👀
- Fix path errors on windoza while unzipping #172
- Fix #175 bad guessing json files with
...(1)
stuff
v3.3.3
v3.3.2
- Bump SDK and dependencies
v3.3.1
Fix bugs introduced in v3.3.0
🤓
v3.3.0
-
Fix #143 - issues when encoding is not utf8 - sadly, others are still not supported, just skipped
-
Ask for divide-to-folders in interactive
-
Close #138 - support Archive/Trash folders!
Implementation of this is a bit complicated, so may break, but should work 99% times
-
Fix #134 - nicely tell user what to do when no "year folders" instead of exceptions
-
Fix #92 - Much better json finding!
It now should find all of those
...-edited(1).jpg.json
- this also makes it faster because it rarely falls back to reading exif, which is slower -
More small fixes and refactors