Skip to content

Commit ba14a41

Browse files
committed
bumpppp versionnn
1 parent 6b3c77c commit ba14a41

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.3.1
2+
3+
### Fix bugs introduced in `v3.3.0` 🤓
4+
5+
- #147 Support `.tgz` files too
6+
- #145 **DON'T** use ram memory equal to zip file thanks to `asyncWrite: true` flag 🙃
7+
- #143 don't crash when encoding is other than `utf8` 🍰
8+
- #136 #144 - On windzoa, set time to 1970 if it's before that - would love to *actually* fix this, but Dart doesn't let me :/
9+
110
## 3.3.0
211

312
- Fix #143 - issues when encoding is not utf8 - sadly, others are still not supported, just skipped

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.3.0';
10+
const version = '3.3.1';
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.3.0
3+
version: 3.3.1
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55

66
environment:

0 commit comments

Comments
 (0)