Skip to content

Commit

Permalink
Bump version 🥳
Browse files Browse the repository at this point in the history
TheLastGimbus committed Jan 13, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
TheLastGimbus Mateusz Soszyński
1 parent 7388106 commit 18906ad
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
@@ -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');
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 18906ad

Please sign in to comment.