Skip to content

Commit 18906ad

Browse files
committed
Bump version 🥳
1 parent 7388106 commit 18906ad

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1+
## 3.3.0
2+
3+
- Fix #143 - issues when encoding is not utf8 - sadly, others are still not supported, just skipped
4+
- Ask for divide-to-folders in interactive
5+
- Close #138 - support Archive/Trash folders!
6+
7+
Implementation of this is a bit complicated, so may break, but should work 99% times
8+
- Fix #134 - nicely tell user what to do when no "year folders" instead of exceptions
9+
- Fix #92 - Much better json finding!
10+
11+
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
12+
- More small fixes and refactors
13+
14+
### Enjoy even faster and more stable `gpth` everyone 🥳🥳🥳
15+
116
## 3.2.0
17+
218
- Brand new ✨interactive mode✨ - just double click 🤘
319
- `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...
420
- ...zips 🤐! because it also decompresses the takeouts for you! (People had ton of trouble of how to join them etc - no worries anymore!)

lib/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:path/path.dart' as p;
77
import 'package:proper_filesize/proper_filesize.dart';
88

99
// remember to bump this
10-
const version = '3.2.0';
10+
const version = '3.3.0';
1111

1212
/// convenient print for errors
1313
void error(Object? object) => stderr.write('$object\n');

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gpth
22
description: 'Tool to help you with exporting stuff from Google Photos'
3-
version: 3.2.0
3+
version: 3.3.0
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55

66
environment:

0 commit comments

Comments
 (0)