Skip to content

Commit 3734634

Browse files
committed
new verrrsionnnnnn 👽
1 parent 58ed087 commit 3734634

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.4.2
2+
3+
### Bug fixes again 🐛
4+
5+
- (maybe?) fix weird windoza trailing spaces in folder names (literally wtf??) - #212
6+
7+
Not sure about this one so hope there will be no day-1 patch 😇🙏
8+
9+
- update to Dart 3 🔥
10+
- recognize `.mts` files as videos, unlike Apache 😒 - #223
11+
- change shortcuts/symlinks to relative so it doesn't break on folder move 🤦 - #232
12+
- don't fail on set-file-modification errors - turns out there are lot of these - #229
13+
14+
### Happy takeouts 👽
15+
116
## 3.4.1
217

318
- Lot of serious bug fixes

lib/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart';
99
import 'media.dart';
1010

1111
// remember to bump this
12-
const version = '3.4.1';
12+
const version = '3.4.2';
1313

1414
/// max file size to read for exif/hash/anything
1515
const maxFileSize = 64 * 1024 * 1024;

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.4.1
3+
version: 3.4.2
44
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
55
publish_to: 'none'
66

0 commit comments

Comments
 (0)