File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "flutterSdkVersion" : " 3.7.7 " ,
2+ "flutterSdkVersion" : " 3.7.9 " ,
33 "flavors" : {}
44}
Original file line number Diff line number Diff line change 1+ ## 3.4.1
2+
3+ - Lot of serious bug fixes
4+ - Interactive unzipping was disabled because it sometimes lost * a lot of* photos ;_ ;
5+
6+ Sorry if anyone lost anything - now I made some visual instruction on how to unzip
7+ - Gracefully handle powershell fail - it fails with non-ascii names :(
8+ - Great improvement on json matching - now, my 5k Takeout has 100% matches!
9+
110## 3.4.0
211
312### Albums 🎉
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart';
99import 'media.dart' ;
1010
1111// remember to bump this
12- const version = '3.4.0 ' ;
12+ const version = '3.4.1 ' ;
1313
1414/// max file size to read for exif/hash/anything
1515const maxFileSize = 64 * 1024 * 1024 ;
Original file line number Diff line number Diff line change 11name : gpth
22description : ' Tool to help you with exporting stuff from Google Photos'
3- version : 3.4.0
3+ version : 3.4.1
44homepage : ' https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55publish_to : ' none'
66
You can’t perform that action at this time.
0 commit comments