From 37346343019ec2b8c3872ffe5f2d7c660eda9c86 Mon Sep 17 00:00:00 2001 From: TheLastGimbus Date: Tue, 12 Sep 2023 03:29:14 +0200 Subject: [PATCH] =?UTF-8?q?new=20verrrsionnnnnn=20=F0=9F=91=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ lib/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1c2a2cc..624dd324e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 3.4.2 + +### Bug fixes again 🐛 + +- (maybe?) fix weird windoza trailing spaces in folder names (literally wtf??) - #212 + + Not sure about this one so hope there will be no day-1 patch 😇🙏 + +- update to Dart 3 🔥 +- recognize `.mts` files as videos, unlike Apache 😒 - #223 +- change shortcuts/symlinks to relative so it doesn't break on folder move 🤦 - #232 +- don't fail on set-file-modification errors - turns out there are lot of these - #229 + +### Happy takeouts 👽 + ## 3.4.1 - Lot of serious bug fixes diff --git a/lib/utils.dart b/lib/utils.dart index b5283ca04..14207db18 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.1'; +const version = '3.4.2'; /// max file size to read for exif/hash/anything const maxFileSize = 64 * 1024 * 1024; diff --git a/pubspec.yaml b/pubspec.yaml index 80db69d51..5cd4cc052 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.1 +version: 3.4.2 homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper' publish_to: 'none'