File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.4.2
2+
3+ ### Bug fixes again 🐛
4+
5+ - (maybe?) fix weird windoza trailing spaces in folder names (literally wtf??) - #212
6+
7+ Not sure about this one so hope there will be no day-1 patch 😇🙏
8+
9+ - update to Dart 3 🔥
10+ - recognize ` .mts ` files as videos, unlike Apache 😒 - #223
11+ - change shortcuts/symlinks to relative so it doesn't break on folder move 🤦 - #232
12+ - don't fail on set-file-modification errors - turns out there are lot of these - #229
13+
14+ ### Happy takeouts 👽
15+
116## 3.4.1
217
318- Lot of serious bug fixes
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.1 ' ;
12+ const version = '3.4.2 ' ;
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.1
3+ version : 3.4.2
44homepage : ' https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55publish_to : ' none'
66
You can’t perform that action at this time.
0 commit comments