Skip to content

Commit

Permalink
bumppp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Apr 2, 2023
1 parent 44a5a48 commit 959b78b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.7.7",
"flutterSdkVersion": "3.7.9",
"flavors": {}
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 959b78b

Please sign in to comment.