From 1c17c70ed8f243d6a38df5283ba094f82fc8f67f Mon Sep 17 00:00:00 2001 From: TheLastGimbus Date: Sun, 24 Sep 2023 04:22:54 +0200 Subject: [PATCH] patches patches --- CHANGELOG.md | 9 +++++++++ lib/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624dd324..65c9f9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.4.3 + +### Just a few patches ❤️‍🩹 + +- put stuff in `date-unknown` also when not div-to-dates - #245 +- fix extras detection on mac - #243 +- add note to not worry about album finding ;) +- nice message when trying to run interactive on headless + ## 3.4.2 ### Bug fixes again 🐛 diff --git a/lib/utils.dart b/lib/utils.dart index 14207db1..e7befe77 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.2'; +const version = '3.4.3'; /// max file size to read for exif/hash/anything const maxFileSize = 64 * 1024 * 1024; diff --git a/pubspec.yaml b/pubspec.yaml index 7e1ce24a..c0457d70 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.2 +version: 3.4.3 homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper' publish_to: 'none'