diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 25c1ed44..69fe1472 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.7.1", + "flutterSdkVersion": "3.7.7", "flavors": {} } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1f6636..604d7e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.3.5 + +- Address #178 issues in logs - instructions on what to do + + Sorry but this is all i can do for now :( we may get actual fix if https://github.com/brendan-duncan/archive/pull/244 ever moves further + ## 3.3.4 - New name-guess patterns from @matt-boris <3 diff --git a/lib/utils.dart b/lib/utils.dart index 00a693c6..223d021d 100644 --- a/lib/utils.dart +++ b/lib/utils.dart @@ -7,7 +7,7 @@ import 'package:path/path.dart' as p; import 'package:proper_filesize/proper_filesize.dart'; // remember to bump this -const version = '3.3.4'; +const version = '3.3.5'; /// max file size to read for exif/hash/anything const maxFileSize = 64 * 1024 * 1024; diff --git a/pubspec.lock b/pubspec.lock index d825f571..60eecd46 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,18 +5,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: "569ddca58d535e601dd1584afa117710abc999d036c0cd2c51777fb257df78e8" + sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07" url: "https://pub.dev" source: hosted - version: "53.0.0" + version: "55.0.0" analyzer: dependency: transitive description: name: analyzer - sha256: "10927c4b7c7c88b1adbca278c3d5531db92e2f4b4abf04e2919a800af965f3f5" + sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126" url: "https://pub.dev" source: hosted - version: "5.5.0" + version: "5.7.1" archive: dependency: "direct main" description: @@ -38,10 +38,10 @@ packages: dependency: transitive description: name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" url: "https://pub.dev" source: hosted - version: "2.10.0" + version: "2.11.0" async_extension: dependency: transitive description: @@ -254,10 +254,10 @@ packages: dependency: transitive description: name: node_preamble - sha256: "8ebdbaa3b96d5285d068f80772390d27c21e1fa10fb2df6627b1b9415043608d" + sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "2.0.2" package_config: dependency: transitive description: @@ -438,10 +438,10 @@ packages: dependency: transitive description: name: vm_service - sha256: a4040e9852e56bf8a3c5a2e08a56f6facd76e75500cf2a922ce5d52394c4998a + sha256: eb3cf3f45fc1500ae30481ac9ab788302fa5e8edc3f3eaddf183945ee93a8bf3 url: "https://pub.dev" source: hosted - version: "11.0.1" + version: "11.2.0" watcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5cdbafa3..3f60b7ec 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.3.4 +version: 3.3.5 homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper' publish_to: 'none'