Skip to content

Commit 1c17c70

Browse files
committed
patches patches
1 parent 5b7cb04 commit 1c17c70

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.4.3
2+
3+
### Just a few patches ❤️‍🩹
4+
5+
- put stuff in `date-unknown` also when not div-to-dates - #245
6+
- fix extras detection on mac - #243
7+
- add note to not worry about album finding ;)
8+
- nice message when trying to run interactive on headless
9+
110
## 3.4.2
211

312
### Bug fixes again 🐛

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.2';
12+
const version = '3.4.3';
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.2
3+
version: 3.4.3
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55
publish_to: 'none'
66

0 commit comments

Comments
 (0)