diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 69fe1472..87a2e78e 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.7.7", + "flutterSdkVersion": "3.7.9", "flavors": {} } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a138c509..ec1c2a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.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! + ## 3.4.0 ### Albums 🎉 diff --git a/lib/utils.dart b/lib/utils.dart index 879f8607..86d678e1 100644 --- a/lib/utils.dart +++ b/lib/utils.dart @@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart'; import 'media.dart'; // remember to bump this -const version = '3.4.0'; +const version = '3.4.1'; /// max file size to read for exif/hash/anything const maxFileSize = 64 * 1024 * 1024; diff --git a/pubspec.yaml b/pubspec.yaml index 4ce64a40..8b183481 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gpth description: 'Tool to help you with exporting stuff from Google Photos' -version: 3.4.0 +version: 3.4.1 homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper' publish_to: 'none'