diff --git a/CHANGELOG.md b/CHANGELOG.md index 00be09c1..94477a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## 3.3.0 + +- Fix #143 - issues when encoding is not utf8 - sadly, others are still not supported, just skipped +- Ask for divide-to-folders in interactive +- Close #138 - support Archive/Trash folders! + + Implementation of this is a bit complicated, so may break, but should work 99% times +- Fix #134 - nicely tell user what to do when no "year folders" instead of exceptions +- Fix #92 - Much better json finding! + + It now should find all of those `...-edited(1).jpg.json` - this also makes it faster because it rarely falls back to reading exif, which is slower +- More small fixes and refactors + +### Enjoy even faster and more stable `gpth` everyone 🥳🥳🥳 + ## 3.2.0 + - Brand new ✨interactive mode✨ - just double click 🤘 - `gpth` now uses 💅discontinued💅 [`file_picker_desktop`](https://pub.dev/packages/file_picker_desktop) to launch pickers for user to select output folder and input... - ...zips 🤐! because it also decompresses the takeouts for you! (People had ton of trouble of how to join them etc - no worries anymore!) diff --git a/lib/utils.dart b/lib/utils.dart index 62af8942..c89900bb 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.2.0'; +const version = '3.3.0'; /// convenient print for errors void error(Object? object) => stderr.write('$object\n'); diff --git a/pubspec.yaml b/pubspec.yaml index 35673ff6..01a30daf 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.2.0 +version: 3.3.0 homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper' environment: