Skip to content

Commit 959b78b

Browse files
committed
bumppp
1 parent 44a5a48 commit 959b78b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.fvm/fvm_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flutterSdkVersion": "3.7.7",
2+
"flutterSdkVersion": "3.7.9",
33
"flavors": {}
44
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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 🎉

lib/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart';
99
import '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
1515
const maxFileSize = 64 * 1024 * 1024;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gpth
22
description: 'Tool to help you with exporting stuff from Google Photos'
3-
version: 3.4.0
3+
version: 3.4.1
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55
publish_to: 'none'
66

0 commit comments

Comments
 (0)